r370 - in /packages/gnash/trunk/debian: changelog control klash-opengl.bk.install klash-opengl.bk.links klash-opengl.install klash-opengl.links rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Wed Feb 17 23:11:58 UTC 2010


Author: miriam
Date: Wed Feb 17 23:11:57 2010
New Revision: 370

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=370
Log:
Added KDE4/OpenGL packages


Added:
    packages/gnash/trunk/debian/klash-opengl.install
      - copied unchanged from r368, packages/gnash/trunk/debian/klash-opengl.bk.install
    packages/gnash/trunk/debian/klash-opengl.links
      - copied unchanged from r368, packages/gnash/trunk/debian/klash-opengl.bk.links
Removed:
    packages/gnash/trunk/debian/klash-opengl.bk.install
    packages/gnash/trunk/debian/klash-opengl.bk.links
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/pkg-flash/packages/gnash/trunk/debian/changelog?rev=370&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Feb 17 23:11:57 2010
@@ -15,6 +15,7 @@
   * Refreshed patches
   * Upgraded Standards-Version from 3.8.3 to 3.8.4
   * Removed dh_desktop from debian/rules (deprecated)
+  * Upgraded build dependencies
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 15 Feb 2010 11:12:23 +0100
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=370&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Wed Feb 17 23:11:57 2010
@@ -15,7 +15,7 @@
  libboost-date-time1.35-dev | libboost-date-time1.34.1-dev | libboost-date-time-dev, libgtk2.0-dev,
  libpango1.0-dev, libatk1.0-dev, python2.6-dev | python2.5-dev | python2.4-dev, kdelibs5-dev,
  libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, libswscale-dev, libspeex-dev,
- libgl1-mesa-dev, libsdl1.2-dev
+ libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev
 Standards-Version: 3.8.4
 Section: utils
 Homepage: http://www.gnu.org/software/gnash/
@@ -134,9 +134,6 @@
  .
  Klash is the free standalone SWF movie player for KDE that use OpenGL
  as the rendering backend.
- .
- This package is currently a fake. Gnash does not currently support OpenGL
- on KDE4, so we're falling back on AGG until it's ready.
 
 Package: gnash-tools
 Section: utils

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=370&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Wed Feb 17 23:11:57 2010
@@ -103,7 +103,7 @@
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
 	if ! test -d tmp.opengl; then printf "\ntmp.opengl already exists!!!\n\n"; fi
 	mkdir -p tmp.opengl
-	cd tmp.opengl && ../configure VERSION="$(BUILD_VERSION)" $(CONFIGURE_FLAGS)  --enable-media=ffmpeg --enable-renderer=ogl --enable-gui='gtk'; \
+	cd tmp.opengl && ../configure VERSION="$(BUILD_VERSION)" $(CONFIGURE_FLAGS)  --enable-media=ffmpeg --enable-renderer=ogl --enable-gui='gtk,kde4'; \
 	printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
 
 	cp libamf/README README.amf
@@ -213,13 +213,13 @@
 	$(MAKE) -C tmp.agg install-plugins VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp
 	printf "\n ------------------------------------ End of INSTALL PLUGINS ---- \n\n"
 
-#	printf "\n == LIST OF FILES =============================================== \n\n"
-#	cd $(CURDIR)/debian/tmp && find
-#	printf "\n -------------------------------------- End of LIST OF FILES ---- \n\n"
-#
-#	printf "\n == LIST OF FILES / OPENGL ====================================== \n\n"
-#	cd $(CURDIR)/debian/tmp.opengl && find
-#	printf "\n ----------------------------- End of LIST OF FILES / OPENGL ---- \n\n"
+	printf "\n == LIST OF FILES =============================================== \n\n"
+	cd $(CURDIR)/debian/tmp && find
+	printf "\n -------------------------------------- End of LIST OF FILES ---- \n\n"
+
+	printf "\n == LIST OF FILES / OPENGL ====================================== \n\n"
+	cd $(CURDIR)/debian/tmp.opengl && find
+	printf "\n ----------------------------- End of LIST OF FILES / OPENGL ---- \n\n"
 
 # CREATE PACKAGES
 




More information about the pkg-flash-devel mailing list