diff options
author | drochner <drochner@pkgsrc.org> | 2012-12-17 12:07:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-12-17 12:07:01 +0000 |
commit | efe39b1f8a4df862edd4771fe6d83de7dcb2aabb (patch) | |
tree | 16a59a6b0997b51fc770a369f6ffa67acc4b4cf4 /multimedia | |
parent | ef178acba4105b85963dfdba4699d992bbe38610 (diff) | |
download | pkgsrc-efe39b1f8a4df862edd4771fe6d83de7dcb2aabb.tar.gz |
update to 2.0.5
from the announcement:
Notable changes include improved reliability for MKV file playback, fixed
MPEG2 audio and video encoding, pulseaudio synchronization, Mac OS
interface, and other fixes. It also resolves potential security issues in
HTML subtitle parser, freetype renderer, AIFF demuxer and SWF demuxer.
pkgsrc change: build upnp plugin -- it doesn't show any files for
me, but since upnp isn't an exact science others might have more luck
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc2/Makefile | 5 | ||||
-rw-r--r-- | multimedia/vlc2/PLIST | 5 | ||||
-rw-r--r-- | multimedia/vlc2/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/multimedia/vlc2/Makefile b/multimedia/vlc2/Makefile index f7e778731ec..db111883ad6 100644 --- a/multimedia/vlc2/Makefile +++ b/multimedia/vlc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/19 17:48:06 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2012/12/17 12:07:01 drochner Exp $ # DISTNAME= vlc-${VLC_VERSION} @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} \ http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ EXTRACT_SUFX= .tar.xz -VLC_VERSION= 2.0.4 +VLC_VERSION= 2.0.5 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.videolan.org/ @@ -140,6 +140,7 @@ BUILDLINK_API_DEPENDS.libX11+= libX11>=1.3.5 BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20100201 .include "../../multimedia/x264-devel/buildlink3.mk" #.include "../../lang/lua/buildlink3.mk" +.include "../../net/libupnp/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/oss.buildlink3.mk" diff --git a/multimedia/vlc2/PLIST b/multimedia/vlc2/PLIST index 5c93231c3a2..c9b76212df4 100644 --- a/multimedia/vlc2/PLIST +++ b/multimedia/vlc2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2012/10/19 17:48:06 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/12/17 12:07:01 drochner Exp $ bin/cvlc ${PLIST.x11}bin/qvlc bin/rvlc @@ -275,6 +275,7 @@ lib/vlc/plugins/plugins.dat lib/vlc/plugins/services_discovery/libmediadirs_plugin.la lib/vlc/plugins/services_discovery/libpodcast_plugin.la lib/vlc/plugins/services_discovery/libsap_plugin.la +lib/vlc/plugins/services_discovery/libupnp_plugin.la ${PLIST.x11}lib/vlc/plugins/services_discovery/libxcb_apps_plugin.la lib/vlc/plugins/sse2/libi420_rgb_sse2_plugin.la lib/vlc/plugins/sse2/libi420_yuy2_sse2_plugin.la @@ -416,6 +417,7 @@ share/locale/cgg/LC_MESSAGES/vlc.mo share/locale/ckb/LC_MESSAGES/vlc.mo share/locale/co/LC_MESSAGES/vlc.mo share/locale/cs/LC_MESSAGES/vlc.mo +share/locale/cy/LC_MESSAGES/vlc.mo share/locale/da/LC_MESSAGES/vlc.mo share/locale/de/LC_MESSAGES/vlc.mo share/locale/el/LC_MESSAGES/vlc.mo @@ -437,6 +439,7 @@ share/locale/hi/LC_MESSAGES/vlc.mo share/locale/hr/LC_MESSAGES/vlc.mo share/locale/hu/LC_MESSAGES/vlc.mo share/locale/hy/LC_MESSAGES/vlc.mo +share/locale/ia/LC_MESSAGES/vlc.mo share/locale/id/LC_MESSAGES/vlc.mo share/locale/is/LC_MESSAGES/vlc.mo share/locale/it/LC_MESSAGES/vlc.mo diff --git a/multimedia/vlc2/distinfo b/multimedia/vlc2/distinfo index a9ebf249afb..ff2b5dec9cb 100644 --- a/multimedia/vlc2/distinfo +++ b/multimedia/vlc2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2012/10/19 17:48:06 drochner Exp $ +$NetBSD: distinfo,v 1.12 2012/12/17 12:07:01 drochner Exp $ -SHA1 (vlc-2.0.4.tar.xz) = 4d9ec642593a5bac282f0793d9c78140b28523f9 -RMD160 (vlc-2.0.4.tar.xz) = 44789a7ba921f282514039e84e760bd97a57eba8 -Size (vlc-2.0.4.tar.xz) = 18518272 bytes +SHA1 (vlc-2.0.5.tar.xz) = 31bd518f4edd03ea394305176e5df3478e251cc0 +RMD160 (vlc-2.0.5.tar.xz) = 7956c1abb34fda73533019c67010faba9efcbf7e +Size (vlc-2.0.5.tar.xz) = 18369292 bytes SHA1 (patch-aa) = 46003ac47b0b0ab97f481cbd755d48f624b0fa87 SHA1 (patch-ab) = 7833e9d1e023f53dd1125af5049eb9d74b733905 SHA1 (patch-ac) = 9cdb4bdad7f8e6a09e35b5a1142350d47d77f270 |