summaryrefslogtreecommitdiffstats
path: root/pkg/linux/debian
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: add ubuntu focal to nightly buildsJohn Stebbins2020-05-042-0/+115
| | | | (cherry picked from commit 0a2f524c85123244103433fbdd57cae84ba42ffd)
* LinGui: add ubuntu eoan to nightly buildJohn Stebbins2019-11-092-0/+115
|
* LinGui: fix debian copyright licenseJohn Stebbins2019-11-061-3/+3
|
* LinGui: missed dependency for ubuntu discoJohn Stebbins2019-10-031-1/+1
|
* LinGui: add meson build dependency to ubuntu PPA buildsJohn Stebbins2019-10-032-2/+2
|
* LinGui: remove webkit from Ubuntu build dependenciesJohn Stebbins2019-07-013-3/+3
| | | | It's only needed for the update checker which isn't used
* Add Ubutnu Disco nightly buildsJohn Stebbins2019-06-192-0/+115
|
* Add libnuma-dev to ubuntu nightly build dependenciesJohn Stebbins2019-04-052-2/+2
| | | | Fixes ubuntu nightly builds
* pkg: enable qsv in ubuntu nightliesJohn Stebbins2019-03-084-4/+4
|
* LinGui: update ubuntu package build dependenciesJohn Stebbins2019-01-072-2/+2
|
* LinGui: add Ubuntu 18.10 to snapshotsJohn Stebbins2018-10-192-0/+115
|
* LinGui: add cmake back to debian control fileJohn Stebbins2018-06-182-2/+2
| | | | I should have only removed yasm. Not sure what I was thinking :-\
* LinGui: remove unused dependencies from debian control filesJohn Stebbins2018-06-172-2/+2
|
* LinGui: add liblzma dependency for Ubuntu nightly buildsJohn Stebbins2018-05-294-4/+4
|
* LinGui: remove Ubuntu xenial and trusty from nightly buildsJohn Stebbins2018-05-292-2/+2
| | | | | | Neither of these support a recent enough version of nasm to build x265 with assembly optimizations. Running without assembly optimizations isn't acceptable, so just stop building these releases.
* LinGui: add libspeex dependency for Ubuntu nightly buildsJohn Stebbins2018-05-294-4/+4
|
* LinGui: add Ubuntu Bionic to nightly buildsJohn Stebbins2018-04-112-0/+115
|
* Misc. typosluz.paz2018-02-201-2/+2
| | | Found via `codespell -q 3 --skip="./gtk/po`
* LinGui: disable i386 releasesJohn Stebbins2017-11-074-8/+8
| | | | x265 high-bit depth does not support i386 unless you disable asm.
* LinGui: fix Ubuntu 17.10 snapshotsJohn Stebbins2017-10-191-1/+1
| | | | Compression method bzip2 is no longer supported by dpkg-deb
* LinGui: add Ubuntu 17.10 (artful) to snapshotsJohn Stebbins2017-10-182-0/+115
| | | | Final 17.10 release is tomorrow...
* LinGui: add Ubuntu Zesty nightly buildsJohn Stebbins2017-04-092-0/+115
|
* LinGui: add nightly builds for ubuntu 16.10John Stebbins2016-10-192-0/+115
|
* pkg: add opus to ubuntu package dependenciesJohn Stebbins2016-09-024-4/+4
|
* build: fix references to documents (e.g. NEWS -> NEWS.markdown)John Stebbins2016-06-111-4/+6
|
* lingui: fix file nameJohn Stebbins2016-04-091-0/+0
|
* lingui: add ubuntu xenial to nightly buildsJohn Stebbins2016-04-092-0/+115
|
* LinGui: add Ubuntu 15.10 Wily to nightly buildsJohn Stebbins2015-11-092-0/+115
|
* LinGui: add snapshot build for ubuntu 15.04jstebbins2015-05-012-0/+115
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7147 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: change settings dict from glib to janssonjstebbins2015-03-062-2/+2
| | | | | | | | This will allow for preferences, presets, and queue files to be written as json instead of plists (currently still plists). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6968 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add ubuntu 14.10 to nightly buildsjstebbins2014-10-232-0/+115
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix ubuntu package configure optionsjstebbins2014-08-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6318 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add cmake to ubuntu package build dependenciesjstebbins2014-08-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6317 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add x264 and lame to ubuntu package dependenciesjstebbins2014-08-181-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add trusty to ubuntu snapshotsjstebbins2014-02-212-0/+115
| | | | | | ...remove everything else since none have gtk 3.10 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6052 b64f7644-9d1e-0410-96f1-a4d463321fa5
* build: add parsing of version info from version.txt filejstebbins2014-01-274-4/+4
| | | | | | | | | | | This makes it possible to have proper version numbers in the build when the source tree does not come from svn (e.g. a tarball). Also, automatically adds version.txt to our source tar that is created with "make pkg.create". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6005 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update ubuntu 12.04 build to gtk-3jstebbins2014-01-161-2/+2
| | | | | | | I was using gtk-2 because gtk-3 used to crash on ubuntu 12.04. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5980 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: disable mp4v2 and libmkv in nightly buildsjstebbins2013-12-024-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5910 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add ubuntu 13.10 to nightly buildsjstebbins2013-10-232-0/+115
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5852 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add language files to debian install filejstebbins2013-08-121-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5698 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Add Ubuntu 13.04 (Raring Ringtail) to nightly buildsjstebbins2013-04-252-0/+115
| | | | | | | Remove Ubuntu 11.04 (Natty Narwhal) from nightlies. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5411 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix ubuntu package dependencyjstebbins2013-01-231-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5195 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Fix ubuntu nighly buildsjstebbins2013-01-224-0/+340
| | | | | | | | None of the current ubuntu distributions have yasm 1.2.0 yet. So I must add --enable-local-yasm to configure. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5192 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Use gtk+ 3 in ubuntu 12.10 nightly buildsjstebbins2013-01-211-2/+2
| | | | | | | Let's find out just how fucked up gtk 3 is :p git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5187 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add quantal snapshot. remove maverickjstebbins2012-10-222-0/+30
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use more system libsjstebbins2012-10-054-3/+33
| | | | | | | | | | | | | | use system libs for fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora, and libsamplerate update build dependencies for ubuntu packages update documentation to reflect new build dependencies fix a problem with hb.h conflict with harfbuzz/hb.h git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui:jstebbins2012-04-261-0/+30
| | | | | | | Remove Lucid builds. Add Pangolin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4603 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix configure rule for building lucid packagejstebbins2011-10-251-2/+2
| | | | | | headdesk git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add optional yasm contribjstebbins2011-10-252-0/+115
| | | | | | | | | | To enable, "configure --enable-local-yasm" Ubuntu 10.04 LTS (lucid) has yasm 0.8 which is no longer compatible with x264. This change allows us to build yasm as a contrib and use it for building both Libav and x264 which require yasm. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4314 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add fribidi to build dependenciesjstebbins2011-10-224-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4305 b64f7644-9d1e-0410-96f1-a4d463321fa5