]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- rel.4. RA-1_0 vlc-0_3_0-4
authormarcus <marcus@pld-linux.org>
Wed, 11 Sep 2002 12:20:37 +0000 (12:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixes for dvd and ppc

Changed files:
    vlc.spec -> 1.25

vlc.spec

index 02abe705047adeb4d6740929946fa51b6631d3ac..365b6f627431933dc0f1e4419de19738ac2d9f6c 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,12 +1,13 @@
 Summary:       VideoLAN is a free MPEG, MPEG-2 and DVD software solution
-Summary(pl):   Klient VideoLAN
+Summary(pl):   VideoLAN - oprogramowanie dla MPEG, MPEG-2 i DVD
 Summary(pt_BR):        O VideoLAN é um cliente DVD e MPEG de livre distribuição que pode funcionar via rede
 Name:          vlc
 Version:       0.3.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://www.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.gz
+Patch0:                %{name}-altivec.patch
 URL:           http://www.videolan.org/
 BuildRequires: SDL-devel >= 1.2
 %ifnarch sparc sparc64
@@ -17,6 +18,7 @@ BuildRequires:        esound-devel
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: libggi-devel
+BuildRequires: libdvdcss-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -139,10 +141,14 @@ Plugin audi ALSA dla Klienta VideoLAN.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__autoconf}
 %configure \
+%ifarch ppc
+       --disable-altivec \
+%endif
        --enable-dvdread \
        --enable-dummy \
        --enable-dsp \
@@ -153,6 +159,7 @@ Plugin audi ALSA dla Klienta VideoLAN.
         --enable-ncurses \
        --with-ggi \
        --with-sdl \
+       --with-dvdcss \
        --disable-glide \
        --enable-gnome \
        --enable-x11 \
This page took 0.043249 seconds and 4 git commands to generate.