pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/mpg123-nas



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr 17 09:15:05 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123-nas: DESCR Makefile PLIST

Log Message:
add audio/mpg123-jack

JACK output module for the mpg123 audio player.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/mpg123-nas/DESCR \
    pkgsrc/audio/mpg123-nas/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/mpg123-nas/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123-nas/DESCR
diff -u pkgsrc/audio/mpg123-nas/DESCR:1.2 pkgsrc/audio/mpg123-nas/DESCR:1.3
--- pkgsrc/audio/mpg123-nas/DESCR:1.2   Sun Mar 14 14:47:36 2010
+++ pkgsrc/audio/mpg123-nas/DESCR       Sat Apr 17 09:15:05 2021
@@ -1 +1 @@
-NAS (Network Audio System) output module for the mpg123 audio player.
+JACK output module for the mpg123 audio player.
Index: pkgsrc/audio/mpg123-nas/PLIST
diff -u pkgsrc/audio/mpg123-nas/PLIST:1.2 pkgsrc/audio/mpg123-nas/PLIST:1.3
--- pkgsrc/audio/mpg123-nas/PLIST:1.2   Sun Mar 14 14:47:36 2010
+++ pkgsrc/audio/mpg123-nas/PLIST       Sat Apr 17 09:15:05 2021
@@ -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

Index: pkgsrc/audio/mpg123-nas/Makefile
diff -u pkgsrc/audio/mpg123-nas/Makefile:1.27 pkgsrc/audio/mpg123-nas/Makefile:1.28
--- pkgsrc/audio/mpg123-nas/Makefile:1.27       Sun Dec 18 22:58:35 2016
+++ pkgsrc/audio/mpg123-nas/Makefile    Sat Apr 17 09:15:05 2021
@@ -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"



Home | Main Index | Thread Index | Old Index