summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-10-04 10:31:28 +0000
committerwiz <wiz@pkgsrc.org>2022-10-04 10:31:28 +0000
commit2dd666fc5762bafd0adaf38e4db946b046b59ab5 (patch)
treebfdbfb8d0e8bd845074d18f4b8de17baf7a0f9d5
parentbf584fdf1cecf9bd217b18206ee60cc638252190 (diff)
downloadpkgsrc-2dd666fc5762bafd0adaf38e4db946b046b59ab5.tar.gz
transcode: switch to x264
Bump PKGREVISION
-rw-r--r--multimedia/transcode/Makefile4
-rw-r--r--multimedia/transcode/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 7cef48ca8f3..0c7456a3922 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2022/09/27 20:58:27 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2022/10/04 10:31:28 wiz Exp $
DISTNAME= transcode-1.1.7
-PKGREVISION= 54
+PKGREVISION= 55
CATEGORIES= multimedia
MASTER_SITES= http://bitbucket.org/france/transcode-tcforge/downloads/
EXTRACT_SUFX= .tar.bz2
diff --git a/multimedia/transcode/options.mk b/multimedia/transcode/options.mk
index 4b28615fed4..bdfce8daaf7 100644
--- a/multimedia/transcode/options.mk
+++ b/multimedia/transcode/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2018/11/10 20:50:28 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2022/10/04 10:31:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.transcode
PKG_SUPPORTED_OPTIONS= a52 dv faac imagemagick mjpegtools lzo libxml2 x264
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --disable-imagemagick
.endif
.if !empty(PKG_OPTIONS:Mx264)
-. include "../../multimedia/x264-devel/buildlink3.mk"
+. include "../../multimedia/x264/buildlink3.mk"
PLIST.x264= yes
CONFIGURE_ARGS+= --enable-x264
.else