pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/smpeg2
Module Name: pkgsrc
Committed By: kamil
Date: Fri Jul 29 18:25:35 UTC 2016
Modified Files:
pkgsrc/multimedia/smpeg2: Makefile PLIST
Log Message:
Remove conflict between multimedia/smpeg and multimedia/smpeg2
Install plaympeg of smpeg2 and the corresponding man-page as versioned.
Bump PKGREVISION.
Accepted by <wiz>
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/smpeg2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/smpeg2/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/smpeg2/Makefile
diff -u pkgsrc/multimedia/smpeg2/Makefile:1.4 pkgsrc/multimedia/smpeg2/Makefile:1.5
--- pkgsrc/multimedia/smpeg2/Makefile:1.4 Sat Apr 25 14:23:41 2015
+++ pkgsrc/multimedia/smpeg2/Makefile Fri Jul 29 18:25:35 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/04/25 14:23:41 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/29 18:25:35 kamil Exp $
DISTNAME= smpeg2-2.0.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://www.libsdl.org/projects/smpeg/release/
@@ -10,15 +10,19 @@ HOMEPAGE= http://www.libsdl.org/projects
COMMENT= Free MPEG1 video player library with sound support
LICENSE= gnu-lgpl-v2.1
-CONFLICTS+= smpeg-[0-9]*
-
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
+CONFIGURE_ARGS+= --program-suffix=2
+
.include "../../mk/bsd.fast.prefs.mk"
LDFLAGS.SunOS+= -lsocket -lnsl
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/smpeg2-config2 \
+ ${DESTDIR}${PREFIX}/bin/smpeg2-config
+
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/multimedia/smpeg2/PLIST
diff -u pkgsrc/multimedia/smpeg2/PLIST:1.1 pkgsrc/multimedia/smpeg2/PLIST:1.2
--- pkgsrc/multimedia/smpeg2/PLIST:1.1 Sun Feb 2 15:24:13 2014
+++ pkgsrc/multimedia/smpeg2/PLIST Fri Jul 29 18:25:35 2016
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/02 15:24:13 rodent Exp $
-bin/plaympeg
+@comment $NetBSD: PLIST,v 1.2 2016/07/29 18:25:35 kamil Exp $
+bin/plaympeg2
bin/smpeg2-config
include/smpeg2/MPEG.h
include/smpeg2/MPEGaction.h
@@ -13,5 +13,5 @@ include/smpeg2/MPEGsystem.h
include/smpeg2/MPEGvideo.h
include/smpeg2/smpeg.h
lib/libsmpeg2.la
-man/man1/plaympeg.1
+man/man1/plaympeg2.1
share/aclocal/smpeg2.m4
Home |
Main Index |
Thread Index |
Old Index