[Restricted-changes] r129 - in dists/trunk: . transcode transcode/debian

fabian-guest at alioth.debian.org fabian-guest at alioth.debian.org
Fri Jul 20 07:15:48 UTC 2007


Author: fabian-guest
Date: 2007-07-20 07:15:48 +0000 (Fri, 20 Jul 2007)
New Revision: 129

Added:
   dists/trunk/transcode/
   dists/trunk/transcode/debian/
   dists/trunk/transcode/debian/changelog
   dists/trunk/transcode/debian/compat
   dists/trunk/transcode/debian/control
   dists/trunk/transcode/debian/copyright
   dists/trunk/transcode/debian/rules
   dists/trunk/transcode/debian/transcode-doc.dirs
   dists/trunk/transcode/debian/transcode-doc.doc-base
   dists/trunk/transcode/debian/transcode-doc.docs
   dists/trunk/transcode/debian/transcode.docs
   dists/trunk/transcode/debian/watch
Log:
Very first transcode draft


Added: dists/trunk/transcode/debian/changelog
===================================================================
--- dists/trunk/transcode/debian/changelog	                        (rev 0)
+++ dists/trunk/transcode/debian/changelog	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,5 @@
+transcode (1.0.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Sun,  1 Jul 2007 00:00:00 +0200

Added: dists/trunk/transcode/debian/compat
===================================================================
--- dists/trunk/transcode/debian/compat	                        (rev 0)
+++ dists/trunk/transcode/debian/compat	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1 @@
+5

Added: dists/trunk/transcode/debian/control
===================================================================
--- dists/trunk/transcode/debian/control	                        (rev 0)
+++ dists/trunk/transcode/debian/control	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,29 @@
+Source: transcode
+Section: graphics
+Priority: optional
+Maintainer: Fabian Greffrath <fabian at debian-unofficial.org>
+Build-Depends: debhelper (>= 5), autotools-dev, libavcodec-dev, libmpeg2-4-dev
+Standards-Version: 3.7.2
+
+Package: transcode
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: transcode-doc
+Suggests: ffmpeg, sox, toolame
+Description: text console video-stream processing tool
+ transcode is a text console video-stream processing tool. It supports
+ elementary video and audio frame transformations. Some example modules are
+ included to enable import of MPEG-1/2, Digital Video, and other formats. It
+ also includes export modules for writing to AVI files with DivX, OpenDivX,
+ XviD, Digital Video or other codecs. Direct DVD transcoding is also supported.
+ A set of tools is available to extract and decode the sources into raw
+ video/audio streams for import and to enable post-processing of AVI files.
+
+Package: transcode-doc
+Architecture: all
+Recommends: transcode
+Description: text console video-stream processing tool (documentation)
+ transcode is a text console video-stream processing tool. It supports
+ elementary video and audio frame transformations.
+ .
+ This package contains the documentation.

Added: dists/trunk/transcode/debian/copyright
===================================================================
--- dists/trunk/transcode/debian/copyright	                        (rev 0)
+++ dists/trunk/transcode/debian/copyright	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,38 @@
+This package was debianized by Fabian Greffrath <fabian at debian-unofficial.org> on
+Fri, 13 Jul 2007 09:42:53 +0200.
+
+It was downloaded from <http://www.transcoding.org/cgi-bin/transcode?Download>
+
+Upstream Author(s): 
+
+	Thomas Östreich <ostreich at theorie.physik.uni-goettingen.de>,
+	Tilmann Bitterberg <transcode at tibit.org>,
+	Erik Slagter <erik at oldconomy.com>,
+	Jacob Meuser <jakemsr at jakemsr.com>,
+	Francesco Romani <fromani at gmail.com>
+	and others (see `/usr/share/doc/transcode/AUTHORS').
+
+Copyright: 
+
+	Copyright (C) 2001-2003 Thomas Östreich,
+	              2003-2004 Tilmann Bitterberg
+	and contributors.
+
+License:
+
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation; either version 2 of the License, or
+	(at your option) any later version.
+
+	This program 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 General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+The Debian packaging is (C) 2007, Fabian Greffrath <fabian at debian-unofficial.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: dists/trunk/transcode/debian/rules
===================================================================
--- dists/trunk/transcode/debian/rules	                        (rev 0)
+++ dists/trunk/transcode/debian/rules	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,81 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+
+	./configure CFLAGS="$(CFLAGS)" --prefix=/usr \
+		--enable-libavcodec --enable-libmpeg2 --disable-lame
+
+build: build-stamp
+build-stamp: config.status
+	dh_testdir
+
+	$(MAKE)
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	$(MAKE) distclean
+
+	rm -f tc_pkg_rpt_file tc_pkg_err_file
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) DESTDIR=$(CURDIR)/debian/transcode install
+
+	# Cleaning out libtool-archives from transcode
+	rm -f debian/transcode/usr/lib/transcode/*.la
+
+	# Moving documentation to transcode-doc package
+	mv -f debian/transcode/usr/share/doc/transcode debian/transcode-doc/usr/share/doc/transcode-doc
+
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i ChangeLog
+	dh_installdocs -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a ChangeLog
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_installman -a
+	dh_link -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: dists/trunk/transcode/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: dists/trunk/transcode/debian/transcode-doc.dirs
===================================================================
--- dists/trunk/transcode/debian/transcode-doc.dirs	                        (rev 0)
+++ dists/trunk/transcode/debian/transcode-doc.dirs	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1 @@
+usr/share/doc

Added: dists/trunk/transcode/debian/transcode-doc.doc-base
===================================================================
--- dists/trunk/transcode/debian/transcode-doc.doc-base	                        (rev 0)
+++ dists/trunk/transcode/debian/transcode-doc.doc-base	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,9 @@
+Document: transcode-doc
+Title: Example transcode sessions
+Author: Thomas Östreich
+Abstract: Linux Video Stream Processing Tool - Examples
+Section: graphics
+
+Format: HTML
+Index: /usr/share/doc/transcode-doc/html/index.html
+Files: /usr/share/doc/transcode-doc/html/*.html

Added: dists/trunk/transcode/debian/transcode-doc.docs
===================================================================
--- dists/trunk/transcode/debian/transcode-doc.docs	                        (rev 0)
+++ dists/trunk/transcode/debian/transcode-doc.docs	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,5 @@
+AUTHORS
+INSTALL
+README
+README-1.0.1
+TODO

Added: dists/trunk/transcode/debian/transcode.docs
===================================================================
--- dists/trunk/transcode/debian/transcode.docs	                        (rev 0)
+++ dists/trunk/transcode/debian/transcode.docs	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,4 @@
+AUTHORS
+README
+README-1.0.1
+TODO

Added: dists/trunk/transcode/debian/watch
===================================================================
--- dists/trunk/transcode/debian/watch	                        (rev 0)
+++ dists/trunk/transcode/debian/watch	2007-07-20 07:15:48 UTC (rev 129)
@@ -0,0 +1,3 @@
+version=3
+
+http://transcode.kabewm.com/transcode-(.*)\.tar\.bz2




More information about the Restricted-changes mailing list