rpms/vlc/devel vlc-1.1.0-vlc-cache-gen_noerror.patch, NONE, 1.1 vlc.spec, 1.78, 1.79

Nicolas Chauvet kwizart at rpmfusion.org
Sun May 2 10:57:31 CEST 2010


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23765

Modified Files:
	vlc.spec 
Added Files:
	vlc-1.1.0-vlc-cache-gen_noerror.patch 
Log Message:
Add rdieter patch


vlc-1.1.0-vlc-cache-gen_noerror.patch:
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE vlc-1.1.0-vlc-cache-gen_noerror.patch ---
diff -up vlc-1.1.0/modules/Makefile.am.mock vlc-1.1.0/modules/Makefile.am
--- vlc-1.1.0/modules/Makefile.am.mock	2010-04-05 19:46:04.000000000 -0500
+++ vlc-1.1.0/modules/Makefile.am	2010-04-16 12:24:52.745993752 -0500
@@ -63,7 +63,7 @@ MOSTLYCLEANFILES = stamp-cache plugins-*
 
 stamp-cache:
 	$(AM_V_GEN)if test "$(build)" = "$(host)"; then \
-		../bin/vlc-cache-gen$(EXEEXT) . ; \
+		../bin/vlc-cache-gen$(EXEEXT) . ||: ; \
 	else \
 		echo "Cross-compilation: cache generation skipped!" ; \
 	fi
@@ -71,7 +71,7 @@ stamp-cache:
 
 install-exec-hook:
 	if test -z "$(DESTDIR)"; then \
-		../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
+		../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ||: ; \
 	else \
 		echo "Staged installation: cache generation skipped!" ; \
 	fi



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- vlc.spec	2 May 2010 00:01:29 -0000	1.78
+++ vlc.spec	2 May 2010 08:57:30 -0000	1.79
@@ -1,6 +1,6 @@
 #global live555_date       2009.07.28
 %global vlc_rc             -pre3
-#global vlc_bootstrap      1
+%global vlc_bootstrap      1
 %global _with_freeworld 1
 %if 0%{?_with_freeworld:1}
 %global _with_faad2 --with-faad2
@@ -19,7 +19,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	1.1.0
-Release:	0.5.pre3%{?dist}
+Release:	0.6.pre3%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -28,6 +28,7 @@
 Source2:	http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz
 %endif
 Source10:       vlc-handlers.schemas
+Patch0          vlc-1.1.0-vlc-cache-gen_noerror.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -217,11 +218,7 @@
 %if 0%{?live555_date:1}
 %setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
 %endif
-#patch1 -p1 -b .istrue
-#http://trac.videolan.org/vlc/ticket/1383
-#patch3 -p1 -b .dmo_pic
-#sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.{in,am}
-#patch4 -p1 -b .mmx_pic
+%patch0 -p1 -b .noerror
 
 rm modules/access/videodev2.h
 ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -505,8 +502,9 @@
 
 
 %changelog
-* Sat May  1 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 1.1.0-0.5.pre3
+* Sun May  2 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 1.1.0-0.6.pre3
 - Update to 1.1.0-pre3
+- Add patch from rdieter
 
 * Fri Apr 16 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 1.1.0-0.3.pre1
 - Update to 1.1.0-pre1



More information about the rpmfusion-commits mailing list