pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share mplayer, gmplayer: Link libgi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19edb082d911
branches:  trunk
changeset: 407775:19edb082d911
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jan 09 15:57:58 2020 +0000

description:
mplayer, gmplayer: Link libgifutil to resolve GifQuantizeBuffer()

Add -lgifutil when -lgif is used.

diffstat:

 multimedia/mplayer-share/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r abec6f352d54 -r 19edb082d911 multimedia/mplayer-share/Makefile.common
--- a/multimedia/mplayer-share/Makefile.common  Thu Jan 09 15:56:40 2020 +0000
+++ b/multimedia/mplayer-share/Makefile.common  Thu Jan 09 15:57:58 2020 +0000
@@ -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 @@
 
 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