gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. b7b807a90e8d5dae83e6


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. b7b807a90e8d5dae83e62715a42debe17c159de4
Date: Thu, 02 Dec 2010 01:02:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  b7b807a90e8d5dae83e62715a42debe17c159de4 (commit)
      from  be5e9eb1e2afcb0ac827bc6b5779b6144766ddcc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b7b807a90e8d5dae83e62715a42debe17c159de4


commit b7b807a90e8d5dae83e62715a42debe17c159de4
Author: Rob Savoye <address@hidden>
Date:   Wed Dec 1 18:01:55 2010 -0700

    simplify spec file

diff --git a/packaging/ltib/gnash.spec b/packaging/ltib/gnash.spec
index 8f9639f..2d97332 100644
--- a/packaging/ltib/gnash.spec
+++ b/packaging/ltib/gnash.spec
@@ -1,49 +1,24 @@
-%define pfx /opt/L2.6.31_09.12.01_SDK/ltib/rootfs
+%define pfx /opt/freescale/rootfs/%{_target_cpu}
 
 Name:           gnash
-# This next field gets edited by "make gnash.spec" when building an rpm
 Version:        0.8.9dev
 Release:        0
 Epoch:                 1
-# This next field gets edited by "make gnash.spec" when building an rpm
-Distribution:  fc13
+Distribution:  ltib
 Summary:        GNU SWF player
 
 Group:          Applications/Multimedia
 Vendor:                Gnash Project
-Packager:      Rob Savoye <address@hidden>
+Packager:      Rob Savoye <address@hidden>
 License:        GPLv3
 URL:            http://www.gnu.org/software/gnash/
 Source:         gnash-0.8.9dev.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%{_target_cpu}
 
-# bitmap libraries for loading images
-#BuildRequires:  libpng-devel libjpeg-devel giflib-devel
-# these are needed for the python gtk widget
-#BuildRequires:  pygtk2-devel python-devel
-#BuildRequires:  gtk2-devel freetype-devel fontconfig-devel
-#BuildRequires:  openssl-devel curl-devel boost-devel
-#BuildRequires:  gstreamer-devel >= 0.10, gstreamer-plugins-base-devel >= 0.10
-# these are for the kde4 support
-#BuildRequires:  kdelibs-devel >= 4.0, kdebase-devel >= 4.0, qt-devel >= 4.0
-# these are needed for the various renderers, which now all get built
-#BuildRequires:  libXt-devel agg-devel gtkglext-devel libstdc++
-
-# The default Gnash package only includes the GTK parts, the rest
-# is in gnash-common.
-Requires:  gtkglext gtk2 pygtk2 python
-Requires:  gnash-common
-
-Requires:   boost-date-time boost-thread boost-program-options
-
-# BuildRequires:  scrollkeeper
+# BuildRequires:  ffmpeg libpng libjpeg giflib boost agg curl freetype 
libstdc++ fontconfig
 
-#Requires(post): scrollkeeper
-#Requires(postun): scrollkeeper
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-#Requires(post): /sbin/install-info
-#Requires(preun): /sbin/install-info
 
 %description
 Gnash is a GNU SWF movie player that supports many SWF v7 features,
@@ -53,12 +28,7 @@ with growing support for swf v8, v9, and v10.
 Summary:   Web-client SWF player plugin 
 Group:     Applications/Multimedia
 # Installation requirements
-Requires:  libpng libjpeg giflib
-Requires:  boost agg 
-Requires:  freetype fontconfig libstdc++
-Requires:  gstreamer >= 0.10, gstreamer-plugins-base >= 0.10
-Requires:  openssl curl
-# libX11 libExt libXv
+Requires:  ffmpeg libpng libjpeg giflib boost curl freetype
 
 %description common
 Common files Shared between Gnash and Klash, Gnash/Klash is a GNU SWF movie
@@ -78,11 +48,11 @@ Gnash header files can be used to write external Gnash 
extensions.
 
 %build
 
-CROSS_OPTS="--host=arm-linux 
--with-sysroot=/opt/L2.6.31_09.12.01_SDK/ltib/rootfs/usr"
+CROSS_OPTS="--host=arm-none-linux=gnueabi 
--with-sysroot=/opt/L2.6.31_10.07.11_ER/ltib/rootfs/usr"
 # these are actually the default values, but this way they get added
 # to the build so they appear in "gnash --version".
 GUI="--enable-gui=fb"  # could be kde3, kde4, aqua, sdl
-SOUND="--enable-media=none"
+SOUND="--enable-media=ffmpeg"
 OTHER="--disable-jemalloc"
 RENDERER="--enable-renderer=agg"               # could be opengl or cairo
 OPTIONAL=""

-----------------------------------------------------------------------

Summary of changes:
 packaging/ltib/gnash.spec |   44 +++++++-------------------------------------
 1 files changed, 7 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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