diff options
author | nia <nia@pkgsrc.org> | 2021-04-17 09:15:05 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-17 09:15:05 +0000 |
commit | 7b3b4e467f4b379be4edd7be7290182526529a03 (patch) | |
tree | 35e66e93d5290c18a24712b497234422c7f32fa0 | |
parent | 766dddbf40698ca9781788d604f82ff733f4e168 (diff) | |
download | pkgsrc-7b3b4e467f4b379be4edd7be7290182526529a03.tar.gz |
add audio/mpg123-jack
JACK output module for the mpg123 audio player.
-rw-r--r-- | audio/mpg123-nas/DESCR | 2 | ||||
-rw-r--r-- | audio/mpg123-nas/Makefile | 7 | ||||
-rw-r--r-- | audio/mpg123-nas/PLIST | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/audio/mpg123-nas/DESCR b/audio/mpg123-nas/DESCR index c09abd415bc..6deb2eae21b 100644 --- a/audio/mpg123-nas/DESCR +++ b/audio/mpg123-nas/DESCR @@ -1 +1 @@ -NAS (Network Audio System) output module for the mpg123 audio player. +JACK output module for the mpg123 audio player. diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index 23f97e72157..c9b05e956be 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2016/12/18 22:58:35 adam Exp $ +# $NetBSD: Makefile,v 1.28 2021/04/17 09:15:05 nia Exp $ -MPG123_MODULE= nas +MPG123_MODULE= jack .include "../../audio/mpg123/Makefile.common" .include "../../audio/mpg123/buildlink3.mk" -.include "../../audio/nas/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" +.include "../../audio/jack/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg123-nas/PLIST b/audio/mpg123-nas/PLIST index 820a539faea..24cd457c9ca 100644 --- a/audio/mpg123-nas/PLIST +++ b/audio/mpg123-nas/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2010/03/14 14:47:36 martin Exp $ -lib/mpg123/output_nas.la +@comment $NetBSD: PLIST,v 1.3 2021/04/17 09:15:05 nia Exp $ +lib/mpg123/output_jack.la |