summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-11-15 16:38:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-11-15 16:38:24 +0000
commitb911e5438c4c7dd709abbc9ee0f3dfa3f94cf105 (patch)
tree2b221398db8458f9e7a6849f49596b968b6658b7 /audio
parent- Update to 1.0.7 (diff)
Add game music emu (gme) gstreamer plugin.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Notes
Notes: svn path=/head/; revision=264596
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer-plugins-gme/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 30ba9b7975c0..8110181e3080 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -274,6 +274,7 @@
SUBDIR += gstreamer-plugins-faad
SUBDIR += gstreamer-plugins-flac
SUBDIR += gstreamer-plugins-fluendo-mp3
+ SUBDIR += gstreamer-plugins-gme
SUBDIR += gstreamer-plugins-gsm
SUBDIR += gstreamer-plugins-jack
SUBDIR += gstreamer-plugins-ladspa
diff --git a/audio/gstreamer-plugins-gme/Makefile b/audio/gstreamer-plugins-gme/Makefile
new file mode 100644
index 000000000000..8d8d56c19c95
--- /dev/null
+++ b/audio/gstreamer-plugins-gme/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-gme
+# Date created: 15 Nov 2010
+# Whom: Raphael Kubo da Costa <kubito@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer game-music-emu (libgme) frontend
+
+GST_PLUGIN= gme
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"