Update to VLC 2.0.10.
ok sthen@
This commit is contained in:
parent
c9ba89043a
commit
bdc8db410c
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.176 2013/11/07 00:30:07 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.177 2014/03/16 11:38:47 brad Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= VideoLAN client; multimedia player
|
||||
COMMENT-jack= JACK audio output module for VLC
|
||||
|
||||
V= 2.0.9
|
||||
V= 2.0.10
|
||||
DISTNAME= vlc-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-jack= vlc-jack-${V}
|
||||
@ -28,13 +28,13 @@ WANTLIB-common= c dbus-1 m pthread ${MODGETTEXT_WANTLIB}
|
||||
WANTLIB-main= GL ICE lib/qt4/QtGui QtCore SM SDL SDL_image X11 Xcomposite \
|
||||
Xcursor Xdamage Xext Xfixes Xi Xinerama Xpm Xrandr Xrender \
|
||||
ass atk-1.0 avcodec avformat avutil bluray cairo cddb dvbpsi \
|
||||
dvdnav dvdread ebml stdc++ expat ffi fontconfig freetype \
|
||||
fribidi gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
|
||||
gmodule-2.0 gnutls gobject-2.0 gpg-error graphite2 gthread-2.0 \
|
||||
dvdnav dvdread ebml enca expat ffi fontconfig freetype fribidi \
|
||||
gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
|
||||
gmp gnutls gobject-2.0 gpg-error graphite2 gthread-2.0 \
|
||||
gtk-x11-2.0 harfbuzz hogweed jpeg matroska nettle notify opus \
|
||||
orc-0.4 ogg p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
|
||||
pixman-1 png postproc pthread-stubs samplerate \
|
||||
schroedinger-1.0>=2.0 sndio speex speexdsp swscale tag tar \
|
||||
schroedinger-1.0>=2.0 sndio speex speexdsp stdc++ swscale tag tar \
|
||||
tasn1 tiff usbhid vorbis vorbisenc webp x264 xcb-composite \
|
||||
xcb-keysyms xcb-randr xcb-render xcb-shape xcb-shm xcb-xfixes \
|
||||
xcb-xv xcb xml2 z ${WANTLIB-common}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vlc-2.0.9.tar.xz) = xL6pviETYN2/Kbk2YfsfM/fVzkQWbYKcvr+gHzA7+zA=
|
||||
SIZE (vlc-2.0.9.tar.xz) = 18863020
|
||||
SHA256 (vlc-2.0.10.tar.xz) = LKFW8u4LXdfFUX2ExtBGv91tTMko8mTzLnSP55ZYtq4=
|
||||
SIZE (vlc-2.0.10.tar.xz) = 18747456
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-modules_text_renderer_freetype_c,v 1.3 2014/01/09 17:39:11 naddy Exp $
|
||||
--- modules/text_renderer/freetype.c.orig Tue Dec 4 16:17:17 2012
|
||||
+++ modules/text_renderer/freetype.c Thu Jan 9 16:28:30 2014
|
||||
@@ -64,7 +64,8 @@
|
||||
#endif
|
||||
|
||||
/* Freetype */
|
||||
-#include <freetype/ftsynth.h>
|
||||
+#include <ft2build.h>
|
||||
+#include FT_SYNTHESIS_H
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_GLYPH_H
|
||||
#include FT_STROKER_H
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.34 2013/08/19 10:00:15 brad Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.35 2014/03/16 11:38:47 brad Exp $
|
||||
@pkgpath x11/vlc
|
||||
%%amd64%%
|
||||
%%i386%%
|
||||
@ -474,8 +474,6 @@ share/locale/fi/LC_MESSAGES/vlc.mo
|
||||
share/locale/fr/LC_MESSAGES/vlc.mo
|
||||
share/locale/fur/LC_MESSAGES/vlc.mo
|
||||
share/locale/ga/LC_MESSAGES/vlc.mo
|
||||
share/locale/gd/
|
||||
share/locale/gd/LC_MESSAGES/
|
||||
share/locale/gd/LC_MESSAGES/vlc.mo
|
||||
share/locale/gl/LC_MESSAGES/vlc.mo
|
||||
share/locale/gu/LC_MESSAGES/vlc.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user