r412 - in /packages/gnash/trunk/debian: changelog rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Sun Aug 22 21:50:14 UTC 2010


Author: miriam
Date: Sun Aug 22 21:50:14 2010
New Revision: 412

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=412
Log:
Removed get-bzr-source from debian/rules


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=412&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Sun Aug 22 21:50:14 2010
@@ -14,7 +14,9 @@
       Scriptable Plugin support so Javascript in the browser can
       work with ActionScript in Gnash.
     - Improved input device handling when using a raw framebuffer.
-  * Removed patch: build_on_ia64.patch, no longer needed
+  * Refreshed patches. Removed patch: build_on_ia64.patch, no longer needed
+  * Modified ./configure parameters: --enable-media='gst,ffmpeg'
+  * Removed get-bzr-source target from debian/rules. Upstream has moved to git
 
   [ Gabriele Giacone ]
   * New desktop files translations.
@@ -23,7 +25,7 @@
     + Vietnamese (Closes: #576139)
   * Added Vcs-* fields.
 
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Sun, 22 Aug 2010 10:47:57 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sun, 22 Aug 2010 23:19:46 +0200
 
 gnash (0.8.8~bzr20100809.2250-1) experimental; urgency=low
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=412&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sun Aug 22 21:50:14 2010
@@ -68,7 +68,7 @@
 		--enable-jemalloc \
 		--enable-sdkinstall \
 		--enable-hwaccel=none \
-		--enable-media=gst \
+		--enable-media='gst,ffmpeg' \
 		--enable-gui='gtk,kde4' \
 		--enable-renderer=all \
 		--enable-plugin \
@@ -241,16 +241,5 @@
 	dh_md5sums
 	dh_builddeb
 
-VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.8~bzr$(VERSION_DATE)
-get-bzr-source:
-	echo Downloading gnash $(VERSION_ID) from Bazaar...
-	#test -e gnashd && exit
-	bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk/ gnash
-	tar cvfz "gnash_$(VERSION_ID).orig.tar.gz" gnash
-	mv gnash "gnash-$(VERSION_ID)"
-	cp debian "gnash-$(VERSION_ID)" -a
-	cd "gnash-$(VERSION_ID)"; dch -v "$(VERSION_ID)-1" "New Upstream Release. Downloaded from Bazaar."
-
 binary: binary-indep binary-arch
 .PHONY: config build clean binary-indep binary-arch binary install get-bzr-source patch




More information about the pkg-flash-devel mailing list