summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin>2010-03-14 16:28:02 +0000
committermartin <martin>2010-03-14 16:28:02 +0000
commitd77fb558fdfcafca93d5b8812d111a2837ea6f0e (patch)
tree5431c89cdf5439ce582922d75d6c6e5889cb282e
parent07e2d8c1494be4bc07ae4d07f00b9dd15641001d (diff)
downloadpkgsrc-d77fb558fdfcafca93d5b8812d111a2837ea6f0e.tar.gz
Add pulse and arts output modules for mpg123.
-rw-r--r--audio/Makefile8
-rw-r--r--audio/mpg123-arts/DESCR1
-rw-r--r--audio/mpg123-arts/Makefile10
-rw-r--r--audio/mpg123-arts/PLIST2
-rw-r--r--audio/mpg123-pulse/DESCR1
-rw-r--r--audio/mpg123-pulse/Makefile10
-rw-r--r--audio/mpg123-pulse/PLIST2
-rw-r--r--audio/mpg123/Makefile.common4
8 files changed, 34 insertions, 4 deletions
diff --git a/audio/Makefile b/audio/Makefile
index c4299ce2ead..3c36aa41aad 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.433 2010/03/14 14:19:19 martin Exp $
+# $NetBSD: Makefile,v 1.434 2010/03/14 16:28:02 martin Exp $
#
COMMENT= Audio tools
@@ -261,10 +261,12 @@ SUBDIR+= mp3val
SUBDIR+= mpc
SUBDIR+= mpegaudio
SUBDIR+= mpg123
-SUBDIR+= mpg123-sun
-SUBDIR+= mpg123-oss
+SUBDIR+= mpg123-arts
SUBDIR+= mpg123-esound
SUBDIR+= mpg123-nas
+SUBDIR+= mpg123-oss
+SUBDIR+= mpg123-pulse
+SUBDIR+= mpg123-sun
SUBDIR+= mpg321
SUBDIR+= mppenc
SUBDIR+= mserv
diff --git a/audio/mpg123-arts/DESCR b/audio/mpg123-arts/DESCR
new file mode 100644
index 00000000000..96ccd68cfff
--- /dev/null
+++ b/audio/mpg123-arts/DESCR
@@ -0,0 +1 @@
+ARTS output module for the mpg123 audio player.
diff --git a/audio/mpg123-arts/Makefile b/audio/mpg123-arts/Makefile
new file mode 100644
index 00000000000..8bcf23075d8
--- /dev/null
+++ b/audio/mpg123-arts/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2010/03/14 16:28:02 martin Exp $
+
+
+MPG123_MODULE= arts
+
+.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
+
+.include "../../audio/arts/buildlink3.mk"
+.include "../../audio/mpg123/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/mpg123-arts/PLIST b/audio/mpg123-arts/PLIST
new file mode 100644
index 00000000000..a933bc737ad
--- /dev/null
+++ b/audio/mpg123-arts/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/03/14 16:28:02 martin Exp $
+lib/mpg123/output_arts.la
diff --git a/audio/mpg123-pulse/DESCR b/audio/mpg123-pulse/DESCR
new file mode 100644
index 00000000000..1588dacadd1
--- /dev/null
+++ b/audio/mpg123-pulse/DESCR
@@ -0,0 +1 @@
+PulseAudio Server output module for the mpg123 audio player.
diff --git a/audio/mpg123-pulse/Makefile b/audio/mpg123-pulse/Makefile
new file mode 100644
index 00000000000..76743e9a084
--- /dev/null
+++ b/audio/mpg123-pulse/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2010/03/14 16:28:02 martin Exp $
+
+
+MPG123_MODULE= pulse
+
+.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
+
+.include "../../audio/pulseaudio/buildlink3.mk"
+.include "../../audio/mpg123/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/mpg123-pulse/PLIST b/audio/mpg123-pulse/PLIST
new file mode 100644
index 00000000000..e49bc969a56
--- /dev/null
+++ b/audio/mpg123-pulse/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/03/14 16:28:02 martin Exp $
+lib/mpg123/output_pulse.la
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common
index fad2f80b5ed..9cbcab30ac9 100644
--- a/audio/mpg123/Makefile.common
+++ b/audio/mpg123/Makefile.common
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.33 2010/03/14 15:03:34 martin Exp $
+# $NetBSD: Makefile.common,v 1.34 2010/03/14 16:28:02 martin Exp $
#
+# used by audio/mpg123-arts/Makefile
# used by audio/mpg123-esound/Makefile
# used by audio/mpg123-nas/Makefile
# used by audio/mpg123-oss/Makefile
+# used by audio/mpg123-pulse/Makefile
# used by audio/mpg123-sun/Makefile
DISTNAME= mpg123-1.10.1