Update to VLC 2.0.5.
ok ajacoutot@
This commit is contained in:
parent
24fc5c39ae
commit
c0cfe96bb6
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.158 2012/10/22 20:18:44 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.159 2012/12/16 21:26:22 brad Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT-main= VideoLAN client; multimedia player
|
||||
COMMENT-jack= JACK audio output module for VLC
|
||||
|
||||
V= 2.0.4
|
||||
V= 2.0.5
|
||||
DISTNAME= vlc-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-jack= vlc-jack-${V}
|
||||
@ -26,22 +26,20 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB-common= dbus-1 m ${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 bz2 c 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 \
|
||||
gmp gnutls gobject-2.0 gpg-error gsm gthread-2.0 gtk-x11-2.0 \
|
||||
harfbuzz hogweed icudata icule icuuc jpeg matroska mp3lame \
|
||||
WANTLIB-common= 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 c 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 gmp gnutls gobject-2.0 gpg-error gthread-2.0 \
|
||||
gtk-x11-2.0 harfbuzz hogweed icudata icule icuuc jpeg matroska \
|
||||
nettle notify opus orc-0.4 ogg p11-kit pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 pcre pixman-1 png portaudio postproc pthread-stubs \
|
||||
pthread samplerate schroedinger-1.0>=2.0 sndio speex speexdsp \
|
||||
sqlite3 swscale tag tar tasn1 tiff theoradec theoraenc usbhid \
|
||||
vorbis vorbisenc vpx webp x264 xcb-composite xcb-keysyms xcb-randr \
|
||||
xcb-render xcb-shape xcb-shm xcb-xfixes xcb-xv xcb xml2 xvidcore z \
|
||||
${WANTLIB-common}
|
||||
pangoft2-1.0 pcre pixman-1 png postproc pthread-stubs \
|
||||
samplerate schroedinger-1.0>=2.0 sndio speex speexdsp \
|
||||
sqlite3 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}
|
||||
WANTLIB-jack= jack vlccore ${WANTLIB-common}
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
@ -60,7 +58,6 @@ LIB_DEPENDS-main= ${MODQT4_LIB_DEPENDS} \
|
||||
audio/libsamplerate \
|
||||
audio/libvorbis \
|
||||
audio/opus \
|
||||
audio/portaudio-svn \
|
||||
audio/speex \
|
||||
audio/taglib \
|
||||
devel/fribidi \
|
||||
@ -132,6 +129,7 @@ CONFIGURE_ARGS+=--disable-a52 \
|
||||
--disable-mtp \
|
||||
--disable-neon \
|
||||
--disable-projectm \
|
||||
--disable-portaudio \
|
||||
--disable-pulse \
|
||||
--disable-shout \
|
||||
--disable-sid \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vlc-2.0.4.tar.xz) = TgZu0NSN3IWqHwGWSUWvZmtXE8tiMNdjR667yaZVPbY=
|
||||
SIZE (vlc-2.0.4.tar.xz) = 18518272
|
||||
SHA256 (vlc-2.0.5.tar.xz) = 3/nrAIYbzZ+ERv9c7b08X9K+1GDmv6hL2eAfdQ7Za24=
|
||||
SIZE (vlc-2.0.5.tar.xz) = 18369292
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-modules_audio_output_portaudio_c,v 1.1 2012/04/23 13:47:08 ajacoutot Exp $
|
||||
--- modules/audio_output/portaudio.c.orig Sun Feb 12 22:17:51 2012
|
||||
+++ modules/audio_output/portaudio.c Sun Feb 12 22:18:11 2012
|
||||
@@ -114,7 +114,7 @@ vlc_module_begin ()
|
||||
set_subcategory( SUBCAT_AUDIO_AOUT )
|
||||
add_integer( "portaudio-audio-device", 0,
|
||||
DEVICE_TEXT, DEVICE_LONGTEXT, false )
|
||||
- set_capability( "audio output", 0 )
|
||||
+ set_capability( "audio output", 20 )
|
||||
set_callbacks( Open, Close )
|
||||
vlc_module_end ()
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.28 2012/10/22 20:18:44 brad Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.29 2012/12/16 21:26:22 brad Exp $
|
||||
@pkgpath x11/vlc
|
||||
%%amd64%%
|
||||
%%i386%%
|
||||
@ -166,7 +166,6 @@ lib/vlc/plugins/audio_output/
|
||||
lib/vlc/plugins/audio_output/libadummy_plugin.so
|
||||
lib/vlc/plugins/audio_output/libamem_plugin.so
|
||||
lib/vlc/plugins/audio_output/libaout_file_plugin.so
|
||||
lib/vlc/plugins/audio_output/libportaudio_plugin.so
|
||||
lib/vlc/plugins/audio_output/libsndio_plugin.so
|
||||
lib/vlc/plugins/codec/
|
||||
lib/vlc/plugins/codec/liba52_plugin.so
|
||||
@ -460,6 +459,7 @@ share/locale/co/
|
||||
share/locale/co/LC_MESSAGES/
|
||||
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
|
||||
@ -487,6 +487,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
|
||||
|
Loading…
Reference in New Issue
Block a user