packages: vitooki/vitooki.spec - build local sord (can't find origin) - dis...

glen glen at pld-linux.org
Thu Aug 5 15:26:17 CEST 2010


Author: glen                         Date: Thu Aug  5 13:26:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- build local sord (can't find origin)
- disable system libs build from 3rd party

---- Files affected:
packages/vitooki:
   vitooki.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/vitooki/vitooki.spec
diff -u packages/vitooki/vitooki.spec:1.1 packages/vitooki/vitooki.spec:1.2
--- packages/vitooki/vitooki.spec:1.1	Thu Aug  5 13:45:49 2010
+++ packages/vitooki/vitooki.spec	Thu Aug  5 15:26:11 2010
@@ -37,9 +37,27 @@
 %prep
 %setup -q -n %{name}
 
+sed -i -e '/all4itec:/s/ffmpeg//' Makefile # untouched
+sed -i -e '/all4itec:/s/lame//' Makefile # untouched
+sed -i -e '/all4itec:/s/paragui//' Makefile # untouched
+sed -i -e '/all4itec:/s/isomp4lib//' Makefile # untouched
+sed -i -e '/all4itec:/s/xvid//' Makefile # unknown
+sed -i -e '/all4itec:/s/libdvdcss//' Makefile # untouched
+sed -i -e '/all4itec:/s/libdvdread//' Makefile # untouched
+sed -i -e '/all4itec:/s/libmatroska//' Makefile
+sed -i -e '/all4itec:/s/libebml//' Makefile
+
 %build
-#export QTDIR=%{_prefix}
-%{__make} -j1 commonucl sord \
+cd 3rdparty/sord
+if [ ! -f Makefile ]; then
+	CXX="%{__cxx}" \
+	CXXFLAGS="%{rpmcxxflags}" \
+		%{__perl} configure.pl
+fi
+%{__make}
+cd -
+
+%{__make} -j1 commonucl vitooki \
 	PWD=$(pwd) \
 	CPP="%{__cxx}" \
 	GCC="%{__cc}" \
@@ -70,6 +88,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/08/05 13:26:11  glen
+- build local sord (can't find origin)
+- disable system libs build from 3rd party
+
 Revision 1.1  2010/08/05 11:45:49  glen
 - start building project
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vitooki/vitooki.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list