diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-08-11 13:22:54 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-08-11 13:22:54 +0000 |
commit | ca8a3f7f5989ac489fe9343c9b408e811c31f03c (patch) | |
tree | 975048d2c1b5ae4e089d5d1c66503f476a2fdb05 /multimedia/openh264 | |
parent | 580147a46939e729559c3dac9edb4977003912c1 (diff) |
Notes
Diffstat (limited to 'multimedia/openh264')
-rw-r--r-- | multimedia/openh264/Makefile | 4 | ||||
-rw-r--r-- | multimedia/openh264/files/gmpopenh264.js.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile index e14dbff487cd..18a5797e8281 100644 --- a/multimedia/openh264/Makefile +++ b/multimedia/openh264/Makefile @@ -3,7 +3,7 @@ PORTNAME= openh264 PORTVERSION= 1.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -35,7 +35,7 @@ PLUGINS_USES= webplugin:gecko WEBPLUGIN_NAME= gmp-gmp${PORTNAME} WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so SUB_FILES+= gmp${PORTNAME}.js -SUB_LIST+= PORTVERSION=${PORTVERSION} WEBPLUGIN_DIR="${WEBPLUGIN_DIR}" +SUB_LIST+= PORTVERSION=${PORTVERSION} TIMESTAMP="`date +%s`" TEST_BUILD_DEPENDS=googletest>=1.6.0:${PORTSDIR}/devel/googletest TEST_CFLAGS= -I${LOCALBASE}/include diff --git a/multimedia/openh264/files/gmpopenh264.js.in b/multimedia/openh264/files/gmpopenh264.js.in index e1924555ff34..a24374103180 100644 --- a/multimedia/openh264/files/gmpopenh264.js.in +++ b/multimedia/openh264/files/gmpopenh264.js.in @@ -1,2 +1,3 @@ -pref("media.gmp-gmpopenh264.path", "%%WEBPLUGIN_DIR%%"); +pref("media.gmp-gmpopenh264.autoupdate", false); +pref("media.gmp-gmpopenh264.lastUpdate", %%TIMESTAMP%%); pref("media.gmp-gmpopenh264.version", "%%PORTVERSION%%"); |