[Midnightbsd-cvs] mports [20115] trunk/audio: add libgme
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 29 15:16:08 EDT 2015
Revision: 20115
http://svnweb.midnightbsd.org/mports/?rev=20115
Author: laffer1
Date: 2015-08-29 15:16:07 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
add libgme
Modified Paths:
--------------
trunk/audio/Makefile
Added Paths:
-----------
trunk/audio/libgme/
trunk/audio/libgme/Makefile
trunk/audio/libgme/distinfo
trunk/audio/libgme/pkg-descr
trunk/audio/libgme/pkg-plist
Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile 2015-08-29 18:44:31 UTC (rev 20114)
+++ trunk/audio/Makefile 2015-08-29 19:16:07 UTC (rev 20115)
@@ -72,6 +72,7 @@
SUBDIR += libdiscid
SUBDIR += libdssialsacompat
SUBDIR += libgpod
+SUBDIR += libgme
SUBDIR += libid3tag
SUBDIR += liblo
SUBDIR += libmad
Added: trunk/audio/libgme/Makefile
===================================================================
--- trunk/audio/libgme/Makefile (rev 0)
+++ trunk/audio/libgme/Makefile 2015-08-29 19:16:07 UTC (rev 20115)
@@ -0,0 +1,34 @@
+# $MidnightBSD$
+# $FreeBSD: head/audio/libgme/Makefile 383870 2015-04-12 14:15:14Z danfe $
+
+PORTNAME= libgme
+PORTVERSION= 0.6.0
+CATEGORIES= audio
+MASTER_SITES= GOOGLE_CODE
+PROJECTHOST= game-music-emu
+DISTNAME= ${PROJECTHOST}-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Collection of video game music emulators
+
+LICENSE= lgpl2.1 lgpl3
+LICENSE_COMB= dual
+
+USES= tar:bzip2 cmake dos2unix ninja
+USE_LDCONFIG= yes
+
+PORTDOCS= changes.txt design.txt gme.txt readme.txt
+
+OPTIONS_DEFINE= DOCS
+
+pre-patch: dos2unix
+
+post-patch:
+ @${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \
+ ${WRKSRC}/gme/CMakeLists.txt
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Property changes on: trunk/audio/libgme/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/libgme/distinfo
===================================================================
--- trunk/audio/libgme/distinfo (rev 0)
+++ trunk/audio/libgme/distinfo 2015-08-29 19:16:07 UTC (rev 20115)
@@ -0,0 +1,2 @@
+SHA256 (game-music-emu-0.6.0.tar.bz2) = 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987
+SIZE (game-music-emu-0.6.0.tar.bz2) = 170202
Property changes on: trunk/audio/libgme/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/libgme/pkg-descr
===================================================================
--- trunk/audio/libgme/pkg-descr (rev 0)
+++ trunk/audio/libgme/pkg-descr 2015-08-29 19:16:07 UTC (rev 20115)
@@ -0,0 +1,14 @@
+Game_Music_Emu is a collection of video game music file emulators that support
+the following formats and systems:
+
+AY ZX Spectrum/Amstrad CPC
+GBS Nintendo Game Boy
+GYM Sega Genesis/Mega Drive
+HES NEC TurboGrafx-16/PC Engine
+KSS MSX Home Computer/other Z80 systems (doesn't support FM sound)
+NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
+SAP Atari systems using POKEY sound chip
+SPC Super Nintendo/Super Famicom
+VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
+
+WWW: http://code.google.com/p/game-music-emu/
Property changes on: trunk/audio/libgme/pkg-descr
___________________________________________________________________
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/libgme/pkg-plist
===================================================================
--- trunk/audio/libgme/pkg-plist (rev 0)
+++ trunk/audio/libgme/pkg-plist 2015-08-29 19:16:07 UTC (rev 20115)
@@ -0,0 +1,5 @@
+include/gme/gme.h
+lib/libgme.so
+lib/libgme.so.0
+lib/libgme.so.0.6.0
+libdata/pkgconfig/libgme.pc
Property changes on: trunk/audio/libgme/pkg-plist
___________________________________________________________________
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