pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst123



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 16 14:57:13 UTC 2017

Modified Files:
        pkgsrc/multimedia/gst123: Makefile distinfo

Log Message:
Updated gst123 to 0.3.4.

Overview of changes in gst123-0.3.4:

* Option parsing bug for "-@, --list" fixed.
* Avoid annoying redundant tag updates.
* Support video subtitles [Ahmed El-Mahmoudy].
* Use A/a keys to set video opacity [Ahmed El-Mahmoudy].
* Work around kwin window manager policy "focus stealing prevention".
* Fix image filetype detection bug.
* Fix Issue 14: Use sync bus handler to set window xid.
* Fix Issue 13: In some cases playing videos leads to g_criticals().
* Added "-f, --fullscreen" option to start playback in fullscreen mode.
* Added "--volume" option to set initial playback volume.
* Ignore symlinks when crawling directories.
* Various bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/multimedia/gst123/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/gst123/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst123/Makefile
diff -u pkgsrc/multimedia/gst123/Makefile:1.34 pkgsrc/multimedia/gst123/Makefile:1.35
--- pkgsrc/multimedia/gst123/Makefile:1.34      Sun Feb 12 06:25:47 2017
+++ pkgsrc/multimedia/gst123/Makefile   Thu Mar 16 14:57:13 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2017/02/12 06:25:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/03/16 14:57:13 wiz Exp $
 
-DISTNAME=      gst123-0.3.3
-PKGREVISION=   9
+DISTNAME=      gst123-0.3.4
 CATEGORIES=    multimedia
 MASTER_SITES=  http://space.twc.de/~stefan/gst123/
 EXTRACT_SUFX=  .tar.bz2
@@ -17,7 +16,8 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    pkg-config gmake
 
 USE_NCURSES=   yes
-CONFIGURE_ARGS+=       NCURSES5_CONFIG=${BUILDLINK_PREFIX.ncurses}/bin/ncurses6-config
+CONFIGURE_ARGS+=       NCURSES_CFLAGS=-I${BUILDLINK_PREFIX.ncurses}/include
+CONFIGURE_ARGS+=       NCURSES_LIBS="-L${BUILDLINK_PREFIX.ncurses}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncurses}/lib -l${BUILDLINK_LIBNAME.ncurses}"
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 

Index: pkgsrc/multimedia/gst123/distinfo
diff -u pkgsrc/multimedia/gst123/distinfo:1.8 pkgsrc/multimedia/gst123/distinfo:1.9
--- pkgsrc/multimedia/gst123/distinfo:1.8       Tue Nov  3 23:54:26 2015
+++ pkgsrc/multimedia/gst123/distinfo   Thu Mar 16 14:57:13 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 23:54:26 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/03/16 14:57:13 wiz Exp $
 
-SHA1 (gst123-0.3.3.tar.bz2) = a5e3804e51a6930bab1e7b5aa85f7340920c7441
-RMD160 (gst123-0.3.3.tar.bz2) = 941bef7f52ca7ef534b9716df258e1005a135f9f
-SHA512 (gst123-0.3.3.tar.bz2) = 8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47
-Size (gst123-0.3.3.tar.bz2) = 113344 bytes
+SHA1 (gst123-0.3.4.tar.bz2) = 6096e8478691cf10354bf6bbd5551056bc48467c
+RMD160 (gst123-0.3.4.tar.bz2) = c17b44438a64e541d8feb226ca60d7be1c0c6abf
+SHA512 (gst123-0.3.4.tar.bz2) = 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
+Size (gst123-0.3.4.tar.bz2) = 123399 bytes



Home | Main Index | Thread Index | Old Index