diff options
author | khorben <khorben> | 2012-12-17 00:38:48 +0000 |
---|---|---|
committer | khorben <khorben> | 2012-12-17 00:38:48 +0000 |
commit | 4a4b8860884377f98b00bd8c69b67b0332ab8a27 (patch) | |
tree | d2158b2225ed1ef9941bf5e3f8eefa19918f1812 /audio/deforaos-mixer | |
parent | bbc03ca5f3d2ac27415fd6d20dd387135544ff24 (diff) | |
download | pkgsrc-4a4b8860884377f98b00bd8c69b67b0332ab8a27.tar.gz |
Imported wip/deforaos-mixer, the DeforaOS audio volume controls, under
audio/deforaos-mixer (version 0.1.1)
Diffstat (limited to 'audio/deforaos-mixer')
-rw-r--r-- | audio/deforaos-mixer/DESCR | 1 | ||||
-rw-r--r-- | audio/deforaos-mixer/Makefile | 25 | ||||
-rw-r--r-- | audio/deforaos-mixer/PLIST | 4 | ||||
-rw-r--r-- | audio/deforaos-mixer/distinfo | 5 | ||||
-rw-r--r-- | audio/deforaos-mixer/options.mk | 10 |
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 |