gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11593: Use $MAKEFLAGS not $(MAKEFLA


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11593: Use $MAKEFLAGS not $(MAKEFLAGS). Remove out of date YellowDog stuff, we now run Fedora on our PPC.
Date: Sat, 31 Oct 2009 23:33:57 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11593
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2009-10-31 23:33:57 -0600
message:
  Use $MAKEFLAGS not $(MAKEFLAGS). Remove out of date YellowDog stuff, we now 
run Fedora on our PPC.
modified:
  packaging/redhat/gnash.spec
=== modified file 'packaging/redhat/gnash.spec'
--- a/packaging/redhat/gnash.spec       2009-10-15 02:48:48 +0000
+++ b/packaging/redhat/gnash.spec       2009-11-01 05:33:57 +0000
@@ -22,10 +22,6 @@
 # These are for the kde4 support
 BuildRequires:  kdelibs-devel >= 4.0, kdebase-devel >= 4.0, qt-devel >= 4.0
 
-# # YellowDog doesn't ship ffmpeg
-# %if %{distribution} != "ydl6"
-# BuildRequires:  ffmpeg-devel
-# %endif
 # Mandriva uses different names for the X11 library packages
 %if %{distribution} != "fc11"
 BuildRequires:  libx11_6-devel libxt_6-devel
@@ -43,10 +39,6 @@
 Requires: libX11 libXt 
 %endif
 Requires: agg boost libcurl SDL
-# # YellowDog doesn't ship ffmpeg
-# %if %{distribution} != "ydl6"
-# Requires: ffmpeg
-# %endif
 
 # BuildRequires:  scrollkeeper
 
@@ -149,7 +141,7 @@
   CROSS_OPTS="" # "--enable-ghelp --enable-docbook"
   # these are actually the default values, but this way they get added
   # to the build so they appear in "gnash --version".
-  GUI="--enable-gui=gtk,kde4"  # could be kde3, aqua, sdl
+  GUI="--enable-gui=gtk,kde4"  # could be kde3, kde4, aqua, sdl
   SOUND="--enable-media=gst"   # could be ffmpeg
   OTHER="--enable-jemalloc --enable-cygnal"
   RENDERER="--enable-renderer=agg"             # could be opengl or cairo
@@ -183,7 +175,7 @@
        --disable-rpath \
        --with-plugindir=%{_libdir}/mozilla/plugins
 
-make $(MAKEFLAGS) dumpconfig all
+make $MAKEFLAGS dumpconfig all
 %else
 # uncommenting these will produce huge volumes of debug info from the
 # shell, but sometimes that's what you need to do.
@@ -210,7 +202,7 @@
         # --with-kde4-appsdatadir=%{_prefix}/share/kde4/apps/klash \
         # --with-kde4-configdir=${_datadir}/config
 
-make $(MAKEFLAGS) dumpconfig all
+make $MAKEFLAGS dumpconfig all
 %endif
 # When testing the spec file, try setting MAKEFLAGS to
 # "CXXFLAGS-O0 -j4" to speed up getting results. Note *don't*
@@ -220,8 +212,8 @@
 strip gui/.libs/*-gnash
 strip utilities/.libs/dumpshm  utilities/.libs/g*  utilities/.libs/soldumper 
utilities/.libs/flvdumper cygnal/.libs/cygnal
 rm -rf $RPM_BUILD_ROOT
-make $(MAKEFLAGS) install DESTDIR=$RPM_BUILD_ROOT
-make $(MAKEFLAGS) install-plugins DESTDIR=$RPM_BUILD_ROOT
+make $MAKEFLAGS install DESTDIR=$RPM_BUILD_ROOT
+make $MAKEFLAGS install-plugins DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/gnash/*.*a
 %if !%{cross_compile}
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]