pkgsrc-WIP-changes archive

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

Import adplay 1.8 as wip/adplay.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Fri Aug 23 11:14:46 2019 +0200
Changeset:	ead54f84e1be1fc731009e03e303d4bd5cc313b0

Added Files:
	adplay/DESCR
	adplay/Makefile
	adplay/PLIST
	adplay/distinfo

Log Message:
Import adplay 1.8 as wip/adplay.

AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features.

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

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

diffstat:
 adplay/DESCR    |  3 +++
 adplay/Makefile | 29 +++++++++++++++++++++++++++++
 adplay/PLIST    |  3 +++
 adplay/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/adplay/DESCR b/adplay/DESCR
new file mode 100644
index 0000000000..a004ccf712
--- /dev/null
+++ b/adplay/DESCR
@@ -0,0 +1,3 @@
+AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
+universal OPL2 audio playback library. AdPlay/UNIX supports the full range
+of AdPlug's file format playback features.
diff --git a/adplay/Makefile b/adplay/Makefile
new file mode 100644
index 0000000000..30202a6fde
--- /dev/null
+++ b/adplay/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=	adplay-1.8
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=adplug/}
+GITHUB_PROJECT=	adplay-unix
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	fcambus%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/adplug/adplay-unix
+COMMENT=	Console-based OPL2 audio player
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+CONFIGURE_ARGS=	--disable-output-ao \
+		--disable-output-esound \
+		--disable-output-alsa \
+		--disable-output-sdl
+
+LDFLAGS+=	-lossaudio
+
+.include "../../audio/adplug/buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/adplay/PLIST b/adplay/PLIST
new file mode 100644
index 0000000000..582249d2a7
--- /dev/null
+++ b/adplay/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/adplay
+man/man1/adplay.1
diff --git a/adplay/distinfo b/adplay/distinfo
new file mode 100644
index 0000000000..560e524d9f
--- /dev/null
+++ b/adplay/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (adplay-1.8.tar.bz2) = 68957c7fb7a7803b8e9d784faf4158dd3fdf9154
+RMD160 (adplay-1.8.tar.bz2) = 169817211acd91037e5ca44e80de4487c3a9eb39
+SHA512 (adplay-1.8.tar.bz2) = 6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7
+Size (adplay-1.8.tar.bz2) = 333582 bytes


Home | Main Index | Thread Index | Old Index