r84 - in /packages/gnash/trunk/debian: changelog control rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Fri Jun 8 23:10:51 UTC 2007


Author: baby-guest
Date: Fri Jun  8 23:10:51 2007
New Revision: 84

URL: http://svn.debian.org/wsvn/?sc=1&rev=84
Log:
Removed checks


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=84&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Jun  8 23:10:51 2007
@@ -1,12 +1,13 @@
-gnash (0.7.2+cvs20070608.1352-1) unstable; urgency=low
+gnash (0.8.0~cvs20070608.2100-1) unstable; urgency=low
 
-  * New Upstream Release. Downloaded from CVS.
+  * New Upstream Release. Downloaded from CVS. Release Branch 0.8.0
   * Added ming_headers.patch patch so that the missing definitions in ming
     headers are available for the check. Closes: #425888
-  * Make check is made non fatal error again.
+  * Removed $(MAKE) check. Does not seem to be able to finish in my computer.
   * Changed build dependency from automake1.9 to automake | automake1.9
+  * Changed renderer to OpenGL again. Klash won't compile against AGG. Fuck!
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 08 Jun 2007 13:52:41 +0000
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 08 Jun 2007 18:59:46 +0000
 
 gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=84&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri Jun  8 23:10:51 2007
@@ -38,6 +38,29 @@
  control for other devices or applications.
  .
  This package includes the standalone GTK+-based OpenGL player.
+ .
+  Homepage: http://www.gnu.org/software/gnash/
+
+Package: klash
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: free Flash movie player
+ Gnash is a free Flash movie player, which works either standalone, or as
+ plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
+ The plugins are under heavy development at this time.
+ .
+ Gnash supports the majority of Flash opcodes up to SWF version 7, and
+ a wide sampling of ActionScript classes for SWF version 8.5. All the
+ core ones are implemented, and many of the newer ones work, but may be
+ missing some of their methods.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the Flash specification. This lets a flash movie communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets a movie be a remote
+ control for other devices or applications.
+ .
+ Klash is the standalone KDE-based player.
  .
   Homepage: http://www.gnu.org/software/gnash/
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=84&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Jun  8 23:10:51 2007
@@ -55,7 +55,7 @@
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 		--enable-mp3 --enable-plugin --enable-klash --enable-sound=sdl \
-		--enable-gstreamer --enable-media=gst --enable-renderer=agg \
+		--enable-gstreamer --enable-media=gst --enable-renderer=opengl \
 		--with-plugindir=\$${prefix}/lib/gnash \
 		--enable-shared=yes --enable-static=yes --enable-sdk-install \
 		--disable-rpath --enable-lotsa-warnings --without-gcc-arch
@@ -73,9 +73,9 @@
 	$(MAKE)
 	@printf "\n ----------------------------------------------- End of MAKE ---- \n\n"
 
-	@printf "\n == CHECK ======================================================= \n\n"
-	-$(MAKE) check
-	@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
+	@#@printf "\n == CHECK ======================================================= \n\n"
+	@#-$(MAKE) check
+	@#@printf "\n ---------------------------------------------- End of CHECK ---- \n\n"
 
 	touch build-stamp
 




More information about the pkg-flash-devel mailing list