Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb5f52395f2330ccfadd2a86d56e9feb883e7f8e

commit bb5f52395f2330ccfadd2a86d56e9feb883e7f8e
Author: crazy <[EMAIL PROTECTED]>
Date:   Thu Dec 6 02:30:09 2007 +0100

vlc-0.8.6-8-i686
* Version bump to patchlevel 'd'
* also this one builds with new wxgtk without hacks
* volume button is still ugly but .. heh
* fixed aliasing bug
* replaced old deprecated livedotcom configure options with
* new ones

diff --git a/source/xmultimedia-extra/vlc/FrugalBuild 
b/source/xmultimedia-extra/vlc/FrugalBuild
index 01a994e..b1001a2 100644
--- a/source/xmultimedia-extra/vlc/FrugalBuild
+++ b/source/xmultimedia-extra/vlc/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=vlc
pkgver=0.8.6
-pkgextraver=c
-pkgrel=7
+pkgextraver=d
+pkgrel=8
pkgdesc="The cross-platform media player and streaming server."
url="http://www.videolan.org/vlc/";
depends=('alsa-lib' 'dbus-glib>=0.71' 'hal>=0.5.7.1-3' 'libxml2' 'libdvdnav' 
'libmad' 'libmatroska' \
-        'mpeg2dec' 'ffmpeg>=20070422' 'fribidi' 'wxgtk-u8' 'live' 'speex' 
'libdca' \
+        'mpeg2dec' 'ffmpeg>=20070422' 'fribidi' 'wxgtk-u8>=2.8.7' 'live' 
'speex' 'libdca' \
'sysfsutils' 'mesa' 'libdvbpsi' 'libxv' 'sdlimage' 'libcdio' \
'libid3tag' 'libtheora' 'faad2' 'xvidcore')
## WARNING: do NOT add any VCD option to build its kill off the GUI
@@ -19,15 +19,16 @@ archs=('i686' 'x86_64')
up2date="lynx -dump $url/download-sources.html|grep -m1 'Latest VLC'|sed 
's/.*(\(.*\)).*/\1/;s/$pkgextraver//'"
source=(http://download.videolan.org/pub/videolan/vlc/$pkgver$pkgextraver/$pkgname-$pkgver$pkgextraver.tar.bz2
 \
$pkgname-ffmpeg.diff $pkgname.desktop vlc-0.8.5-libintl.diff libdca.patch)
-sha1sums=('aefaf7a039874930b3e7caf139d2ed5b5bbd0a56'\
-          '888a02c9f81331fce1f6ee5f705ce68e5b486ffd'\
-          '0c58c35fe47c4d14cd4d4c8c505863dbfc93f5e0'\
-          '50bfbc12fc0ad94178b2e08df22a0b26da36c1d5'\
+sha1sums=('63afd15cc782795c8d8f3de5edc614389465c577' \
+          '888a02c9f81331fce1f6ee5f705ce68e5b486ffd' \
+          '0c58c35fe47c4d14cd4d4c8c505863dbfc93f5e0' \
+          '50bfbc12fc0ad94178b2e08df22a0b26da36c1d5' \
'edc3a14dfd9b022dca7593e006c324fa5cc17e48')

build()
{
Fpatchall
+       export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
Fsed 'mozilla-config' 'firefox-config' configure.ac
Fsed 'firefox-config\.h' 'mozilla-config\.h' configure.ac
Fsed '/usr/lib/mozilla' '/usr/lib/firefox' configure.ac
@@ -47,8 +48,8 @@ build()
--enable-mozilla \
--enable-v4l \
--enable-realrtsp \
-               --enable-livedotcom \
-               --with-livedotcom-tree=/usr/lib/live \
+               --enable-live555 \
+               --with-live555-tree=/usr/lib/live \
--enable-speex \
--enable-wxwidgets \
--with-wx-config=wx-config-u8 \
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to