pkgsrc-WIP-changes archive

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

mpg123-git: Rename to mpg123-svn



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 14:31:21 2016 +0200
Changeset:	6a83f976da23df1828b0e1e2665194585fa2ed56

Modified Files:
	Makefile
Added Files:
	mpg123-svn/DESCR
	mpg123-svn/Makefile
	mpg123-svn/PLIST
	mpg123-svn/TODO
	mpg123-svn/distinfo
	mpg123-svn/patches/patch-aa
Removed Files:
	mpg123-git/DESCR
	mpg123-git/Makefile
	mpg123-git/PLIST
	mpg123-git/TODO
	mpg123-git/distinfo
	mpg123-git/patches/patch-aa

Log Message:
mpg123-git: Rename to mpg123-svn

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a83f976da23df1828b0e1e2665194585fa2ed56

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

diffstat:
 Makefile                    |  2 +-
 mpg123-git/DESCR            |  6 -----
 mpg123-git/Makefile         | 56 ---------------------------------------------
 mpg123-git/PLIST            |  4 ----
 mpg123-git/TODO             |  3 ---
 mpg123-git/distinfo         |  3 ---
 mpg123-git/patches/patch-aa | 22 ------------------
 mpg123-svn/DESCR            |  6 +++++
 mpg123-svn/Makefile         | 56 +++++++++++++++++++++++++++++++++++++++++++++
 mpg123-svn/PLIST            |  4 ++++
 mpg123-svn/TODO             |  3 +++
 mpg123-svn/distinfo         |  3 +++
 mpg123-svn/patches/patch-aa | 22 ++++++++++++++++++
 13 files changed, 95 insertions(+), 95 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e71bb02..f488148 100644
--- a/Makefile
+++ b/Makefile
@@ -1879,7 +1879,7 @@ SUBDIR+=	mpb-openmpi
 SUBDIR+=	mpc-el
 SUBDIR+=	mpfi
 SUBDIR+=	mpg123-jack
-SUBDIR+=	mpg123-git
+SUBDIR+=	mpg123-svn
 SUBDIR+=	mpgedit
 SUBDIR+=	mpi-ch
 SUBDIR+=	mpibzip2
