r270 - in /packages/gnash/trunk/debian: TODO.Debian changelog control control.bk rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Fri Jun 13 07:02:47 UTC 2008


Author: miriam
Date: Fri Jun 13 07:02:47 2008
New Revision: 270

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=270
Log:
Allowed opengl again
compile man pages in rules


Removed:
    packages/gnash/trunk/debian/control.bk
Modified:
    packages/gnash/trunk/debian/TODO.Debian
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/TODO.Debian?rev=270&op=diff
==============================================================================
--- packages/gnash/trunk/debian/TODO.Debian (original)
+++ packages/gnash/trunk/debian/TODO.Debian Fri Jun 13 07:02:47 2008
@@ -1,4 +1,3 @@
 * Add a menu file and uncomment dh_installmenu in the debian/rules.
 * Create a better icon.
-* Find a way to generate man pages without $DISPLAY.
 * Add LDFLAGS="-Wl,-z,defs" to ./configure in rules.

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=270&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri Jun 13 07:02:47 2008
@@ -11,9 +11,9 @@
     - Improved Cairo rendering performance.
     - Fix support for OpenOffice Impress SWF exporter (malformed..)
   * Added missing Build-Depends libboost-filesystem-dev (Closes: #480634)
-  * Temporarily removed gnash-common-opengl package
   * Fixed patch do-not-delete-gmo-files
   * Modified README.Debian file
+  * Generate man pages while building the package
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 12 Jun 2008 16:49:26 +0000
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=270&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Fri Jun 13 07:02:47 2008
@@ -30,6 +30,22 @@
  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/pkg-flash/packages/gnash/trunk/debian/rules?rev=270&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Jun 13 07:02:47 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 $@
 
@@ -141,7 +141,7 @@
 	-rm -rf libltdl/autom4te.cache
 	-rm -f libltdl/* ltmain.sh
 
-	#cd debian/h2m; $(MAKE) clean
+	cd debian/h2m; $(MAKE) clean
 
 	-rm -f README.amf
 
@@ -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
@@ -180,7 +180,7 @@
 	$(MAKE) -C tmp.agg install-plugins VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
 	@printf "\n ------------------------------------ End of INSTALL PLUGINS ---- \n\n"
 
-	#cd debian/h2m; $(MAKE)
+	cd debian/h2m; $(MAKE)
 
 # CREATE PACKAGES
 




More information about the pkg-flash-devel mailing list