r191 - in /packages/gnash/trunk/debian: README.Debian changelog control

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Feb 14 15:28:13 UTC 2008


Author: baby-guest
Date: Thu Feb 14 15:28:13 2008
New Revision: 191

URL: http://svn.debian.org/wsvn/?sc=1&rev=191
Log:
Fixed dependencies
Added README.Debian file


Added:
    packages/gnash/trunk/debian/README.Debian
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control

Added: packages/gnash/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/README.Debian?rev=191&op=file
==============================================================================
--- packages/gnash/trunk/debian/README.Debian (added)
+++ packages/gnash/trunk/debian/README.Debian Thu Feb 14 15:28:13 2008
@@ -1,0 +1,35 @@
+Gnash for Debian
+----------------
+
+Please make sure you  have a URL handling gstreamer plugin, such as
+gnomevfssrc, neonhttpsrc or souphttpsrc for playing NetStream playback.
+
+Note that if you use neonhttpsrc you must install it from Gstreamer
+CVS; otherwise it won't be compatible with youtube.
+
+For a nonexhaustive list of modules you will need, please see
+http://bjacques.org/gst-plugins:
+
+gnomevfs *or* souphttpsrc *or* [neonhttpsrc from gstreamer svn] *or* giosrc
+
+ffmpegcolorspace
+capsfilter
+videoscale
+fakesink
+autoaudiosink
+alsasink (or your preferred audio sink)
+audioconvert
+
+For FLV playback (YouTube and friends):
+mpegvideoparse (plugins-ugly)
+gst-ffmpeg
+
+For MP3 playback (YouTube and friends):
+mpegaudioparse (plugins-ugly)
+mad (plugins-ugly) *or* flump3dec
+
+In addition or instead of the above, Gnash is compatible with any other
+streamer audio and/or video codecs Gstreamer supports, such as Ogg 
+Theora-vorbis, dirac-vorbis etc.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=191&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:28:13 2008
@@ -24,6 +24,10 @@
   * Added Lintian overrides to ignore warning: description-contains-homepage
     Keeping Homepage in long description for some time for backports.
   * Added links from gnash manpage to gtk-gnash, kde-gnash and klash.
+  * Removed unneeded build-deps: libdirectfb-dev
+  * Added versioned build dependency on libqt3-mt-dev >= 3.3.8 to make sure
+    that it is licensed under a GPLv3 compatible license. (Closes: #464615)
+  * Added recommends to gstreamer0.10-gnomevfs in gnash-common
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=191&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Thu Feb 14 15:28:13 2008
@@ -6,10 +6,10 @@
  automake1.9 | automake, libtool, libltdl3-dev, help2man, libxmu-dev, dejagnu,
  autotools-dev, libboost-dev, libboost-thread-dev, libxml2-dev, libjpeg-dev,
  libpng12-dev | libpng-dev, libagg-dev, libgstreamer0.10-dev, libkonq4-dev,
- libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev, libdirectfb-dev,
+ libpango1.0-dev | pango-devel, libgtkglext1-dev, libmad0-dev,
  libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
  libcaca-dev, libboost-date-time-dev, libavcodec-dev, libavformat-dev, libming-dev,
- libming-util, mtasc, libgstreamer-plugins-base0.10-dev,
+ libming-util, mtasc, libgstreamer-plugins-base0.10-dev, libqt3-mt-dev (>=3.3.8),
  libboost-serialization-dev, python, base-files (>= 4.0.1)
 Standards-Version: 3.7.3
 Section: utils
@@ -22,7 +22,7 @@
 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
+Recommends: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg, gstreamer0.10-gnomevfs
 Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
 Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
 Description: free Flash movie player - common files/libraries
@@ -36,7 +36,7 @@
 Package: gnash
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${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.
@@ -59,7 +59,7 @@
 Package: klash
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - standalone player for KDE
  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.
@@ -82,7 +82,7 @@
 Package: gnash-tools
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Command-line Tools
  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.
@@ -105,7 +105,7 @@
 Package: gnash-cygnal
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: free Flash movie player - Media server
  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.




More information about the pkg-flash-devel mailing list