--- theorur-0.5.5.orig/Makefile.in +++ theorur-0.5.5/Makefile.in @@ -35,7 +35,7 @@ all: theorur theorur: theorur.o interface.o config_files.o tooltips.o man_gzip - $(CC) $(CFLAGS) @GTK_LIBS@ @GTK_CFLAGS@ -DVERSION="\"$(VERSION)\"" theorur.o interface.o config_files.o tooltips.o -o theorur + $(CC) $(CFLAGS) @GTK_CFLAGS@ -DVERSION="\"$(VERSION)\"" theorur.o interface.o config_files.o tooltips.o -o theorur @GTK_LIBS@ theorur.o: theorur.c $(CC) @GTK_CFLAGS@ -DINTLPREFIX="\"$(INTLPREFIX)\"" -DVERSION="\"$(VERSION)\"" -c theorur.c -o theorur.o --- theorur-0.5.5.orig/debian/source.lintian-overrides +++ theorur-0.5.5/debian/source.lintian-overrides @@ -0,0 +1 @@ +theorur source: configure-generated-file-in-source config.log --- theorur-0.5.5.orig/debian/changelog +++ theorur-0.5.5/debian/changelog @@ -0,0 +1,13 @@ +theorur (0.5.5-0ubuntu2) oneiric; urgency=low + + * Fix link order to list libraries after the objects that require them + (LP: #832903). + + -- Colin Watson Sun, 11 Sep 2011 16:43:54 +0100 + +theorur (0.5.5-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #230440). + * Add theorur.desktop. + + -- Alessio Treglia Tue, 17 Feb 2009 19:54:58 +0100 --- theorur-0.5.5.orig/debian/rules +++ theorur-0.5.5/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + cd $(CURDIR)/po; $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + rm -f aclocal.m4 config.status config.sub config.guess config.log Makefile + rm -fr autom4te.cache config.cache + rm -f po/*.mo + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +binary-indep: build install + dh_lintian + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs documentation/CHANGES + dh_installdocs + dh_install theorur usr/bin + dh_install po/pt_BR.mo usr/share/locale/pt_BR/LC_MESSAGES + dh_install debian/theorur.desktop usr/share/applications + dh_installmenu debian/menu + dh_installman man/theorur.1 + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- theorur-0.5.5.orig/debian/menu +++ theorur-0.5.5/debian/menu @@ -0,0 +1,3 @@ +?package(theorur): needs="X11" section="Applications/Network/Communication"\ + title="Theorur"\ + command="/usr/bin/theorur" --- theorur-0.5.5.orig/debian/watch +++ theorur-0.5.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.students.ic.unicamp.br/~ra017126/theorur-(.*)\.tar\.gz --- theorur-0.5.5.orig/debian/compat +++ theorur-0.5.5/debian/compat @@ -0,0 +1 @@ +6 --- theorur-0.5.5.orig/debian/control +++ theorur-0.5.5/debian/control @@ -0,0 +1,25 @@ +Source: theorur +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alessio Treglia +Build-Depends: debhelper (>= 6.0.7), autotools-dev, libgtk2.0-dev +Standards-Version: 3.8.0 +Homepage: http://theorur.tvlivre.org/ + +Package: theorur +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ffmpeg2theora, dvgrab, oggfwd +Description: simple tool for Ogg/Theora streaming written in GTK+2 + Graphical user interface written using GTK+2 for Ogg/Theora video and audio + streaming over an Icecast2 system. + . + Theorur allows you to: + 1) take a feed from your IEEE1394 DV port, or a DV channel/device on your DV + network. You could feed analog video through the A/V input on a DV camera; + 2) use IceCast servers, so you can send to an Icecast receiver, or to a hired + IcesCast server hoster; + 3) taylor it to your upload bandwidth capacity; + 4) stream from your DV Camera, Firewire Sound Mixing desk (there a only a + few applications that work with firewire mixers in GNU/Linux) and firewire + DVD players. --- theorur-0.5.5.orig/debian/copyright +++ theorur-0.5.5/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: Theorur +Upstream-Maintainer: Rafael Diniz +Upstream-Source: http://www.students.ic.unicamp.br/~ra017126/ +Debianized-By: Alessio Treglia +Debianized-Date: Tue, 17 Feb 2009 19:54:58 +0100 + +Files: * +Copyright: Copyright 2006-2009 Rafael Diniz +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +X-Comment: On Debian GNU/Linux systems, the complete text of the GNU + General Public License can be found in /usr/share/common-licenses/GPL-3 + +Files: debian/* +Copyright: Copyright 2009 Alessio Treglia +License: GPL-3+ + See above. --- theorur-0.5.5.orig/debian/docs +++ theorur-0.5.5/debian/docs @@ -0,0 +1 @@ +documentation/README.* --- theorur-0.5.5.orig/debian/theorur.desktop +++ theorur-0.5.5/debian/theorur.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Theorur +Comment=Broadcast multimedia streams over an Icecast system +Exec=theorur +Terminal=false +Type=Application +Categories=AudioVideo; +