[Midnightbsd-cvs] mports [25033] trunk/audio: add sdl mixer

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 14 09:36:04 EST 2019


Revision: 25033
          http://svnweb.midnightbsd.org/mports/?rev=25033
Author:   laffer1
Date:     2019-02-14 09:36:03 -0500 (Thu, 14 Feb 2019)
Log Message:
-----------
add sdl mixer

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/linux-c7-sdl_mixer/
    trunk/audio/linux-c7-sdl_mixer/Makefile
    trunk/audio/linux-c7-sdl_mixer/distinfo
    trunk/audio/linux-c7-sdl_mixer/pkg-plist.amd64

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2019-02-14 14:32:59 UTC (rev 25032)
+++ trunk/audio/Makefile	2019-02-14 14:36:03 UTC (rev 25033)
@@ -109,7 +109,7 @@
 SUBDIR += linux-f10-openal
 SUBDIR += linux-f10-openal-soft
 SUBDIR += linux-f10-pulseaudio-libs
-SUBDIR += linux-f10-sdl_mixer
+SUBDIR += linux-c7-sdl_mixer
 SUBDIR += madplay
 SUBDIR += mikmod
 SUBDIR += mpdcon

Added: trunk/audio/linux-c7-sdl_mixer/Makefile
===================================================================
--- trunk/audio/linux-c7-sdl_mixer/Makefile	                        (rev 0)
+++ trunk/audio/linux-c7-sdl_mixer/Makefile	2019-02-14 14:36:03 UTC (rev 25033)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+
+PORTNAME=	sdl_mixer
+PORTVERSION=	1.2.12
+CATEGORIES=	audio linux
+MASTER_SITES=	EPEL7/s
+DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	gpl2
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR=	${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME=	SDL_mixer
+ONLY_FOR_ARCHS=	amd64
+RPMVERSION=	4.el7
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX=	sdl12
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/audio/linux-c7-sdl_mixer/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-c7-sdl_mixer/distinfo
===================================================================
--- trunk/audio/linux-c7-sdl_mixer/distinfo	                        (rev 0)
+++ trunk/audio/linux-c7-sdl_mixer/distinfo	2019-02-14 14:36:03 UTC (rev 25033)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1482094692
+SHA256 (centos/SDL_mixer-1.2.12-4.el7.x86_64.rpm) = 119bb1db9ec904b29857c2f9963a2d71587f3300d3fbc284f886d8d6e6b137d9
+SIZE (centos/SDL_mixer-1.2.12-4.el7.x86_64.rpm) = 92856
+SHA256 (centos/SDL_mixer-1.2.12-4.el7.src.rpm) = 2ca2b34eb09656f5c6b16a467d2310f78382157211e127b6c5276b5870b7d7af
+SIZE (centos/SDL_mixer-1.2.12-4.el7.src.rpm) = 3702625


Property changes on: trunk/audio/linux-c7-sdl_mixer/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/linux-c7-sdl_mixer/pkg-plist.amd64
===================================================================
--- trunk/audio/linux-c7-sdl_mixer/pkg-plist.amd64	                        (rev 0)
+++ trunk/audio/linux-c7-sdl_mixer/pkg-plist.amd64	2019-02-14 14:36:03 UTC (rev 25033)
@@ -0,0 +1,7 @@
+usr/bin/playmus
+usr/bin/playwave
+usr/lib64/libSDL_mixer-1.2.so.0
+usr/lib64/libSDL_mixer-1.2.so.0.12.0
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/audio/linux-c7-sdl_mixer/pkg-plist.amd64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list