diff options
author | John Stebbins <[email protected]> | 2017-11-07 11:22:20 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-07 11:22:20 -0800 |
commit | 8f7da9e73c6fcd98b4d3d1b3fb55d56af555ce05 (patch) | |
tree | 820d9fc5762ed4d40f929ed1af32fdca8675279b /pkg/linux | |
parent | 05b36baaa192c3bbbc0ccf4eb10acae887c6b0a1 (diff) |
LinGui: disable i386 releases
x265 high-bit depth does not support i386 unless you disable asm.
Diffstat (limited to 'pkg/linux')
-rw-r--r-- | pkg/linux/debian/control.artful | 4 | ||||
-rw-r--r-- | pkg/linux/debian/control.trusty | 4 | ||||
-rw-r--r-- | pkg/linux/debian/control.xenial | 4 | ||||
-rw-r--r-- | pkg/linux/debian/control.zesty | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/pkg/linux/debian/control.artful b/pkg/linux/debian/control.artful index 7c08681f9..f126cff4c 100644 --- a/pkg/linux/debian/control.artful +++ b/pkg/linux/debian/control.artful @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ Package: handbrake-cli -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: handbrake Description: versatile DVD ripper and video transcoder - command line @@ -18,7 +18,7 @@ Description: versatile DVD ripper and video transcoder - command line HandBrakeCLI Package: handbrake-gtk -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI diff --git a/pkg/linux/debian/control.trusty b/pkg/linux/debian/control.trusty index 80b2bb408..d8ec91097 100644 --- a/pkg/linux/debian/control.trusty +++ b/pkg/linux/debian/control.trusty @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ Package: handbrake-cli -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: handbrake Description: versatile DVD ripper and video transcoder - command line @@ -18,7 +18,7 @@ Description: versatile DVD ripper and video transcoder - command line HandBrakeCLI Package: handbrake-gtk -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI diff --git a/pkg/linux/debian/control.xenial b/pkg/linux/debian/control.xenial index 7c08681f9..f126cff4c 100644 --- a/pkg/linux/debian/control.xenial +++ b/pkg/linux/debian/control.xenial @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ Package: handbrake-cli -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: handbrake Description: versatile DVD ripper and video transcoder - command line @@ -18,7 +18,7 @@ Description: versatile DVD ripper and video transcoder - command line HandBrakeCLI Package: handbrake-gtk -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI diff --git a/pkg/linux/debian/control.zesty b/pkg/linux/debian/control.zesty index 7c08681f9..f126cff4c 100644 --- a/pkg/linux/debian/control.zesty +++ b/pkg/linux/debian/control.zesty @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ Package: handbrake-cli -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: handbrake Description: versatile DVD ripper and video transcoder - command line @@ -18,7 +18,7 @@ Description: versatile DVD ripper and video transcoder - command line HandBrakeCLI Package: handbrake-gtk -Architecture: i386 amd64 +Architecture: amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-libav, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-pulseaudio Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI |