summaryrefslogtreecommitdiffstats
path: root/pkg/linux
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: add nightly build for ubuntu 10.10 maverickjstebbins2010-10-041-0/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3569 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix syntax error in debian package control filejstebbins2010-06-171-1/+1
| | | | | | | build depends are separated by ',' not space git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3385 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update build dependencies to include python2.6 packagejstebbins2010-06-161-1/+1
| | | | | | | by default the lauchpad build farm only installs a minimal python which is missing plistlib git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3383 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: disable update checks for snapshot PPA since it does it's own update ↵jstebbins2010-05-241-1/+1
| | | | | | announcements git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3324 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: packaging deps wrong againjstebbins2010-05-041-1/+1
| | | | | | | *DAMIT* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3284 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix libnotify and libwebkit deps in debian.jstebbins2010-05-031-1/+1
| | | | | | | i had the package names wrong which made the package uninstallable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3282 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix debian package dependencies for guijstebbins2010-04-301-1/+1
| | | | | | | | it included *-dev packages that are not needed for installation of the binary gui package git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3281 b64f7644-9d1e-0410-96f1-a4d463321fa5
* forgot to update the dependency for libgudev in the debian packaging controljstebbins2010-04-271-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3271 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix typo in debian build dependenciesjstebbins2010-04-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3243 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix svn version in nightly packagesjstebbins2010-04-181-1/+1
| | | | | | | | add subversion build dependency to debian rules so it can extract the version number git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3242 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix debian binary package buildjstebbins2010-04-161-0/+1
| | | | | | | the pkg directory was not getting created git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3233 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix another problem with the rule to push debian src packages to launchpadjstebbins2010-04-161-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3232 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix typo in rule to push deb src package to launchpadjstebbins2010-04-161-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3231 b64f7644-9d1e-0410-96f1-a4d463321fa5
* cleanup linux rpm and debian packagingjstebbins2010-04-162-14/+31
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3230 b64f7644-9d1e-0410-96f1-a4d463321fa5
* only allow building i386 and amd64 builds on launchpad build farmjstebbins2010-04-162-3/+4
| | | | | | | make sure contribs are all fetched before creating debian source pkg git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3229 b64f7644-9d1e-0410-96f1-a4d463321fa5
* add packaging rules for building debian source packagesjstebbins2010-04-154-5/+34
| | | | | | | | | and fix a build issue with a52dec when the path has a '~' in it this is a step towards using the launchpad build farm for ubuntu snapshots git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3226 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: improved rpm buildingjstebbins2010-04-122-10/+36
| | | | | | | | | | | | | | | Resulting rpms have fewer warnings and no errors according to rpmlint. No need to pre-build binaries. Just configure and "make pkg.create.rpm" Standard fedora rpms can be found in: build/stage/rpm/RPMS and SRPMS Binary packages are renamed according to handbrake naming convention in: build/pkg git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3220 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make debian packaging rules work on ubuntu 8.04jstebbins2009-09-213-4/+4
| | | | | | | | needed to specify compatibility with debhelper scripts version 6 and add explicit source path to dh_install git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2833 b64f7644-9d1e-0410-96f1-a4d463321fa5
* build system: some changes that simplify things for packaging toolsjstebbins2009-08-242-2/+1
| | | | | | | | | | | | - Add DESTDIR to install path for HandBrakeCLI - Modify linux packaging rules for deb and rpm packages to use DESTDIR - lingui: only update icon cache during install if DESTDIR is not set - patch out the hardcoded install path for m4 macros in libdvdread and libdvdnav when uid==0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2774 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: rpmbuild tool change broke building rpm packagesjstebbins2009-08-071-1/+1
| | | | | | | work around their silly cleaning of stuff that doesn't need to be cleaned git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2753 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make debian packaging follow more standard debian practicesjstebbins2009-07-032-9/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2659 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: packagingjstebbins2009-06-202-2/+3
| | | | | | | | | - correct rpm architecture probing seems to need _target_cpu instead of _build_arch - correct creation of directories for package targets in module.rules git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2585 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add RPM packaging support and modify Debian so they can co-existjstebbins2009-06-204-6/+31
| | | | | | | | | - make pkg.create.rpm will create rpm packages - make pkg.create.deb will create debian packages git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2583 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add Debian packaging supportjstebbins2009-06-1914-0/+1233
- make pkg.clean will create debian packages. - Creates separate packages for gui and cli git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2577 b64f7644-9d1e-0410-96f1-a4d463321fa5