diff options
author | martin <martin@pkgsrc.org> | 2010-03-14 16:28:02 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2010-03-14 16:28:02 +0000 |
commit | 4b8e9e76de30945ffaa97ee2e6e51e0f38c8051f (patch) | |
tree | 5431c89cdf5439ce582922d75d6c6e5889cb282e /audio/mpg123-arts | |
parent | ec6916c7e49c5da93f3bd939e811ca4a3bdec261 (diff) | |
download | pkgsrc-4b8e9e76de30945ffaa97ee2e6e51e0f38c8051f.tar.gz |
Add pulse and arts output modules for mpg123.
Diffstat (limited to 'audio/mpg123-arts')
-rw-r--r-- | audio/mpg123-arts/DESCR | 1 | ||||
-rw-r--r-- | audio/mpg123-arts/Makefile | 10 | ||||
-rw-r--r-- | audio/mpg123-arts/PLIST | 2 |
3 files changed, 13 insertions, 0 deletions
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 |