[Midnightbsd-cvs] mports: mports/audio: add gnome-audio
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 23 17:11:38 EDT 2007
Log Message:
-----------
add gnome-audio
Modified Files:
--------------
mports/audio:
Makefile (r1.42 -> r1.43)
Added Files:
-----------
mports/audio/gnome-audio:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
mports/audio/gnome-audio/files:
patch-Makefile (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -Laudio/Makefile -Laudio/Makefile -u -r1.42 -r1.43
--- audio/Makefile
+++ audio/Makefile
@@ -19,6 +19,7 @@
SUBDIR += faac
SUBDIR += faad
SUBDIR += flac
+ SUBDIR += gnome-audio
SUBDIR += gnustep-cdplayer
SUBDIR += gsm
SUBDIR += jack
--- /dev/null
+++ audio/gnome-audio/pkg-descr
@@ -0,0 +1 @@
+This module holds sound files for use with GNOME 2.
--- /dev/null
+++ audio/gnome-audio/pkg-plist
@@ -0,0 +1,18 @@
+share/gnome/sounds/card_shuffle.wav
+share/gnome/sounds/email.wav
+share/gnome/sounds/error.wav
+share/gnome/sounds/generic.wav
+share/gnome/sounds/gtk-events/activate.wav
+share/gnome/sounds/gtk-events/clicked.wav
+share/gnome/sounds/gtk-events/toggled.wav
+share/gnome/sounds/info.wav
+share/gnome/sounds/login.wav
+share/gnome/sounds/logout.wav
+share/gnome/sounds/panel/slide.wav
+share/gnome/sounds/phone.wav
+share/gnome/sounds/question.wav
+share/gnome/sounds/shutdown1.wav
+share/gnome/sounds/startup3.wav
+share/gnome/sounds/warning.wav
+ at dirrm share/gnome/sounds/gtk-events
+ at dirrm share/gnome/sounds/panel
--- /dev/null
+++ audio/gnome-audio/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gnomeaudio2
+# Date created: 10 July 2003
+# Whom: Adam Weinberger <adamw at FreeBSD.org>
+#
+# $MidnightBSD: mports/audio/gnome-audio/Makefile,v 1.1 2007/10/23 21:11:36 laffer1 Exp $
+# $FreeBSD: ports/audio/gnome-audio/Makefile,v 1.26 2007/05/19 19:58:44 flz Exp $
+# $MCom: ports/audio/gnome-audio/Makefile,v 1.3 2006/07/22 19:49:20 mezz Exp $
+#
+
+PORTNAME= gnome-audio
+PORTVERSION= 2.0.0
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-audio/2.0
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Sound files for use with GNOME 2
+
+USE_BZIP2= yes
+USE_XLIB= yes
+NO_BUILD= yes
+USE_GNOME= gnomehack gnomeprefix gnomehier
+WRKSRC= ${WRKDIR}/${DISTNAME}/sounds
+
+.include <bsd.port.mk>
--- /dev/null
+++ audio/gnome-audio/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f
+SHA256 (gnome-audio-2.0.0.tar.bz2) = b1587b720056f44c2c472f1157fa73b10a7ffe0fd2f68cf105b39b93bcf280f8
+SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319
--- /dev/null
+++ audio/gnome-audio/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Feb 15 14:40:33 2001
++++ Makefile Mon Feb 26 19:24:22 2001
+@@ -1,3 +1 @@
+-prefix=$(shell gnome-config --prefix)
+-
+ LN_S=ln -sf
+@@ -14,4 +12,4 @@
+ for I in *.wav */*.wav ; do \
+- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \
+- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \
++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \
++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \
+ done
+@@ -19,3 +17,3 @@
+ install-default-links:
+- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav
+- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav
++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav
++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav
More information about the Midnightbsd-cvs
mailing list