diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-23 22:04:21 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-23 22:04:21 +0000 |
commit | 630ec3736032facb44b1aba8379bbec4a63aea14 (patch) | |
tree | 8c244c1d45c069665c092ef3d13da6da2cb167f0 /multimedia | |
parent | - Update to 0.1.11 (diff) |
Add support for translations. PORTREVISION bump for changing the pkg-plist.
Also, remove a redundant USE_GNOME definition, and fix some spacing.
libsamplerate support is easy to build in with a few quick patches, but
it hogs 100% CPU and then dies on a SIGSEGV. Someone might want to look
into that, because libsamplerate support would be neat for the crossfader
here.
Notes
Notes:
svn path=/head/; revision=134023
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmp-extra-plugins/Makefile | 12 | ||||
-rw-r--r-- | multimedia/bmp-extra-plugins/pkg-plist | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile index 54fd0aed621f..497fc7474888 100644 --- a/multimedia/bmp-extra-plugins/Makefile +++ b/multimedia/bmp-extra-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmp-extra-plugins PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.t17.ikarnet.pl/~wiget/bmp-extra-plugins/download/ @@ -18,14 +18,16 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ vorbis.3:${PORTSDIR}/audio/libvorbis \ artsc.0:${PORTSDIR}/audio/arts -USE_GNOME= gtk20 libglade2 esound +USE_GNOME= libglade2 esound USE_X_PREFIX= yes USE_REINPLACE= yes USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_LIBTOOL_VER=15 -CONFIGURE_ARGS+= --with-ogg=${LOCALBASE} \ - --with-vorbis=${LOCALBASE} +CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} \ + --with-vorbis=${LOCALBASE} +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \ diff --git a/multimedia/bmp-extra-plugins/pkg-plist b/multimedia/bmp-extra-plugins/pkg-plist index fc67c7d84bf9..1662ece47e3b 100644 --- a/multimedia/bmp-extra-plugins/pkg-plist +++ b/multimedia/bmp-extra-plugins/pkg-plist @@ -21,4 +21,8 @@ share/bmp/status_docklet/stave-anim5.xpm share/bmp/status_docklet/timetre-idle.xpm share/bmp/status_docklet/timetre-paused-anim.xpm share/bmp/status_docklet/timetre-playing-anim.xpm +share/locale/de/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/fr/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/nl/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/pl/LC_MESSAGES/bmp-extra-plugins.mo @dirrm share/bmp/status_docklet |