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:   jperkin
Date:           Fri Jun  5 12:17:10 UTC 2020

Modified Files:
        pkgsrc/multimedia/mplayer-share: Makefile.common

Log Message:
mplayer*: Remove gifutil hack, now done correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/multimedia/mplayer-share/Makefile.common

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.common
diff -u pkgsrc/multimedia/mplayer-share/Makefile.common:1.64 pkgsrc/multimedia/mplayer-share/Makefile.common:1.65
--- pkgsrc/multimedia/mplayer-share/Makefile.common:1.64        Sun Mar  1 11:51:39 2020
+++ pkgsrc/multimedia/mplayer-share/Makefile.common     Fri Jun  5 12:17:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2020/03/01 11:51:39 wiz Exp $
+# $NetBSD: Makefile.common,v 1.65 2020/06/05 12:17:10 jperkin Exp $
 # used by multimedia/gmplayer/Makefile
 # used by multimedia/mencoder/Makefile
 # used by multimedia/mplayer/Makefile
@@ -37,9 +37,6 @@ HAS_CONFIGURE=                YES
 
 PTHREAD_OPTS+=         require
 
-# For GifQuantizeBuffer of graphics/giflib
-BUILDLINK_TRANSFORM+=          l:gif:gif:gifutil
-
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --disable-smb
 CONFIGURE_ARGS+=       --disable-ffmpeg_a



Home | Main Index | Thread Index | Old Index