SPECS: libquicktime.spec - updated to 1.0.0 - removed obsolete x26...

qboosh qboosh at pld-linux.org
Wed Apr 25 20:53:58 CEST 2007


Author: qboosh                       Date: Wed Apr 25 18:53:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.0
- removed obsolete x264 patch

---- Files affected:
SPECS:
   libquicktime.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/libquicktime.spec
diff -u SPECS/libquicktime.spec:1.24 SPECS/libquicktime.spec:1.25
--- SPECS/libquicktime.spec:1.24	Tue Feb 13 07:46:51 2007
+++ SPECS/libquicktime.spec	Wed Apr 25 20:53:52 2007
@@ -11,8 +11,8 @@
 Summary:	Library for reading and writing quicktime files
 Summary(pl.UTF-8):	Biblioteka do odczytu i zapisu plików quicktime
 Name:		libquicktime
-Version:	0.9.10
-Release:	2
+Version:	1.0.0
+Release:	1
 %if %{with gpl}
 License:	GPL
 %else
@@ -20,9 +20,8 @@
 %endif
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libquicktime/%{name}-%{version}.tar.gz
-# Source0-md5:	5ff99f1a7b22f9e1ed85240f736fd14c
+# Source0-md5:	2f609e3ef5e760f44022f6c4b66d6a01
 Patch0:		%{name}-link.patch
-Patch1:		%{name}-x264.patch
 URL:		http://libquicktime.sourceforge.net/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	alsa-lib-devel >= 0.9
@@ -46,6 +45,7 @@
 # pkgconfig: x264 >= 0.45
 BuildRequires:	libx264-devel >= 0.1.2-1.20060828_2245
 BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
 BuildRequires:	xorg-lib-libXaw-devel
 BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	xorg-lib-libXv-devel
@@ -227,11 +227,10 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # evil, sets CFLAGS basing on /proc/cpuinfo, overrides our optflags
 # (--with-cpuflags=none disables using /proc/cpuinfo, but not overriding)
-echo 'AC_DEFUN([LQT_OPT_CFLAGS],[OPT_CFLAGS="$CFLAGS"])' > m4/lqt_opt_cflags.m4
+sed -i -e '19,$d;18aAC_DEFUN([LQT_OPT_CFLAGS],[OPT_CFLAGS="$CFLAGS"])' m4/lqt_opt_cflags.m4
 
 %build
 %{__libtoolize}
@@ -253,13 +252,15 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libquicktime/*.{la,a}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README TODO
 # R: zlib
@@ -332,6 +333,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2007/04/25 18:53:52  qboosh
+- updated to 1.0.0
+- removed obsolete x264 patch
+
 Revision 1.24  2007/02/13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libquicktime.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list