svn commit: r309220 - in head/audio: . deforaos-mixer
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 19 02:15:50 UTC 2012
Author: bapt
Date: Wed Dec 19 02:15:49 2012
New Revision: 309220
URL: http://svnweb.freebsd.org/changeset/ports/309220
Log:
DeforaOS desktop audio mixer
PR: ports/172993
Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>
Added:
head/audio/deforaos-mixer/
head/audio/deforaos-mixer/Makefile (contents, props changed)
head/audio/deforaos-mixer/distinfo (contents, props changed)
head/audio/deforaos-mixer/pkg-descr (contents, props changed)
Modified:
head/audio/Makefile
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Wed Dec 19 01:47:52 2012 (r309219)
+++ head/audio/Makefile Wed Dec 19 02:15:49 2012 (r309220)
@@ -124,6 +124,7 @@
SUBDIR += deadbeef
SUBDIR += deadbeef-mpris-plugin
SUBDIR += decibel-audio-player
+ SUBDIR += deforaos-mixer
SUBDIR += dekagen
SUBDIR += denemo
SUBDIR += dir2ogg
Added: head/audio/deforaos-mixer/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/deforaos-mixer/Makefile Wed Dec 19 02:15:49 2012 (r309220)
@@ -0,0 +1,29 @@
+# Created by: Olivier Cochard-Labbe <olivier at cochard.me>
+# $FreeBSD$
+
+PORTNAME= mixer
+PORTVERSION= 0.1.1
+CATEGORIES= audio
+MASTER_SITES= http://www.defora.org/os/download/download/3705/
+DISTNAME= Mixer-${PORTVERSION}
+PKGNAMEPREFIX= deforaos-
+
+MAINTAINER= olivier at cochard.me
+COMMENT= DeforaOS desktop audio mixer
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+
+USE_GNOME= gtk20 desktopfileutils
+USE_PKGCONFIG= build
+USE_GETTEXT= yes
+PLIST_FILES= bin/mixer \
+ share/applications/mixer.desktop \
+ share/locale/fr/LC_MESSAGES/Mixer.mo
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \
+ ${WRKSRC}/data/mixer.desktop
+
+.include <bsd.port.mk>
Added: head/audio/deforaos-mixer/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/deforaos-mixer/distinfo Wed Dec 19 02:15:49 2012 (r309220)
@@ -0,0 +1,2 @@
+SHA256 (Mixer-0.1.1.tar.gz) = ba9cc7cd5269c8cc1709d71a8a4780bf9b7dd54b01d97daacbece6cc86cbfb70
+SIZE (Mixer-0.1.1.tar.gz) = 26329
Added: head/audio/deforaos-mixer/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/deforaos-mixer/pkg-descr Wed Dec 19 02:15:49 2012 (r309220)
@@ -0,0 +1,3 @@
+DeforaOS desktop audio mixer
+
+WWW: http://www.defora.org/
More information about the svn-ports-head
mailing list