diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-16 05:37:29 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-16 05:37:29 +0800 |
commit | d33d11e0ecda5da508bdaaf8709178bd1e1d7428 (patch) | |
tree | 3e1fe8b27f48791a8eb82549f0495c6f1e7dd5b4 /audio | |
parent | bcc0ce2ae8c189cc62bdabd29219f8b8015822c8 (diff) | |
download | freebsd-ports-gnome-d33d11e0ecda5da508bdaaf8709178bd1e1d7428.tar.gz freebsd-ports-gnome-d33d11e0ecda5da508bdaaf8709178bd1e1d7428.tar.zst freebsd-ports-gnome-d33d11e0ecda5da508bdaaf8709178bd1e1d7428.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index c8eb0669b0e5..a26c8727474f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -132,6 +132,7 @@ SUBDIR += fmio SUBDIR += freebirth SUBDIR += funktrackergold + SUBDIR += gai-album SUBDIR += gaim-festival SUBDIR += gdam SUBDIR += gdesklets-cornerxmms 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 |