Switch to using the GStreamer media backend.
ok sthen@
This commit is contained in:
parent
2e8e800f4b
commit
7fab427226
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2012/09/26 19:19:56 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2013/02/05 11:50:48 brad Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,7 +8,7 @@ COMMENT= SWF player with Firefox browser plugin
|
||||
|
||||
VER= 0.8.10
|
||||
DISTNAME= gnash-${VER}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
EPOCH= 0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gnash/${VER}/}
|
||||
@ -24,25 +24,28 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= SDL X11 agg avcodec avformat avutil boost_iostreams \
|
||||
boost_program_options-mt boost_thread-mt c curl fontconfig \
|
||||
WANTLIB= SDL X11 agg boost_iostreams boost_program_options-mt \
|
||||
boost_system-mt boost_thread-mt c curl fontconfig \
|
||||
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gif glib-2.0 gobject-2.0 \
|
||||
gtk-x11-2.0 jpeg ltdl m png pthread speex speexdsp \
|
||||
stdc++ swscale z \
|
||||
gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 gtk-x11-2.0 \
|
||||
jpeg ltdl m png pthread speex speexdsp stdc++ z \
|
||||
|
||||
MODULES= devel/gettext
|
||||
BUILD_DEPENDS= devel/xulrunner/1.9,-devel
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
multimedia/gstreamer-0.10/plugins-ffmpeg \
|
||||
multimedia/gstreamer-0.10/plugins-good \
|
||||
multimedia/gstreamer-0.10/plugins-ugly \
|
||||
x11/gtk+2,-guic
|
||||
LIB_DEPENDS= audio/speex \
|
||||
devel/boost \
|
||||
devel/libtool,-ltdl \
|
||||
devel/sdl \
|
||||
graphics/agg \
|
||||
graphics/ffmpeg \
|
||||
graphics/jpeg \
|
||||
graphics/libungif \
|
||||
graphics/png \
|
||||
multimedia/gstreamer-0.10/plugins-base \
|
||||
net/curl \
|
||||
x11/gtk+2
|
||||
|
||||
@ -55,7 +58,7 @@ CONFIGURE_ARGS= --disable-cygnal \
|
||||
--disable-jemalloc \
|
||||
--enable-renderer=agg \
|
||||
--enable-gui=gtk \
|
||||
--enable-media=ffmpeg \
|
||||
--enable-media=gst \
|
||||
--without-gconf \
|
||||
--with-npapi-plugindir=${LOCALBASE}/lib/mozilla/plugins
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2012/06/15 08:32:18 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2013/02/05 11:50:48 brad Exp $
|
||||
@bin bin/findmicrophones
|
||||
@bin bin/findwebcams
|
||||
bin/gnash
|
||||
bin/gnash-gtk-launcher
|
||||
@bin bin/gprocessor
|
||||
@ -197,8 +199,8 @@ lib/mozilla/plugins/
|
||||
lib/mozilla/plugins/libgnashplugin.so
|
||||
lib/pkgconfig/gnash.pc
|
||||
@comment @man man/man1/cygnal.1
|
||||
@comment @man man/man1/findmicrophones.1
|
||||
@comment @man man/man1/findwebcams.1
|
||||
@man man/man1/findmicrophones.1
|
||||
@man man/man1/findwebcams.1
|
||||
@comment @man man/man1/flvdumper.1
|
||||
@man man/man1/gnash-gtk-launcher.1
|
||||
@man man/man1/gnash.1
|
||||
@ -232,8 +234,6 @@ share/locale/fi/LC_MESSAGES/gnash.mo
|
||||
share/locale/fr/LC_MESSAGES/gnash.mo
|
||||
share/locale/it/LC_MESSAGES/gnash.mo
|
||||
share/locale/ja/LC_MESSAGES/gnash.mo
|
||||
share/locale/km/
|
||||
share/locale/km/LC_MESSAGES/
|
||||
share/locale/km/LC_MESSAGES/gnash.mo
|
||||
share/locale/ne/LC_MESSAGES/gnash.mo
|
||||
share/locale/ru/LC_MESSAGES/gnash.mo
|
||||
|
Loading…
Reference in New Issue
Block a user