]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- added sh patch, use system libtool.m4
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Dec 2006 00:32:08 +0000 (00:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.193

xine-lib.spec

index 1678054c64cc0bf67901b05f05dddec4009491b4..fdb5af63283d3560fa6fc9108188f460bbbf3b6c 100644 (file)
@@ -41,7 +41,8 @@ Patch0:               %{name}-nolibs.patch
 Patch1:                %{name}-sparc.patch
 Patch2:                %{name}-win32-path.patch
 Patch3:                %{name}-am.patch
-Patch4:                %{name}-vdr.patch
+Patch4:                %{name}-sh.patch
+Patch5:                %{name}-vdr.patch
 URL:           http://xine.sourceforge.net/
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 0.9.22}
 %{?with_fusionsound:BuildRequires:     FusionSound-devel >= 0.9.23}
@@ -708,10 +709,13 @@ Plugin de video para o xine, utilizando a extens
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%{?with_vdr:%patch4 -p1}
+%patch4 -p1
+%{?with_vdr:%patch5 -p1}
 
 # kill hack, it fails with recent automake
 echo 'AC_DEFUN([AM_PROG_AS_MOD],[AM_PROG_AS])' > m4/as.m4
+# use system libtool.m4
+rm -f m4/libtool15.m4
 
 %build
 %{__libtoolize}
This page took 2.644067 seconds and 4 git commands to generate.