diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 3 | ||||
-rw-r--r-- | multimedia/beep-media-player/pkg-descr | 16 |
2 files changed, 14 insertions, 5 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 14e137a59dd6..1094f57dffef 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -14,13 +14,14 @@ MASTER_SITE_SUBDIR= beepmp DISTNAME= bmp-${PORTVERSION} MAINTAINER= mmendez@energyhq.be -COMMENT= GTK2 mp3 player +COMMENT= GTK2 multimedia player USE_GNOME= gtk20 libglade2 desktopfileutils WANT_GNOME= yes USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \ diff --git a/multimedia/beep-media-player/pkg-descr b/multimedia/beep-media-player/pkg-descr index e0ba276efb29..95efebff24cc 100644 --- a/multimedia/beep-media-player/pkg-descr +++ b/multimedia/beep-media-player/pkg-descr @@ -1,5 +1,13 @@ -beep is a media player based on XMMS (http://www.xmms.org). -The primary goals of this fork are UI enhancements with latest -technology (GTK2, Pango), and usability while maintaining the skinned UI. +BMP, or Beep Media Player, is a compact media player that was originally +forked from XMMS with the goal of porting XMMS to GTK2 and make use of +more modern desktop standards. The original XMMS is based on GTK 1.2, +which is now deprecated for roughly 4 years, and was deprecated at the +time of the fork for approximately 2 years. This, and the fact that the +developers were developing XMMS under a mostly cathedral-style model led +M. Derezynski to fork BMP from XMMS. -WWW: http://beepmp.sourceforge.net/ +BMP was discontinued in October 2005 with version 0.9.7.1 being +the last one. There is a fork off 0.9.7.1 in multimedia/audacious +and a completely new version of BMP in multimedia/bmpx. + +WWW: http://bmp.beep-media-player.org/index.php/BMP_Homepage |