pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/transcode
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 4 10:31:28 UTC 2022
Modified Files:
pkgsrc/multimedia/transcode: Makefile options.mk
Log Message:
transcode: switch to x264
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/multimedia/transcode/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/transcode/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/transcode/Makefile
diff -u pkgsrc/multimedia/transcode/Makefile:1.137 pkgsrc/multimedia/transcode/Makefile:1.138
--- pkgsrc/multimedia/transcode/Makefile:1.137 Tue Sep 27 20:58:27 2022
+++ pkgsrc/multimedia/transcode/Makefile Tue Oct 4 10:31:28 2022
@@ -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
Index: pkgsrc/multimedia/transcode/options.mk
diff -u pkgsrc/multimedia/transcode/options.mk:1.10 pkgsrc/multimedia/transcode/options.mk:1.11
--- pkgsrc/multimedia/transcode/options.mk:1.10 Sat Nov 10 20:50:28 2018
+++ pkgsrc/multimedia/transcode/options.mk Tue Oct 4 10:31:28 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index