diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-15 21:37:29 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-15 21:37:29 +0000 |
commit | 02eda50bf08732083fb333cb9e2e663e8937216b (patch) | |
tree | 3b82c912e26e4742014a18324a77da7659d0f651 /audio/gai-album | |
parent | Upgrade to 3.0.1. This includes some fixes plus all the changes I (diff) |
gai-album is a GAI dockapp for viewing the front and back covers of
albums playing in xmms.
PR: ports/77395
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=133452
Diffstat (limited to 'audio/gai-album')
-rw-r--r-- | audio/gai-album/Makefile | 40 | ||||
-rw-r--r-- | audio/gai-album/distinfo | 2 | ||||
-rw-r--r-- | audio/gai-album/pkg-descr | 4 | ||||
-rw-r--r-- | audio/gai-album/pkg-plist | 6 |
4 files changed, 52 insertions, 0 deletions
diff --git a/audio/gai-album/Makefile b/audio/gai-album/Makefile new file mode 100644 index 000000000000..9b69fda8048a --- /dev/null +++ b/audio/gai-album/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gai-album +# Date created: 2005-02-10 +# Whom: David Thiel <lx@redundancy.redundancy.org> +# +# $FreeBSD$ +# + +PORTNAME= gai-album +PORTVERSION= 0.7 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gai + +MAINTAINER= lx@redundancy.redundancy.org +COMMENT= A GAI dockapp for viewing xmms visualizations + +LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai \ + xmms:${PORTSDIR}/multimedia/xmms + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e \ + 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ + s|share\(/pixmaps\)|share/gnome\1|; \ + s|:GNOME_|:GAI-|g; \ + s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \ + s|\(Applet\)_\(Factory\)|\1-\2|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|lib\(/bonobo\)|libdata\1|; \ + s|share\(/pixmaps\)|share/gnome\1|; \ + s|-O3||' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/audio/gai-album/distinfo b/audio/gai-album/distinfo new file mode 100644 index 000000000000..3e0da329e1f4 --- /dev/null +++ b/audio/gai-album/distinfo @@ -0,0 +1,2 @@ +MD5 (gai-album-0.7.tar.bz2) = f398d8e8c48099f523e5329dc5b4d327 +SIZE (gai-album-0.7.tar.bz2) = 44245 diff --git a/audio/gai-album/pkg-descr b/audio/gai-album/pkg-descr new file mode 100644 index 000000000000..f1cc0c242c41 --- /dev/null +++ b/audio/gai-album/pkg-descr @@ -0,0 +1,4 @@ +gai-album is a GAI dockapp for viewing the front and back covers of +albums playing in xmms. + +WWW: http://gai.sourceforge.net/applets.html diff --git a/audio/gai-album/pkg-plist b/audio/gai-album/pkg-plist new file mode 100644 index 000000000000..d196bcb2ec48 --- /dev/null +++ b/audio/gai-album/pkg-plist @@ -0,0 +1,6 @@ +bin/gai-album +libdata/bonobo/servers/GNOME_gai-albumApplet.server +share/gnome/pixmaps/gai-album-icon.png +share/gnome/pixmaps/gai-album/naif.png +share/gnome/pixmaps/gai-album/no_xmms.png +@dirrm share/gnome/pixmaps/gai-album |