diff --git a/mpg123-git/DESCR b/mpg123-git/DESCR
deleted file mode 100644
index 6127c04..0000000
--- a/mpg123-git/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-mpg123 reads one or more files (or standard input if ``-'' is
-specified) or URLs and plays them on the audio device (default) or
-outputs them to stdout.  file/URL is assumed to be an MPEG-1/2 audio
-bit stream.
-
-This is from SVN trunk.
diff --git a/mpg123-git/Makefile b/mpg123-git/Makefile
deleted file mode 100644
index ed2ddd9..0000000
--- a/mpg123-git/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/13 20:39:10 othyro Exp $
-
-DISTNAME=	mpg123-${MPG123_VERSION}
-CATEGORIES=	audio
-
-MAINTAINER=	blair.sadewitz%gmail.com@localhost
-HOMEPAGE=	http://www.mpg123.de
-COMMENT=	Mpg123 MPEG layer 1, 2, 3 audio player
-LICENSE=	mpg123-license
-
-NO_SRC_ON_FTP=		${RESTRICTED}
-NO_SRC_ON_CDROM=	${RESTRICTED}
-
-USE_TOOLS+=		automake autoreconf date perl pkg-config
-GNU_CONFIGURE=		yes
-USE_LIBTOOL=		yes
-
-WRKSRC=			${WRKDIR}/mpg123
-
-CONFIGURE_ARGS+=	--with-optimization=3
-CONFIGURE_ARGS+=	--with-audio=sun
-.if ${MACHINE_ARCH} == "i386"
-CONFIGURE_ARGS+=	--with-cpu=x86
-.elif ${MACHINE_ARCH} == "macppc"
-CONFIGURE_ARGS+=	--with-cpu=altivec # I'll add options soon for this.
-.endif
-
-CHECK_BUILTIN.oss:=yes
-.include "../../mk/oss.builtin.mk"
-CHECK_BUILTIN.oss:=no
-
-.if !empty(USE_BUILTIN.oss:M[Yy][Ee][Ss])
-CONFIGURE_ARGS+=	--with-audio=oss
-CONFIGURE_ARGS+=	LIBS=${BUILDLINK_LDADD.oss:Q}
-
-.include "../../mk/oss.buildlink3.mk"
-.endif
-
-CPPFLAGS+=		-DDEVOSSAUDIO=\"${DEVOSSAUDIO:Q}\"
-CPPFLAGS+=		-DDEVOSSSOUND=\"${DEVOSSSOUND:Q}\"
-
-SVN_REPOSITORIES=	mpg123
-#SVN_TAG=		{${MPG123_TAG}}
-SVN_REPO.mpg123=	svn://orgis.org/mpg123/trunk
-
-pre-configure:
-	cd ${WRKSRC} && autoreconf -iv
-
-.include "../../wip/mk/svn-package2.mk"
-.include "../../mk/bsd.fast.prefs.mk"
-
-#YESTERDAY!=	expr `date +%s` - 86399
-#MPG123_VERSION!=${DATE} -r ${YESTERDAY} +%Y%m%d
-#MPG123_TAG!=	${DATE} +%Y%m%d
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mpg123-git/PLIST b/mpg123-git/PLIST
deleted file mode 100644
index 5737e24..0000000
--- a/mpg123-git/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/08/20 21:56:21 cheusov Exp $
-bin/mpg123
-man/man1/mpg123.1
-lib/libmpg123.la
diff --git a/mpg123-git/TODO b/mpg123-git/TODO
deleted file mode 100644
index 09c4afc..0000000
--- a/mpg123-git/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-A lot.  Support all of the usual platforms, merge in any relevant 
-fixes from pkgsrc, options.mk, etc.  This should work for at least
-NetBSD/i386 and NetBSD/amd64, though.
diff --git a/mpg123-git/distinfo b/mpg123-git/distinfo
deleted file mode 100644
index 84d00be..0000000
--- a/mpg123-git/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: distinfo,v 1.7 2011/09/29 11:17:09 makoto Exp $
-
-SHA1 (patch-aa) = 265fbaf97a1cf71c552ee2e95b93e5c7dd2b6edf
diff --git a/mpg123-git/patches/patch-aa b/mpg123-git/patches/patch-aa
deleted file mode 100644
index ce1193e..0000000
--- a/mpg123-git/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2009/09/12 06:54:09 cheusov Exp $
-
---- src/output/oss.c.orig	2009-09-12 02:38:47.000000000 +0300
-+++ src/output/oss.c
-@@ -167,7 +167,7 @@ static int open_oss(audio_output_t *ao)
- 	if(!ao) return -1;
- 	
- 	if(!ao->device) {
--		ao->device = "/dev/dsp";
-+		ao->device = DEVOSSAUDIO;
- 		usingdefdev = 1;
- 	}
- 	
-@@ -176,7 +176,7 @@ static int open_oss(audio_output_t *ao)
- 	if(ao->fn < 0)
- 	{
- 		if(usingdefdev) {
--			ao->device = "/dev/sound/dsp";
-+			ao->device = DEVOSSAUDIO;
- 			ao->fn = open(ao->device,O_WRONLY);
- 			if(ao->fn < 0) {
- 				if(!AOQUIET) error("Can't open default sound device!");
diff --git a/mpg123-svn/DESCR b/mpg123-svn/DESCR
new file mode 100644
index 0000000..6127c04
--- /dev/null
+++ b/mpg123-svn/DESCR
@@ -0,0 +1,6 @@
+mpg123 reads one or more files (or standard input if ``-'' is
+specified) or URLs and plays them on the audio device (default) or
+outputs them to stdout.  file/URL is assumed to be an MPEG-1/2 audio
+bit stream.
+
+This is from SVN trunk.
diff --git a/mpg123-svn/Makefile b/mpg123-svn/Makefile
new file mode 100644
index 0000000..ed2ddd9
--- /dev/null
+++ b/mpg123-svn/Makefile
@@ -0,0 +1,56 @@
+# $NetBSD: Makefile,v 1.9 2012/11/13 20:39:10 othyro Exp $
+
+DISTNAME=	mpg123-${MPG123_VERSION}
+CATEGORIES=	audio
+
+MAINTAINER=	blair.sadewitz%gmail.com@localhost
+HOMEPAGE=	http://www.mpg123.de
+COMMENT=	Mpg123 MPEG layer 1, 2, 3 audio player
+LICENSE=	mpg123-license
+
+NO_SRC_ON_FTP=		${RESTRICTED}
+NO_SRC_ON_CDROM=	${RESTRICTED}
+
+USE_TOOLS+=		automake autoreconf date perl pkg-config
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
+
+WRKSRC=			${WRKDIR}/mpg123
+
+CONFIGURE_ARGS+=	--with-optimization=3
+CONFIGURE_ARGS+=	--with-audio=sun
+.if ${MACHINE_ARCH} == "i386"
+CONFIGURE_ARGS+=	--with-cpu=x86
+.elif ${MACHINE_ARCH} == "macppc"
+CONFIGURE_ARGS+=	--with-cpu=altivec # I'll add options soon for this.
+.endif
+
+CHECK_BUILTIN.oss:=yes
+.include "../../mk/oss.builtin.mk"
+CHECK_BUILTIN.oss:=no
+
+.if !empty(USE_BUILTIN.oss:M[Yy][Ee][Ss])
+CONFIGURE_ARGS+=	--with-audio=oss
+CONFIGURE_ARGS+=	LIBS=${BUILDLINK_LDADD.oss:Q}
+
+.include "../../mk/oss.buildlink3.mk"
+.endif
+
+CPPFLAGS+=		-DDEVOSSAUDIO=\"${DEVOSSAUDIO:Q}\"
+CPPFLAGS+=		-DDEVOSSSOUND=\"${DEVOSSSOUND:Q}\"
+
+SVN_REPOSITORIES=	mpg123
+#SVN_TAG=		{${MPG123_TAG}}
+SVN_REPO.mpg123=	svn://orgis.org/mpg123/trunk
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -iv
+
+.include "../../wip/mk/svn-package2.mk"
+.include "../../mk/bsd.fast.prefs.mk"
+
+#YESTERDAY!=	expr `date +%s` - 86399
+#MPG123_VERSION!=${DATE} -r ${YESTERDAY} +%Y%m%d
+#MPG123_TAG!=	${DATE} +%Y%m%d
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mpg123-svn/PLIST b/mpg123-svn/PLIST
new file mode 100644
index 0000000..5737e24
--- /dev/null
+++ b/mpg123-svn/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.2 2009/08/20 21:56:21 cheusov Exp $
+bin/mpg123
+man/man1/mpg123.1
+lib/libmpg123.la
diff --git a/mpg123-svn/TODO b/mpg123-svn/TODO
new file mode 100644
index 0000000..09c4afc
--- /dev/null
+++ b/mpg123-svn/TODO
@@ -0,0 +1,3 @@
+A lot.  Support all of the usual platforms, merge in any relevant 
+fixes from pkgsrc, options.mk, etc.  This should work for at least
+NetBSD/i386 and NetBSD/amd64, though.
diff --git a/mpg123-svn/distinfo b/mpg123-svn/distinfo
new file mode 100644
index 0000000..84d00be
--- /dev/null
+++ b/mpg123-svn/distinfo
@@ -0,0 +1,3 @@
+$NetBSD: distinfo,v 1.7 2011/09/29 11:17:09 makoto Exp $
+
+SHA1 (patch-aa) = 265fbaf97a1cf71c552ee2e95b93e5c7dd2b6edf
diff --git a/mpg123-svn/patches/patch-aa b/mpg123-svn/patches/patch-aa
new file mode 100644
index 0000000..ce1193e
--- /dev/null
+++ b/mpg123-svn/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.3 2009/09/12 06:54:09 cheusov Exp $
+
+--- src/output/oss.c.orig	2009-09-12 02:38:47.000000000 +0300
++++ src/output/oss.c
+@@ -167,7 +167,7 @@ static int open_oss(audio_output_t *ao)
+ 	if(!ao) return -1;
+ 	
+ 	if(!ao->device) {
+-		ao->device = "/dev/dsp";
++		ao->device = DEVOSSAUDIO;
+ 		usingdefdev = 1;
+ 	}
+ 	
+@@ -176,7 +176,7 @@ static int open_oss(audio_output_t *ao)
+ 	if(ao->fn < 0)
+ 	{
+ 		if(usingdefdev) {
+-			ao->device = "/dev/sound/dsp";
++			ao->device = DEVOSSAUDIO;
+ 			ao->fn = open(ao->device,O_WRONLY);
+ 			if(ao->fn < 0) {
+ 				if(!AOQUIET) error("Can't open default sound device!");


Home | Main Index | Thread Index | Old Index