SPECS: helixplayer.spec - added gcc patch - fix locales installati...

qboosh qboosh at pld-linux.org
Sun Jan 13 20:46:59 CET 2008


Author: qboosh                       Date: Sun Jan 13 19:46:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added gcc patch
- fix locales installation
- now builds on th-x86_64

---- Files affected:
SPECS:
   helixplayer.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/helixplayer.spec
diff -u SPECS/helixplayer.spec:1.31 SPECS/helixplayer.spec:1.32
--- SPECS/helixplayer.spec:1.31	Sun Jan 13 19:51:49 2008
+++ SPECS/helixplayer.spec	Sun Jan 13 20:46:54 2008
@@ -18,6 +18,7 @@
 Patch3:		%{name}-sem_t.patch
 Patch4:		%{name}-bzip2.patch
 Patch5:		%{name}-morearchs.patch
+Patch6:		%{name}-gcc.patch
 URL:		https://player.helixcommunity.org/
 BuildRequires:	gtk+2-devel >= 1:2.0.0
 BuildRequires:	libogg-devel
@@ -67,6 +68,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # expat is modified (based on mozilla?)
 # libjpeg is compiled with different config (BGRx instead of RGB)
@@ -127,11 +129,16 @@
 
 cp -a player/installer/archive/temp/{codecs,common,lib,plugins} $RPM_BUILD_ROOT%{_libdir}/%{name}
 install player/installer/archive/temp/hxplay.bin $RPM_BUILD_ROOT%{_libdir}/%{name}
-cp -a player/installer/archive/temp/share/locale $RPM_BUILD_ROOT%{_datadir}
 cp -a player/installer/archive/temp/share/{default,icons,hxplay*,*.css} $RPM_BUILD_ROOT%{_libdir}/%{name}/share
 install player/installer/common/hxplay.desktop $RPM_BUILD_ROOT%{_desktopdir}
 install player/app/gtk/res/hxplay.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
+# messed
+for d in player/installer/archive/temp/share/locale/* ; do
+	install -d $RPM_BUILD_ROOT%{_datadir}/locale/$(basename $d)/LC_MESSAGES
+	cp $d/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/$(basename $d)/LC_MESSAGES
+done
+
 install -d $RPM_BUILD_ROOT%{_browserpluginsdir}
 cp -a release/nphelix.* $RPM_BUILD_ROOT%{_browserpluginsdir}
 
@@ -181,6 +188,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2008-01-13 19:46:54  qboosh
+- added gcc patch
+- fix locales installation
+- now builds on th-x86_64
+
 Revision 1.31  2008-01-13 18:51:49  qboosh
 - readded (partially updated) morearchs patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/helixplayer.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list