diff options
author | nox <nox@FreeBSD.org> | 2015-05-02 22:24:12 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2015-05-02 22:24:12 +0800 |
commit | 95232c5fa674eb319a0d3147ed64ae7b586795e8 (patch) | |
tree | 9919d50525763873f06df828bc3d8f8fe429bf59 /multimedia/vlc | |
parent | e2b2119e99ef47a22242f2d6587c753bc31062c7 (diff) | |
download | freebsd-ports-gnome-95232c5fa674eb319a0d3147ed64ae7b586795e8.tar.gz freebsd-ports-gnome-95232c5fa674eb319a0d3147ed64ae7b586795e8.tar.zst freebsd-ports-gnome-95232c5fa674eb319a0d3147ed64ae7b586795e8.zip |
Update to 2.2.1 - changelog is here:
https://www.videolan.org/developers/vlc-branch/NEWS
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/distinfo | 4 | ||||
-rw-r--r-- | multimedia/vlc/files/patch-modules-access-dtv-linux.c | 17 |
3 files changed, 3 insertions, 21 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index aa4ffc3dc92b..a315491c09f1 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.2.0 -PORTREVISION= 4 +DISTVERSION= 2.2.1 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo index affa6661974f..e5b2f1487ed1 100644 --- a/multimedia/vlc/distinfo +++ b/multimedia/vlc/distinfo @@ -1,2 +1,2 @@ -SHA256 (vlc-2.2.0.tar.xz) = 5e0a27e248c47da723a696420aca3a4dd15cc3ed8cc81618d3f1dc8661b25517 -SIZE (vlc-2.2.0.tar.xz) = 20861760 +SHA256 (vlc-2.2.1.tar.xz) = 543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb +SIZE (vlc-2.2.1.tar.xz) = 20940288 diff --git a/multimedia/vlc/files/patch-modules-access-dtv-linux.c b/multimedia/vlc/files/patch-modules-access-dtv-linux.c deleted file mode 100644 index 2a8143333bcd..000000000000 --- a/multimedia/vlc/files/patch-modules-access-dtv-linux.c +++ /dev/null @@ -1,17 +0,0 @@ ---- modules/access/dtv/linux.c.orig -+++ modules/access/dtv/linux.c -@@ -902,8 +902,12 @@ int dvb_set_dvbs2 (dvb_device_t *d, uint - return dvb_set_props (d, 9, DTV_CLEAR, 0, DTV_DELIVERY_SYSTEM, SYS_DVBS2, - DTV_FREQUENCY, freq, DTV_MODULATION, mod, - DTV_SYMBOL_RATE, srate, DTV_INNER_FEC, fec, -- DTV_PILOT, pilot, DTV_ROLLOFF, rolloff, -- DTV_STREAM_ID, (uint32_t)sid); -+ DTV_PILOT, pilot, DTV_ROLLOFF, rolloff -+/* XXX what to do with old dvb headers here? */ -+#ifdef DTV_STREAM_ID -+ , DTV_STREAM_ID, (uint32_t)sid -+#endif -+ ); - } - - |