diff options
author | nia <nia@pkgsrc.org> | 2021-04-17 09:17:45 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-17 09:17:45 +0000 |
commit | 6a0930618a970de1b493a03b3b0abfa39132e784 (patch) | |
tree | 0df9fc36c35d381628aa971a1fe2ce4e206b18b1 /audio | |
parent | 7b3b4e467f4b379be4edd7be7290182526529a03 (diff) | |
download | pkgsrc-6a0930618a970de1b493a03b3b0abfa39132e784.tar.gz |
add audio/mpg123-jack (properly, this time)
JACK output module for the mpg123 audio player.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123-jack/DESCR | 1 | ||||
-rw-r--r-- | audio/mpg123-jack/Makefile | 9 | ||||
-rw-r--r-- | audio/mpg123-jack/PLIST | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/audio/mpg123-jack/DESCR b/audio/mpg123-jack/DESCR new file mode 100644 index 00000000000..6deb2eae21b --- /dev/null +++ b/audio/mpg123-jack/DESCR @@ -0,0 +1 @@ +JACK output module for the mpg123 audio player. diff --git a/audio/mpg123-jack/Makefile b/audio/mpg123-jack/Makefile new file mode 100644 index 00000000000..5b8f859a86e --- /dev/null +++ b/audio/mpg123-jack/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1 2021/04/17 09:17:45 nia Exp $ + +MPG123_MODULE= jack + +.include "../../audio/mpg123/Makefile.common" + +.include "../../audio/mpg123/buildlink3.mk" +.include "../../audio/jack/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg123-jack/PLIST b/audio/mpg123-jack/PLIST new file mode 100644 index 00000000000..65a72aa6cb8 --- /dev/null +++ b/audio/mpg123-jack/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/04/17 09:17:45 nia Exp $ +lib/mpg123/output_jack.la |