vlc: update to 1.1.0.

This commit is contained in:
Juan RP 2010-06-23 00:23:18 +02:00
parent 5bc2889c2f
commit 278df4e287
4 changed files with 33 additions and 26 deletions

14
srcpkgs/vlc/INSTALL Normal file
View File

@ -0,0 +1,14 @@
#
# This script rebuilds the vlc plugins cache.
#
_vlccachegen=usr/lib/vlc/vlc-cache-gen
case "${ACTION}" in
post)
if [ -x "${_vlccachegen}" ]; then
echo "Rebuilding VLC plugins cache file..."
${_vlccachegen} -f usr/lib/vlc/plugins
fi
;;
esac

9
srcpkgs/vlc/REMOVE Normal file
View File

@ -0,0 +1,9 @@
#
# This script remove the vlc plugins cache files.
#
case "${ACTION}" in
pre)
rm -f usr/lib/vlc/plugins/*.dat
;;
esac

View File

@ -1,20 +0,0 @@
--- modules/codec/png.c~ 2010-01-19 02:31:45.575326077 +0100
+++ modules/codec/png.c 2010-01-19 02:32:21.465321175 +0100
@@ -155,7 +155,7 @@
p_info = png_create_info_struct( p_png );
if( p_info == NULL )
{
- png_destroy_read_struct( &p_png, png_infopp_NULL, png_infopp_NULL );
+ png_destroy_read_struct( &p_png, NULL, NULL );
block_Release( p_block ); *pp_block = NULL;
return NULL;
}
@@ -163,7 +163,7 @@
p_end_info = png_create_info_struct( p_png );
if( p_end_info == NULL )
{
- png_destroy_read_struct( &p_png, &p_info, png_infopp_NULL );
+ png_destroy_read_struct( &p_png, &p_info, NULL );
block_Release( p_block ); *pp_block = NULL;
return NULL;
}

View File

@ -1,16 +1,14 @@
# Template file for 'vlc' # Template file for 'vlc'
pkgname=vlc pkgname=vlc
version=1.0.6 version=1.1.0
revision=2
distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2" distfiles="http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-hal --disable-gme --disable-libtar configure_args="--disable-gme --disable-libtar --enable-snapshot
--disable-telepathy --disable-lua --disable-live555 --disable-pulse --disable-telepathy --disable-lua --disable-live555 --disable-pulse
--enable-dvdread --disable-smb --disable-vcdinfo --enable-cddax --enable-dvdread --disable-smb --enable-flac --disable-gnomevfs"
--enable-flac --enable-xvmc --enable-snapshot"
short_desc="VideoLan Client" short_desc="VideoLan Client"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f521933e7a1021746d8ecde6caa2f9d1b43187ab2e13df6abc07540e415e1842 checksum=a9fb2c5cc400464bbb53ba6feb94f14884f3c76d52eac1ee4c2953a1ce63f1c8
long_desc=" long_desc="
VLC media player is a highly portable multimedia player supporting most VLC media player is a highly portable multimedia player supporting most
audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4, audio and video formats (H.264, Ogg, DivX, MKV, TS, MPEG-2, mp3, MPEG-4,
@ -85,6 +83,9 @@ Add_dependency run libdvdnav
Add_dependency run libsysfs Add_dependency run libsysfs
Add_dependency run libusb-compat Add_dependency run libusb-compat
Add_dependency run libmtp Add_dependency run libmtp
Add_dependency run sqlite
Add_dependency run librsvg
Add_dependency run libtheora
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build glibc-devel Add_dependency build glibc-devel
@ -148,6 +149,9 @@ Add_dependency build libdvdnav-devel
Add_dependency build libsysfs-devel Add_dependency build libsysfs-devel
Add_dependency build libusb-compat-devel Add_dependency build libusb-compat-devel
Add_dependency build libmtp-devel Add_dependency build libmtp-devel
Add_dependency build sqlite-devel
Add_dependency build librsvg-devel
Add_dependency build libtheora-devel
Add_dependency build coreutils Add_dependency build coreutils
Add_dependency full freefont-ttf Add_dependency full freefont-ttf