aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2015-04-06 01:10:27 +0800
committernetchild <netchild@FreeBSD.org>2015-04-06 01:10:27 +0800
commit6dea3ccc49aef759b3da37d13188d00831838801 (patch)
tree02c537bea5204074573794a1e5d8337de8080659
parent937cf8f95c3f2be9065de4f034628c14245aeb20 (diff)
downloadfreebsd-ports-gnome-6dea3ccc49aef759b3da37d13188d00831838801.tar.gz
freebsd-ports-gnome-6dea3ccc49aef759b3da37d13188d00831838801.tar.zst
freebsd-ports-gnome-6dea3ccc49aef759b3da37d13188d00831838801.zip
Add libvpx and x264 dependency:
- the bundled ffmpeg seems to want to use it despite libvpx being disabled in the handbrake patches - x264 comes bundled, but there are reports it's needed as a dependency so that the port builds, so better safe than sorry This allows to build the port by hand (make install in the port directory). The BROKEN line stays in, seems those changes don't make poudriere happy. PR: 199126 Submitted by: w.schwarzenfeld@utanet.at Discussed with: olgeni
-rw-r--r--multimedia/handbrake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index ceba25f06462..4bad88615f6e 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -42,7 +42,9 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libvorbisenc.so:${PORTSDIR}/audio/libvorbis \
libtheoradec.so:${PORTSDIR}/multimedia/libtheora \
libtheoraenc.so:${PORTSDIR}/multimedia/libtheora \
- libsamplerate.so:${PORTSDIR}/audio/libsamplerate
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libvpx.so:${PORTSDIR}/multimedia/libvpx \
+ libx264.so:${PORTSDIR}/multimedia/libx264
.if !defined(PACKAGE_BUILDING)
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread/src/dvd_input.c (dlopen'ed)
LIB_DEPENDS+= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss