Sync in the GStreamer change from Firefox to SeaMonkey.

from brad
ok sthen@
This commit is contained in:
ajacoutot 2015-05-23 12:18:32 +00:00
parent 3f019c9d19
commit f7060d926b
2 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.170 2015/05/16 07:19:06 landry Exp $
# $OpenBSD: Makefile,v 1.171 2015/05/23 12:18:32 ajacoutot Exp $
COMMENT-main = Mozilla application suite
COMMENT-lightning = Mozilla Seamonkey calendar extension
@ -11,7 +11,7 @@ MOZILLA_CODENAME = suite
MULTI_PACKAGES = -main -lightning
PKGNAME-main = ${PKGNAME}
PKGNAME-lightning = lightning-seamonkey-3.8
REVISION-main = 0
REVISION-main = 1
REVISION-lightning = 1
EPOCH-lightning = 0
@ -67,7 +67,6 @@ WANTLIB += icudata icui18n icuuc
CONFIGURE_ARGS += --enable-gstreamer=1.0
BUILD_DEPENDS += multimedia/gstreamer1/plugins-base
RUN_DEPENDS += multimedia/gstreamer1/plugins-good
ALL_TARGET = default

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.5 2013/05/30 14:26:50 landry Exp $
$OpenBSD: README-main,v 1.6 2015/05/23 12:18:32 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -30,3 +30,11 @@ If you encounter crashes, you might want to build the debug FLAVOR of
this package, and run seamonkey inside gdb, so that you can gather
debugging logs and traces (for all threads !).
Bug reports without that information will be ignored.
Html5 audio/video support
=========================
Due to dependencies reasons, you have to manually install some
GStreamer packages for a full multimedia experience (ie play MP3 audio
and MPEG videos). They will be used at runtime if Seamonkey finds them.
# pkg_add gstreamer1-plugins-good gstreamer1-plugins-libav