Author: hicham
Update of /cvs/free/rpms/lightspark/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3381/F-15
Modified Files:
lightspark.spec sources
Log Message:
Update to 0.5.0
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-15/lightspark.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- lightspark.spec 5 May 2011 11:31:10 -0000 1.16
+++ lightspark.spec 11 Sep 2011 12:20:27 -0000 1.17
@@ -9,8 +9,8 @@
%define pre_release 0
%if %{?git}
-%define commit e3d91fb7d87272565a8380894e48f467008587ad
-%define date 20110429
+%define commit 13e17fbc018022340ddeec44c6f5d464674ec728
+%define date 20110610
%endif
%if %{pre_release}
@@ -19,10 +19,10 @@
%define rel 1
-%define major 0.4.7
+%define major 0.5.0
Name: lightspark
-Version: %{major}.1
+Version: %{major}
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -46,13 +46,11 @@
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
BuildRequires: glew-devel >= 1.5.4
-BuildRequires: ftgl-devel
BuildRequires: ffmpeg-devel
BuildRequires: nasm
BuildRequires: SDL-devel
BuildRequires: gtkglext-devel
BuildRequires: pulseaudio-libs-devel
-BuildRequires: fontconfig-devel
BuildRequires: pcre-devel
BuildRequires: xulrunner-devel >= 1.9.2
BuildRequires: desktop-file-utils
@@ -62,16 +60,14 @@
BuildRequires: libxml++-devel >= 2.33.1
BuildRequires: librtmp-devel
-Requires: hicolor-icon-theme
-
%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:
-* JIT compilation of Actionscript to native x86 bytecode using LLVM
+* JIT compilation of Actionscript to native x86 byte code using LLVM
* Hardware accelerated rendering using OpenGL Shaders (GLSL)
* Very good and robust support for current-generation Actionscript 3
-* A new, clean, codebase exploiting multithreading and optimized for
+* A new, clean, code base exploiting Multi-Threading and optimized for
modern hardware. Designed from scratch after the official Flash
documentation was released.
@@ -82,7 +78,7 @@
%description mozilla-plugin
This is the Mozilla compatible plugin for %{name}. It can fallback to
-gnash for unsupported swf files ( AS2/avm1 ); to enable this feature
+gnash for unsupported SWF files ( AS2/avm1 ); to enable this feature
install gnash ( without gnash-plugin ).
%prep
@@ -99,6 +95,7 @@
%endif
-DAUDIO_BACKEND=pulse \
.
+
make VERBOSE=1 %{?_smp_mflags}
@@ -154,6 +151,17 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Sun Sep 11 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.0-1
+- Update to 0.5.0 final
+
+* Sat Jul 09 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.0-0.1.rc1
+- Update to 0.5.0 rc1
+- Removed fontconfig-devel and ftgl-devel from BR
+- Removed hicolor-icon-theme from Requires ( automatically pulled by gtk )
+
+* Fri May 27 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.8.1-1
+- Update 0.4.8.1
+
* Thu May 05 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.7.1-1
- Update to 0.4.7.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-15/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 5 May 2011 11:31:10 -0000 1.15
+++ sources 11 Sep 2011 12:20:27 -0000 1.16
@@ -1 +1 @@
-fee5cd52a8a23e858979a8f4ec778266 lightspark-0.4.7.1.tar.gz
+7d42c8e92c3c3b318076393a7e9508fb lightspark-0.5.0.tar.gz
Show replies by date