diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-24 06:04:21 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-24 06:04:21 +0800 |
commit | 2ae0bc2e99e8744ac0ddd8a9deada03669a325f1 (patch) | |
tree | 64d7cd0bd15c5ebef43412a9cbe2735456a38bce | |
parent | bdbc7412a91e3fa5366f33443d32021522c99524 (diff) | |
download | freebsd-ports-gnome-2ae0bc2e99e8744ac0ddd8a9deada03669a325f1.tar.gz freebsd-ports-gnome-2ae0bc2e99e8744ac0ddd8a9deada03669a325f1.tar.zst freebsd-ports-gnome-2ae0bc2e99e8744ac0ddd8a9deada03669a325f1.zip |
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.
-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 |