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: ryoon
Date: Thu Jan 9 15:57:58 UTC 2020
Modified Files:
pkgsrc/multimedia/mplayer-share: Makefile.common
Log Message:
mplayer, gmplayer: Link libgifutil to resolve GifQuantizeBuffer()
Add -lgifutil when -lgif is used.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 pkgsrc/multimedia/mplayer-share/Makefile.common:1.63
--- pkgsrc/multimedia/mplayer-share/Makefile.common:1.62 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/mplayer-share/Makefile.common Thu Jan 9 15:57:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.62 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: Makefile.common,v 1.63 2020/01/09 15:57:58 ryoon Exp $
# used by multimedia/gmplayer/Makefile
# used by multimedia/mencoder/Makefile
# used by multimedia/mplayer/Makefile
@@ -34,6 +34,9 @@ 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