bmp-0.9.7, gtk+2 media player based on XMMS
This commit is contained in:
parent
a8a0fd2d8e
commit
ddc510e302
76
audio/bmp/Makefile
Normal file
76
audio/bmp/Makefile
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
|
||||||
|
COMMENT= "gtk+2 media player based on XMMS"
|
||||||
|
COMMENT-mp3= "MP3 input plugin for bmp"
|
||||||
|
COMMENT-vorbis= "Ogg Vorbis input plugin for bmp"
|
||||||
|
DISTNAME= bmp-0.9.7
|
||||||
|
PKGNAME-mp3= bmp-mp3-0.9.7
|
||||||
|
PKGNAME-vorbis= bmp-vorbis-0.9.7
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/}
|
||||||
|
|
||||||
|
HOMEPAGE= http://www.sosdg.org/~larne/w/BMP_Homepage
|
||||||
|
|
||||||
|
# GPL
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
|
||||||
|
USE_LIBTOOL= Yes
|
||||||
|
USE_X11= Yes
|
||||||
|
|
||||||
|
MODULES= devel/gettext
|
||||||
|
|
||||||
|
WANTLIB= ICE SM X11 Xcursor Xext Xft Xinerama Xrender c fontconfig \
|
||||||
|
freetype m pthread z
|
||||||
|
|
||||||
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||||
|
LIB_DEPENDS= gdk_pixbuf-2.0.400.3,gdk-x11-2.0.400.3::x11/gtk+2 \
|
||||||
|
gtk-x11-2.0.0.5::x11/gtk+2 \
|
||||||
|
glib-2.0.400.2,gthread-2.0.400.2::devel/glib2 \
|
||||||
|
esd.2.34::audio/esound \
|
||||||
|
glade-2.0.0.4::devel/libglade2 \
|
||||||
|
xml2.9.0::textproc/libxml
|
||||||
|
|
||||||
|
MULTI_PACKAGES=
|
||||||
|
PSEUDO_FLAVORS= no_mp3 no_vorbis
|
||||||
|
FLAVOR?=
|
||||||
|
|
||||||
|
.if !${FLAVOR:L:Mno_mp3}
|
||||||
|
MULTI_PACKAGES+=-mp3
|
||||||
|
.endif
|
||||||
|
.if !${FLAVOR:L:Mno_vorbis}
|
||||||
|
MULTI_PACKAGES+=-vorbis
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if !${MULTI_PACKAGES:M-mp3}
|
||||||
|
CONFIGURE_ARGS+=--disable-mp3
|
||||||
|
.endif
|
||||||
|
.if ${MULTI_PACKAGES:M-vorbis}
|
||||||
|
LIB_DEPENDS+= vorbisfile.4.0::audio/libvorbis
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+=--disable-vorbis
|
||||||
|
.endif
|
||||||
|
|
||||||
|
SUBPACKAGE?=
|
||||||
|
|
||||||
|
.if defined(PACKAGING)
|
||||||
|
. if ${SUBPACKAGE} == "-mp3"
|
||||||
|
PERMIT_DISTFILES_CDROM= "patent issues"
|
||||||
|
PERMIT_DISTFILES_FTP= "patent issues"
|
||||||
|
RUN_DEPENDS= ::audio/bmp
|
||||||
|
. endif
|
||||||
|
. if ${SUBPACKAGE} == "-vorbis"
|
||||||
|
LIB_DEPENDS= vorbisfile.4.0::audio/libvorbis
|
||||||
|
RUN_DEPENDS= ::audio/bmp
|
||||||
|
. endif
|
||||||
|
.endif
|
||||||
|
|
||||||
|
WRKDIST= ${WRKDIR}/bmp-0.9.7
|
||||||
|
|
||||||
|
CONFIGURE_STYLE=gnu
|
||||||
|
CONFIGURE_ARGS+=--disable-alsa \
|
||||||
|
--disable-oss
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/bmp/distinfo
Normal file
3
audio/bmp/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (bmp-0.9.7.tar.gz) = 5d74113f5de3d11a400d1d6c118d41c0
|
||||||
|
RMD160 (bmp-0.9.7.tar.gz) = afaae64a0ec55857849108f1d06dadd2adc3a1de
|
||||||
|
SHA1 (bmp-0.9.7.tar.gz) = a60ac337efb00f6a50ce019e8a07370a4df040c2
|
2
audio/bmp/pkg/DESCR
Normal file
2
audio/bmp/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
BMP is a multimedia player that currently uses a skinned user interface
|
||||||
|
based on Winamp 2.x skins. It is based on ("forked off") XMMS.
|
After Width: | Height: | Size: 136 B |
1
audio/bmp/pkg/DESCR-mp3
Normal file
1
audio/bmp/pkg/DESCR-mp3
Normal file
@ -0,0 +1 @@
|
|||||||
|
Plays MP3 audio files and HTTP streams from bmp.
|
1
audio/bmp/pkg/DESCR-vorbis
Normal file
1
audio/bmp/pkg/DESCR-vorbis
Normal file
@ -0,0 +1 @@
|
|||||||
|
Plays Ogg Vorbis files and HTTP streams from bmp.
|
6
audio/bmp/pkg/PFRAG.shared
Normal file
6
audio/bmp/pkg/PFRAG.shared
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
lib/bmp/Input/libcdaudio.so
|
||||||
|
lib/bmp/Input/libwav.so
|
||||||
|
lib/bmp/Output/libesdout.so
|
||||||
|
lib/bmp/Visualization/libbscope.so
|
||||||
|
@lib lib/libbeep.so.2.0
|
2
audio/bmp/pkg/PFRAG.shared-mp3
Normal file
2
audio/bmp/pkg/PFRAG.shared-mp3
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.shared-mp3,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
lib/bmp/Input/libmpg123.so
|
2
audio/bmp/pkg/PFRAG.shared-vorbis
Normal file
2
audio/bmp/pkg/PFRAG.shared-vorbis
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@comment $OpenBSD: PFRAG.shared-vorbis,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
lib/bmp/Input/libvorbis.so
|
97
audio/bmp/pkg/PLIST
Normal file
97
audio/bmp/pkg/PLIST
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
bin/beep-media-player
|
||||||
|
include/bmp/
|
||||||
|
include/bmp/beepctrl.h
|
||||||
|
include/bmp/configdb.h
|
||||||
|
include/bmp/configfile.h
|
||||||
|
include/bmp/dirbrowser.h
|
||||||
|
include/bmp/formatter.h
|
||||||
|
include/bmp/fullscreen.h
|
||||||
|
include/bmp/plugin.h
|
||||||
|
include/bmp/rcfile.h
|
||||||
|
include/bmp/titlestring.h
|
||||||
|
include/bmp/util.h
|
||||||
|
include/bmp/vfs.h
|
||||||
|
lib/bmp/
|
||||||
|
lib/bmp/Input/
|
||||||
|
@comment lib/bmp/Input/libcdaudio.a
|
||||||
|
@comment lib/bmp/Input/libcdaudio.la
|
||||||
|
lib/bmp/Input/libwav.a
|
||||||
|
lib/bmp/Input/libwav.la
|
||||||
|
lib/bmp/Output/
|
||||||
|
lib/bmp/Output/libesdout.a
|
||||||
|
lib/bmp/Output/libesdout.la
|
||||||
|
lib/bmp/Visualization/
|
||||||
|
lib/bmp/Visualization/libbscope.a
|
||||||
|
lib/bmp/Visualization/libbscope.la
|
||||||
|
lib/libbeep.a
|
||||||
|
lib/libbeep.la
|
||||||
|
lib/pkgconfig/
|
||||||
|
lib/pkgconfig/bmp.pc
|
||||||
|
@man man/man1/beep-media-player.1
|
||||||
|
share/applications/
|
||||||
|
share/applications/bmp.desktop
|
||||||
|
share/bmp/
|
||||||
|
share/bmp/Skins/
|
||||||
|
share/bmp/Skins/Default/
|
||||||
|
share/bmp/Skins/Default/Avs.bmp
|
||||||
|
share/bmp/Skins/Default/Balance.bmp
|
||||||
|
share/bmp/Skins/Default/Eq_ex.bmp
|
||||||
|
share/bmp/Skins/Default/Eqmain.bmp
|
||||||
|
share/bmp/Skins/Default/Main.bmp
|
||||||
|
share/bmp/Skins/Default/Mb.bmp
|
||||||
|
share/bmp/Skins/Default/Monoster.bmp
|
||||||
|
share/bmp/Skins/Default/Nums_ex.bmp
|
||||||
|
share/bmp/Skins/Default/Pledit.bmp
|
||||||
|
share/bmp/Skins/Default/Posbar.bmp
|
||||||
|
share/bmp/Skins/Default/Shufrep.bmp
|
||||||
|
share/bmp/Skins/Default/Text.bmp
|
||||||
|
share/bmp/Skins/Default/Titlebar.bmp
|
||||||
|
share/bmp/Skins/Default/Volume.bmp
|
||||||
|
share/bmp/Skins/Default/cButtons.bmp
|
||||||
|
share/bmp/Skins/Default/pLaypaus.bmp
|
||||||
|
share/bmp/Skins/Default/pLedit.txt
|
||||||
|
share/bmp/Skins/Default/readme.txt
|
||||||
|
share/bmp/Skins/Default/screenshot.bmp
|
||||||
|
share/bmp/Skins/Default/vIscolor.txt
|
||||||
|
share/bmp/glade/
|
||||||
|
share/bmp/glade/addfiles.glade
|
||||||
|
share/bmp/glade/prefswin.glade
|
||||||
|
share/bmp/images/
|
||||||
|
share/bmp/images/appearance.png
|
||||||
|
share/bmp/images/eq.png
|
||||||
|
share/bmp/images/mouse.png
|
||||||
|
share/bmp/images/playlist.png
|
||||||
|
share/bmp/images/plugins.png
|
||||||
|
share/icons/
|
||||||
|
share/icons/bmp.svg
|
||||||
|
share/locale/br/
|
||||||
|
share/locale/br/LC_MESSAGES/
|
||||||
|
share/locale/br/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/cs/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/cy/
|
||||||
|
share/locale/cy/LC_MESSAGES/
|
||||||
|
share/locale/cy/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/de/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/el/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/es/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/fr/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/hu/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/it/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/ja/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/ko/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/lt/
|
||||||
|
share/locale/lt/LC_MESSAGES/
|
||||||
|
share/locale/lt/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/mk/
|
||||||
|
share/locale/mk/LC_MESSAGES/
|
||||||
|
share/locale/mk/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/nl/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/pl/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/pt_BR/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/ro/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/ru/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/sk/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/sv/LC_MESSAGES/bmp.mo
|
||||||
|
share/locale/zh_CN/LC_MESSAGES/bmp.mo
|
||||||
|
%%SHARED%%
|
4
audio/bmp/pkg/PLIST-mp3
Normal file
4
audio/bmp/pkg/PLIST-mp3
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@comment $OpenBSD: PLIST-mp3,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
lib/bmp/Input/libmpg123.a
|
||||||
|
lib/bmp/Input/libmpg123.la
|
||||||
|
%%SHARED%%
|
4
audio/bmp/pkg/PLIST-vorbis
Normal file
4
audio/bmp/pkg/PLIST-vorbis
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@comment $OpenBSD: PLIST-vorbis,v 1.1.1.1 2004/12/19 07:59:24 jolan Exp $
|
||||||
|
lib/bmp/Input/libvorbis.a
|
||||||
|
lib/bmp/Input/libvorbis.la
|
||||||
|
%%SHARED%%
|
Loading…
Reference in New Issue
Block a user