I just discoved my favourite audio player, siren. And to my
surprise it already has sndio support upstream. Very cool.
Comments? OK?
Index: siren/Makefile
===================================================================
RCS file: siren/Makefile
diff -N siren/Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ siren/Makefile 7 May 2014 10:34:25 -0000
@@ -0,0 +1,20 @@
+# $OpenBSD$
+
+COMMENT= a text-based audio player
+VERSION= 0.3.1
+DISTNAME= siren-${VERSION}
+CATEGORIES= audio
+HOMEPAGE= http://www.kariliq.nl/siren/
+MAINTAINER= Alexandre Ratchov <[email protected]>
+
+# BSD
+PERMIT_PACKAGE_CDROM= Yes
+
+MASTER_SITES= ${HOMEPAGE}/dist/
+EXTRACT_SUFX= .tar.gz
+WANTLIB= c curses m pthread sndio z FLAC id3tag mad sndfile
vorbisfile
+LIB_DEPENDS= audio/flac audio/libid3tag audio/libmad
audio/libsndfile audio/libvorbis
+CONFIGURE_STYLE= simple
+CONFIGURE_ARGS= prefix=${PREFIX} ao=no oss=no pulse=no sun=no
wavpack=no
+
+.include <bsd.port.mk>
Index: siren/distinfo
===================================================================
RCS file: siren/distinfo
diff -N siren/distinfo
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ siren/distinfo 7 May 2014 10:34:25 -0000
@@ -0,0 +1,2 @@
+SHA256 (siren-0.3.1.tar.gz) = BSTavNstJQZ/C7Agtr2Jo+WkIqmwCe6aRTLo0fcbFvo=
+SIZE (siren-0.3.1.tar.gz) = 86208
Index: siren/pkg/DESCR
===================================================================
RCS file: siren/pkg/DESCR
diff -N siren/pkg/DESCR
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ siren/pkg/DESCR 7 May 2014 10:34:25 -0000
@@ -0,0 +1,3 @@
+Siren is a text-based audio player for UNIX-like operating
+systems. Various aspects of Siren have been inspired by cmus. Siren is
+distributed under the ISC licence.
Index: siren/pkg/PFRAG.shared
===================================================================
RCS file: siren/pkg/PFRAG.shared
diff -N siren/pkg/PFRAG.shared
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ siren/pkg/PFRAG.shared 7 May 2014 10:34:25 -0000
@@ -0,0 +1,6 @@
+@comment $OpenBSD$
+lib/siren/ip/flac.so
+lib/siren/ip/mad.so
+lib/siren/ip/sndfile.so
+lib/siren/ip/vorbis.so
+lib/siren/op/sndio.so
Index: siren/pkg/PLIST
===================================================================
RCS file: siren/pkg/PLIST
diff -N siren/pkg/PLIST
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ siren/pkg/PLIST 7 May 2014 10:34:25 -0000
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+%%SHARED%%
+@bin bin/siren
+lib/siren/
+lib/siren/ip/
+lib/siren/op/
+@man man/man1/siren.1