]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- gettextize, typo
authorKarol Krenski <charles@pld-linux.org>
Wed, 30 Mar 2005 02:42:55 +0000 (02:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.53

vlc.spec

index f2e2c1d56feb490ade32024dff679bb8e5862a2d..e5eccb425bcfb0be91c81bcce10e633e28a0a744 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,12 +1,9 @@
 #
 # TODO:
-# - return to gettextize/aclocal/autoconf 
 # - check the altivec patch 
-# - check the po patch 
 # - add proper package descriptions/translations
 # - check files/packages (can we keep png/xpm/bmp/ico in X11 package)
 # - shorten the files section
-# - check this no->nb locale stuff 
 # - change group for vlc and framebuffer video out (it's not the X11)
 #
 # Conditional build:
@@ -18,7 +15,7 @@ Summary:      VLC - a multimedia player and stream server
 Summary(pl):   VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:          vlc
 Version:       0.8.1
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.gz
@@ -66,7 +63,7 @@ BuildRequires:        libvorbis-devel
 BuildRequires: libxml2-devel
 BuildRequires: lirc-devel
 BuildRequires: mpeg2dec-devel
-%{!?with_mozilla:BuildRequires:        mozilla-devel}
+%{?with_mozilla:BuildRequires: mozilla-devel}
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: speex-devel
@@ -194,16 +191,16 @@ Wtyczka wyj
 %prep
 %setup -q
 # %patch0 -p1
-%patch1 -p1
+%patch1 -p1
 %patch2 -p0
 %patch3 -p1
 %patch4 -p1
 
-mv -f po/{no,nb}.po
+mv -f po/{no,nb}.po
 
 %build
-#cp -f /usr/share/automake/config.* .
-#%{__gettextize}
+cp -f /usr/share/automake/config.* .
+%{__gettextize}
 %{__aclocal} -I m4
 %{__autoconf}
 CFLAGS="%{rpmcflags} -DALSA_PCM_OLD_HW_PARAMS_API"
This page took 0.344309 seconds and 4 git commands to generate.