r265 - in /packages/gnash/trunk/debian: changelog control control.bk rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Jun 12 16:51:20 UTC 2008


Author: miriam
Date: Thu Jun 12 16:51:20 2008
New Revision: 265

URL: http://svn.debian.org/wsvn/?sc=1&rev=265
Log:
New Upstream Release


Added:
    packages/gnash/trunk/debian/control.bk
      - copied unchanged from r264, packages/gnash/trunk/debian/control
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=265&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Jun 12 16:51:20 2008
@@ -1,8 +1,18 @@
-gnash (0.8.3~rc2-2) UNRELEASED; urgency=low
-
+gnash (0.8.3-1) unstable; urgency=low
+
+  * New Upstream Release. Improvements since 0.8.2 release are:
+    - Native fullscreen support (from AS) implemented.
+    - Long command-line options properly supported.
+    - View detailed movie information from GTK gui.
+    - Added an option in Preferences to initially display a movie
+      as a blank ("Click here to start") screen.
+    - Added "dump" GUI to dump a movie to disk.
+    - Improved Cairo rendering performance.
+    - Fix support for OpenOffice Impress SWF exporter (malformed..)
   * Added missing Build-Depends libboost-filesystem-dev (Closes: #480634)
-
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 06 Jun 2008 12:22:22 +0000
+  * Temporarily removed gnash-common-opengl package
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 12 Jun 2008 16:49:26 +0000
 
 gnash (0.8.3~rc2-1) experimental; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=265&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Jun 12 16:51:20 2008
@@ -30,22 +30,6 @@
  plugin for Firefox/Mozilla or Konqueror.
  .
  This package includes the common files/libraries that use AGG (Antigrain)
- as the rendering backend.
-
-Package: gnash-common-opengl
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, base-files (>= 4.0.1~),
- gstreamer0.10-plugins-base, gstreamer0.10-videosink | gstreamer0.10-plugins-good,
- gstreamer0.10-audiosink | gstreamer0.10-alsa
-Recommends: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg, gstreamer0.10-gnomevfs
-Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~), gnash-common
-Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
-Description: free Flash movie player - common files/libraries
- Gnash is a free Flash movie player, which works either standalone, or as
- plugin for Firefox/Mozilla or Konqueror.
- .
- This package includes the common files/libraries that use OpenGL
  as the rendering backend.
 
 Package: gnash

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=265&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Jun 12 16:51:20 2008
@@ -76,10 +76,10 @@
 	mkdir tmp.agg && cd tmp.agg && ../configure $(CONFIGURE_FLAGS)  --enable-gstreamer --enable-media=gst --enable-renderer=agg
 	@printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
 
-	@printf "\n == CONFIGURE / OPENGL ========================================== \n\n"
-	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
-	mkdir tmp.opengl && cd tmp.opengl && ../configure $(CONFIGURE_FLAGS)  --enable-gstreamer --enable-media=gst --enable-renderer=opengl
-	@printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
+#	@printf "\n == CONFIGURE / OPENGL ========================================== \n\n"
+#	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
+#	mkdir tmp.opengl && cd tmp.opengl && ../configure $(CONFIGURE_FLAGS)  --enable-gstreamer --enable-media=gst --enable-renderer=opengl
+#	@printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
 
 	cp libamf/README README.amf
 
@@ -95,17 +95,17 @@
 	$(MAKE) -C tmp.agg VERSION="$(BUILD_VERSION)"
 	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
 
-	@printf "\n == MAKE / OPENGL =============================================== \n\n"
-	$(MAKE) -C tmp.opengl VERSION="$(BUILD_VERSION)"
-	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
+#	@printf "\n == MAKE / OPENGL =============================================== \n\n"
+#	$(MAKE) -C tmp.opengl VERSION="$(BUILD_VERSION)"
+#	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
 
 	@printf "\n == CHECK  / AGG ======================================================= \n\n"
 	$(MAKE) -C tmp.agg check
 	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
 
-	@printf "\n == CHECK  / OPENGL ==================================================== \n\n"
-	$(MAKE) -C tmp.opengl check
-	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
+#	@printf "\n == CHECK  / OPENGL ==================================================== \n\n"
+#	$(MAKE) -C tmp.opengl check
+#	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
 
 	touch $@
 
@@ -169,9 +169,9 @@
 	$(MAKE) -C tmp.agg install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
 	@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
 
-	@printf "\n == INSTALL / OPENGL ============================================ \n\n"
-	$(MAKE) -C tmp.opengl install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp.opengl
-	@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
+#	@printf "\n == INSTALL / OPENGL ============================================ \n\n"
+#	$(MAKE) -C tmp.opengl install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp.opengl
+#	@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
 
 	install -d $(CURDIR)/debian/tmp/usr/share/apps/klash
 	install -d $(CURDIR)/debian/tmp/usr/share/services




More information about the pkg-flash-devel mailing list