pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio remove: mpg123-oss, mpg123-sun



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a35598154564
branches:  trunk
changeset: 453222:a35598154564
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 25 12:27:02 2021 +0000

description:
remove: mpg123-oss, mpg123-sun

- mpg123-sun is, quite literally, impossible to install.
  It's always built-in to mpg123 where it's available.
- mpg123-oss is built-in to mpg123 on operating systems where it's useful.

ok'd by thor.

diffstat:

 audio/Makefile            |   4 +---
 audio/mpg123-oss/DESCR    |   1 -
 audio/mpg123-oss/Makefile |  16 ----------------
 audio/mpg123-oss/PLIST    |   2 --
 audio/mpg123-sun/DESCR    |   1 -
 audio/mpg123-sun/Makefile |  13 -------------
 audio/mpg123-sun/PLIST    |   2 --
 7 files changed, 1 insertions(+), 38 deletions(-)

diffs (78 lines):

diff -r 5904fb261811 -r a35598154564 audio/Makefile
--- a/audio/Makefile    Tue May 25 12:09:19 2021 +0000
+++ b/audio/Makefile    Tue May 25 12:27:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.632 2021/05/09 09:06:58 nia Exp $
+# $NetBSD: Makefile,v 1.633 2021/05/25 12:27:02 nia Exp $
 #
 
 COMMENT=       Audio tools, players, and libraries
@@ -321,9 +321,7 @@
 SUBDIR+=       mpg123
 SUBDIR+=       mpg123-jack
 SUBDIR+=       mpg123-nas
-SUBDIR+=       mpg123-oss
 SUBDIR+=       mpg123-pulse
-SUBDIR+=       mpg123-sun
 SUBDIR+=       mpg321
 SUBDIR+=       mppenc
 SUBDIR+=       mserv
diff -r 5904fb261811 -r a35598154564 audio/mpg123-oss/DESCR
--- a/audio/mpg123-oss/DESCR    Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-OSS output module for the mpg123 audio player.
diff -r 5904fb261811 -r a35598154564 audio/mpg123-oss/Makefile
--- a/audio/mpg123-oss/Makefile Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/04/07 05:13:45 sevan Exp $
-
-MPG123_MODULE= oss
-
-# this is builtin with ../mpg123 on all other architectures
-ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* DragonFly-*-* SunOS-*-*
-
-.include "../../audio/mpg123/Makefile.common"
-
-.include "../../mk/oss.buildlink3.mk"
-LIBS+=         ${LIBOSSAUDIO}
-CPPFLAGS+=     -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
-CPPFLAGS+=     -DDEVOSSSOUND="\"${DEVOSSSOUND}\""
-
-.include "../../audio/mpg123/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5904fb261811 -r a35598154564 audio/mpg123-oss/PLIST
--- a/audio/mpg123-oss/PLIST    Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/25 10:44:22 thor Exp $
-lib/mpg123/output_oss.so
diff -r 5904fb261811 -r a35598154564 audio/mpg123-sun/DESCR
--- a/audio/mpg123-sun/DESCR    Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-sun audio output module for the mpg123 audio player.
diff -r 5904fb261811 -r a35598154564 audio/mpg123-sun/Makefile
--- a/audio/mpg123-sun/Makefile Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2016/03/27 22:46:45 jperkin Exp $
-
-MPG123_MODULE= sun
-
-# this is builtin with ../mpg123 on these architectures
-NOT_FOR_PLATFORM+=     NetBSD-*-* OpenBSD-*-* SunOS-*-*
-# there is no support for the sun-audio interface on these
-NOT_FOR_PLATFORM+=     Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-*
-
-.include "../../audio/mpg123/Makefile.common"
-
-.include "../../audio/mpg123/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5904fb261811 -r a35598154564 audio/mpg123-sun/PLIST
--- a/audio/mpg123-sun/PLIST    Tue May 25 12:09:19 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/25 10:44:23 thor Exp $
-lib/mpg123/output_sun.so



Home | Main Index | Thread Index | Old Index