Remove conflict between multimedia/smpeg and multimedia/smpeg2
Install plaympeg of smpeg2 and the corresponding man-page as versioned. Bump PKGREVISION. Accepted by <wiz>
This commit is contained in:
parent
0829d08995
commit
924b25212e
2 changed files with 11 additions and 7 deletions
|
@ -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/smpeg/
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue