summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2012-12-17 00:38:48 +0000
committerkhorben <khorben@pkgsrc.org>2012-12-17 00:38:48 +0000
commit5141a8b071ac9bd447265e5d02bbb2985a8ae9fc (patch)
treed2158b2225ed1ef9941bf5e3f8eefa19918f1812 /audio
parent1a2db4df70896e0c68863f464d51711771aebe9c (diff)
downloadpkgsrc-5141a8b071ac9bd447265e5d02bbb2985a8ae9fc.tar.gz
Imported wip/deforaos-mixer, the DeforaOS audio volume controls, under
audio/deforaos-mixer (version 0.1.1)
Diffstat (limited to 'audio')
-rw-r--r--audio/deforaos-mixer/DESCR1
-rw-r--r--audio/deforaos-mixer/Makefile25
-rw-r--r--audio/deforaos-mixer/PLIST4
-rw-r--r--audio/deforaos-mixer/distinfo5
-rw-r--r--audio/deforaos-mixer/options.mk10
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/deforaos-mixer/DESCR b/audio/deforaos-mixer/DESCR
new file mode 100644
index 00000000000..3e4c5352112
--- /dev/null
+++ b/audio/deforaos-mixer/DESCR
@@ -0,0 +1 @@
+DeforaOS desktop audio mixer
diff --git a/audio/deforaos-mixer/Makefile b/audio/deforaos-mixer/Makefile
new file mode 100644
index 00000000000..033827b04c3
--- /dev/null
+++ b/audio/deforaos-mixer/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2012/12/17 00:38:48 khorben Exp $
+#
+
+DISTNAME= Mixer-0.1.1
+PKGNAME= deforaos-mixer-0.1.1
+CATEGORIES= audio
+MASTER_SITES= http://www.defora.org/os/download/download/3705/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://www.defora.org/
+COMMENT= DeforaOS desktop volume mixer
+
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pkg-config
+USE_TOOLS+= xgettext
+
+MAKE_FLAGS+= DESTDIR=${DESTDIR}
+MAKE_FLAGS+= PREFIX=${PREFIX}
+
+.include "options.mk"
+
+.include "../../x11/deforaos-libdesktop/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/deforaos-mixer/PLIST b/audio/deforaos-mixer/PLIST
new file mode 100644
index 00000000000..e34e4bb56d9
--- /dev/null
+++ b/audio/deforaos-mixer/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2012/12/17 00:38:48 khorben Exp $
+bin/mixer
+share/applications/mixer.desktop
+share/locale/fr/LC_MESSAGES/Mixer.mo
diff --git a/audio/deforaos-mixer/distinfo b/audio/deforaos-mixer/distinfo
new file mode 100644
index 00000000000..17ca5217734
--- /dev/null
+++ b/audio/deforaos-mixer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/12/17 00:38:48 khorben Exp $
+
+SHA1 (Mixer-0.1.1.tar.gz) = d64feff33dfcc33754cecc882021491d6274e932
+RMD160 (Mixer-0.1.1.tar.gz) = 462ec9e4c4b74294daa1c7606ce5900c8d3f4edb
+Size (Mixer-0.1.1.tar.gz) = 26329 bytes
diff --git a/audio/deforaos-mixer/options.mk b/audio/deforaos-mixer/options.mk
new file mode 100644
index 00000000000..0c84a4d875b
--- /dev/null
+++ b/audio/deforaos-mixer/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2012/12/17 00:38:48 khorben Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mixer
+PKG_SUPPORTED_OPTIONS= embedded
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Membedded)
+MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
+.endif