Author: glen Date: Sat Mar 5 13:24:56 2011 GMT Module: packages Tag: HEAD ---- Log message: - use system openal and SDL. sound works now
---- Files affected: packages/ut2004-demo: ut2004-demo.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/ut2004-demo/ut2004-demo.spec diff -u packages/ut2004-demo/ut2004-demo.spec:1.1 packages/ut2004-demo/ut2004-demo.spec:1.2 --- packages/ut2004-demo/ut2004-demo.spec:1.1 Sat Mar 5 07:22:11 2011 +++ packages/ut2004-demo/ut2004-demo.spec Sat Mar 5 14:24:51 2011 @@ -2,7 +2,7 @@ Summary: Demo for the critically-acclaimed first-person shooter Name: ut2004-demo Version: 3334 -Release: 0.1 +Release: 0.2 License: as-is Group: Applications/Games Source0: http://dev.gentoo.org/~tupone/ut2004-lnx-demo%{version}.run @@ -63,6 +63,9 @@ install -p bin/ut2004-demo $RPM_BUILD_ROOT%{gamelibdir} ln -s %{gamelibdir}/ut2004-demo $RPM_BUILD_ROOT%{_bindir} +ln -sf %{_libdir}/libopenal.so.1 $RPM_BUILD_ROOT%{gamelibdir}/System/openal.so +ln -sf %{_libdir}/libSDL-1.2.so.0 $RPM_BUILD_ROOT%{gamelibdir}/System/libSDL-1.2.so.0 + %clean rm -rf $RPM_BUILD_ROOT @@ -117,5 +120,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/03/05 13:24:51 glen +- use system openal and SDL. sound works now + Revision 1.1 2011/03/05 06:22:11 glen - new, based on gentoo .ebuild ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ut2004-demo/ut2004-demo.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
