summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile fixes. Official stable releases are now built with the "make ↵jbrjake2008-11-211-5/+19
| | | | | | official" target, while the default remains a snapshot. This stuff really needs to be revised after 0.9.3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1940 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Removed contrib pack from cygwin part of makefile.sr552008-09-071-5/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1675 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Don't allow theora to use pkg-config and use system versions of ogg and vorbiseddyg2008-08-181-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* for linux and cygwin. fix dep for HandBrakeCLI so that it is rebuilt when ↵jstebbins2008-06-181-5/+5
| | | | | | libhb changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1527 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Set svn:eol-style=native on most text files.saintdev2008-06-171-138/+138
| | | | | | | Goodbye evil CRLF. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1518 b64f7644-9d1e-0410-96f1-a4d463321fa5
* There is no reason make should be creating stable builds by default in any ↵jbrjake2008-06-091-2/+2
| | | | | | OS. That's what configure --release; jam is for. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1505 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixes make so it doesn't misidentify svn builds as stable releases.jbrjake2008-06-081-2/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Have to handle hbversion.h in make, not just jam.van2008-06-011-8/+21
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1484 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Use a separate Sparkle appcast feed for unstable (snapshot) releases.jbrjake2008-05-091-4/+4
| | | | | | - Use variables in the macosx/HandBrake.plist so SVN doesn't flag it as modified every time the dynamically generated build date/version changes. (Thanks, blindjimmy!) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixes make building in OS X:jbrjake2008-04-181-2/+5
| | | | | | | | | | | | | - Switches default (snapshot) make target to use the Deployment Xcode target - Makes it possible to jam contribs using make in OS X like is done in Linux - This means no universal binaries from make, unless "make release" is used. That's the only time it uses the contrib download script. The snapshot target builds contribs locally. To sum up: this now means that on a Mac, using: make ....should be functionally equivalent to: make clean; ./configure; ./jam git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1430 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Makes snapshots the default build method for both make and jam. To build a ↵jbrjake2008-03-221-2/+2
| | | | | | regular release with jam, use "./configure --release". To build a regular release with make, use "make all". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1356 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Method for generating snapshot builds marked with the svn revision by ↵jbrjake2008-03-191-0/+11
| | | | | | | | | | | using ./configure --snapshot; ./jam - Targets for generating snapshot Mac universal binaries by using make snapshot and packaging Mac snapshot releases - Sets the current date for HB_BUILD in jam - Sets the Mac .plist version and build based on the jam/make config - Bumps the version number to 0.9.3 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1346 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove the /macosx/localize.sh file from the make build process as ↵dynaflash2008-01-171-2/+2
| | | | | | it was messing up the sparkle updater and in the future we want to localize the nibs the correct way anyway so its not needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1208 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated makefile for cygwin buildssr552007-12-271-9/+14
| | | | | | | | | app = download contrib binary package and compile source all = use Jam to build the source Works the same way as linux does now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1149 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Missed trunk makefile when checking in 1109sr552007-12-141-95/+95
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1129 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds scripts to the Makefile for Mac to "make gui-release" and "make ↵jbrjake2007-08-151-0/+6
| | | | | | cli-release" to easily build a .dmg for each. The gui one uses bz compression, since the MacGui isn't Panther-compatible anyway. To save bandwidth, not including pdfs or api. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Speeds up the make build process in OS X by removing Instant HandBrake from ↵jbrjake2007-07-201-0/+10
| | | | | | the default make. To still build IHB, do "make all-chunky". I also added a "make test" for OS X that only builds HandBrakeCLI, because it saves me quite a bit of time when debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@720 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Nests the pdf directory inside the doc directory, for the "make release" .dmg0.8.5-beta.1jbrjake2007-04-201-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updates "make release" to use proper intercapping (HandBrake not Handbrake) ↵jbrjake2007-04-201-1/+1
| | | | | | and to include the pdf manuals in the disk image. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* make HandbrakeCLI will make Handbrake without building all the contrib ↵sr552007-03-301-1/+10
| | | | | | binaries. These will be downloaded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@467 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Correct .DMG name for easy releaseprigaux2007-03-241-4/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@446 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Use new Darwin contrib packprigaux2007-03-241-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@445 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove all libquicktime thingsprigaux2007-03-241-8/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@443 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Snapshot build now builds a .dmg name Handbrake instead of MediaFork.dynaflash2007-03-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@442 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-19/+34
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove MediaForkCLI from .dmgprigaux2007-02-111-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@295 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-0/+64
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5