diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2019-11-20 18:33:04 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2019-11-20 18:33:08 +0000 |
commit | 4e2f5be328aca632b1ccbc6244c04be904b21a81 (patch) | |
tree | 3af218dd18f3001515fdbfe03293f447800b4bbd /media-video/handbrake/files | |
parent | dev-python/scrypt: Restore 0.8.13, revbump for new ebuild (diff) | |
download | gentoo-4e2f5be328aca632b1ccbc6244c04be904b21a81.tar.gz gentoo-4e2f5be328aca632b1ccbc6244c04be904b21a81.tar.bz2 gentoo-4e2f5be328aca632b1ccbc6244c04be904b21a81.zip |
media-video/handbrake: Sync/Fix live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
Diffstat (limited to 'media-video/handbrake/files')
-rw-r--r-- | media-video/handbrake/files/handbrake-9999-libdl-link.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/handbrake/files/handbrake-9999-libdl-link.patch b/media-video/handbrake/files/handbrake-9999-libdl-link.patch deleted file mode 100644 index ace1528053a0..000000000000 --- a/media-video/handbrake/files/handbrake-9999-libdl-link.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/gtk/configure.ac b/gtk/configure.ac -index 92aabcbe8..1f4a1df95 100644 ---- a/gtk/configure.ac -+++ b/gtk/configure.ac -@@ -199,7 +199,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES]) - - GHB_CFLAGS="$HBINC $GHB_CFLAGS" - --HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma" -+HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma -ldl" - - if test "x$use_fdk_aac" = "xyes" ; then - HB_LIBS="$HB_LIBS -lfdk-aac" |