pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Sep 30 12:40:45 UTC 2022

Modified Files:
        pkgsrc/multimedia/mplayer-share: Makefile options.mk

Log Message:
mplayer-share: Switch to x264 stable


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/multimedia/mplayer-share/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/multimedia/mplayer-share/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/mplayer-share/Makefile
diff -u pkgsrc/multimedia/mplayer-share/Makefile:1.83 pkgsrc/multimedia/mplayer-share/Makefile:1.84
--- pkgsrc/multimedia/mplayer-share/Makefile:1.83       Sun Sep 11 12:52:03 2022
+++ pkgsrc/multimedia/mplayer-share/Makefile    Fri Sep 30 12:40:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2022/09/11 12:52:03 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2022/09/30 12:40:45 triaxx Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "Makefile.common"
 
 PKGNAME=       mplayer-share-${MPLAYER_VERSION}

Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.71 pkgsrc/multimedia/mplayer-share/options.mk:1.72
--- pkgsrc/multimedia/mplayer-share/options.mk:1.71     Tue May 24 09:18:36 2022
+++ pkgsrc/multimedia/mplayer-share/options.mk  Fri Sep 30 12:40:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.71 2022/05/24 09:18:36 nia Exp $
+# $NetBSD: options.mk,v 1.72 2022/09/30 12:40:45 triaxx Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -310,7 +310,7 @@ CONFIGURE_ARGS+=    --disable-libvorbis
 .  if !empty(PKG_OPTIONS:Mx264)
 CONFIGURE_ARGS+=       --enable-x264
 EXTRA_LIBS+=           -lx264
-.    include "../../multimedia/x264-devel/buildlink3.mk"
+.    include "../../multimedia/x264/buildlink3.mk"
 .  else
 CONFIGURE_ARGS+=       --disable-x264
 .  endif



Home | Main Index | Thread Index | Old Index