[Pkg-haskell-commits] darcs: haskell-gstreamer: Initial release. (Closes: #583261)
Marco Túlio Gontijo e Silva
marcot at debian.org
Tue May 31 14:47:56 UTC 2011
Wed May 26 20:28:13 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
* Initial release. (Closes: #583261)
Ignore-this: 1f104c2e4535e6a0b0560904e8b1fe27
A ./changelog
A ./compat
A ./control
A ./copyright
A ./libghc6-gstreamer-dev.preinst
A ./rules
A ./source/
A ./source/format
A ./watch
Wed May 26 20:28:13 UTC 2010 Marco Túlio Gontijo e Silva <marcot at debian.org>
* Initial release. (Closes: #583261)
Ignore-this: 1f104c2e4535e6a0b0560904e8b1fe27
diff -rN -u old-haskell-gstreamer//changelog new-haskell-gstreamer//changelog
--- old-haskell-gstreamer//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//changelog 2011-05-31 14:47:56.409278503 +0000
@@ -0,0 +1,5 @@
+haskell-gstreamer (0.11.0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #583261)
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org> Wed, 26 May 2010 15:06:41 -0300
diff -rN -u old-haskell-gstreamer//compat new-haskell-gstreamer//compat
--- old-haskell-gstreamer//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//compat 2011-05-31 14:47:56.357276294 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-gstreamer//control new-haskell-gstreamer//control
--- old-haskell-gstreamer//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//control 2011-05-31 14:47:56.405273199 +0000
@@ -0,0 +1,77 @@
+Source: haskell-gstreamer
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+ , libghc6-mtl-dev
+ , libghc6-mtl-prof
+ , libghc6-glib-dev (>= 0.11)
+ , libghc6-glib-dev (<< 0.12)
+ , libghc6-glib-prof
+ , libgstreamer0.10-dev
+ , gtk2hs-buildtools
+ , libgstreamer-plugins-base0.10-dev
+Build-Depends-Indep: ghc6-doc
+ , libghc6-mtl-doc
+ , libghc6-glib-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/gstreamer
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gstreamer
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gstreamer
+
+Package: libghc6-gstreamer-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libgstreamer0.10-dev
+ , libgstreamer-plugins-base0.10-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GStreamer open source multimedia framework
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the GStreamer C library. GStreamer is a
+ library for constructing graphs of media-handling components. The applications
+ it supports range from simple OggVorbis playback, audiovideo streaming to
+ complex audio (mixing) and video (non-linear editing) processing.
+
+Package: libghc6-gstreamer-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the GStreamer open source multimedia framework; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the GStreamer C library. GStreamer is a
+ library for constructing graphs of media-handling components. The applications
+ it supports range from simple OggVorbis playback, audiovideo streaming to
+ complex audio (mixing) and video (non-linear editing) processing.
+
+Package: libghc6-gstreamer-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Binding to the GStreamer open source multimedia framework; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides a wrapper around the GStreamer C library. GStreamer is a
+ library for constructing graphs of media-handling components. The applications
+ it supports range from simple OggVorbis playback, audiovideo streaming to
+ complex audio (mixing) and video (non-linear editing) processing.
diff -rN -u old-haskell-gstreamer//copyright new-haskell-gstreamer//copyright
--- old-haskell-gstreamer//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//copyright 2011-05-31 14:47:56.357276294 +0000
@@ -0,0 +1,19 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: gstreamer
+Maintainer: gtk2hs-users at sourceforge.net
+Source: http://hackage.haskell.org/packages/archive/gstreamer/0.11.0/gstreamer-0.11.0.tar.gz
+
+Copyright: 2001-2010, The Gtk2Hs Team
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 2.1 of the License, or (at your option)
+ any later version.
+ .
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ details.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
diff -rN -u old-haskell-gstreamer//libghc6-gstreamer-dev.preinst new-haskell-gstreamer//libghc6-gstreamer-dev.preinst
--- old-haskell-gstreamer//libghc6-gstreamer-dev.preinst 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//libghc6-gstreamer-dev.preinst 2011-05-31 14:47:56.353276619 +0000
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "upgrade" ]
+then
+ ghc-pkg unregister --force gstreamer-`echo $2 | sed 's/-.*//'` \
+ > /dev/null 2>&1 \
+ || true
+fi
diff -rN -u old-haskell-gstreamer//rules new-haskell-gstreamer//rules
--- old-haskell-gstreamer//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//rules 2011-05-31 14:47:56.357276294 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-gstreamer//source/format new-haskell-gstreamer//source/format
--- old-haskell-gstreamer//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//source/format 2011-05-31 14:47:56.353276619 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gstreamer//watch new-haskell-gstreamer//watch
--- old-haskell-gstreamer//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gstreamer//watch 2011-05-31 14:47:56.353276619 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gstreamer-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/gstreamer \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list