--- klear-0.6.1.orig/debian/patches/01_disable-rpath.patch +++ klear-0.6.1/debian/patches/01_disable-rpath.patch @@ -0,0 +1,12 @@ +diff -Nur -- klear-0.6.0/SConstruct klear-0.6.0.new/SConstruct +--- klear-0.6.0/SConstruct 2006-10-15 10:14:05.000000000 +0200 ++++ klear-0.6.0.new/SConstruct 2006-12-13 05:08:29.000000000 +0100 +@@ -18,7 +18,7 @@ + + ## Load the builders in config + env = Environment(tools=['default', 'generic', 'kde', 'parser'], toolpath=['./', './bksys']) +-env.KDEuse("environ rpath") ++env.KDEuse("environ") + + #env['DUMPCONFIG']=1 + --- klear-0.6.1.orig/debian/copyright +++ klear-0.6.1/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Marcus Czeslinski on +Wed, 8 Nov 2006 00:41:09 +0100. + +It was downloaded from http://www.klear.org + +Copyright Holder: Marco Kraus , Franziska Haeger + , Omar El-Dakhloul , Manuel Habermann + , Patric Sherif + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The license file can be found in distfiles/COPYING + +The Debian packaging is (C) 2006, Marcus Czeslinski and +is licensed under the GPL version 2, or (at your option) any later version, +see `/usr/share/common-licenses/GPL'. --- klear-0.6.1.orig/debian/klear.desktop +++ klear-0.6.1/debian/klear.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Klear +GenericName=DVB-TV/Harddiskrecorder +Exec=klear +Icon=klear +Type=Application +Terminal=false +X-KDE-StartupNotify=false +Categories=Qt;KDE;AudioVideo;Recorder; --- klear-0.6.1.orig/debian/klear.manpages +++ klear-0.6.1/debian/klear.manpages @@ -0,0 +1 @@ +distfiles/klear.1 --- klear-0.6.1.orig/debian/changelog +++ klear-0.6.1/debian/changelog @@ -0,0 +1,24 @@ +klear (0.6.1-0ubuntu1) hardy; urgency=low + + * New upstream release + * debian/control: + - merge "Description" from debian/DEBIAN/control + - add XSBC-Original-Maintainer and change Maintainer to + Ubuntu MOTU Developers + + -- Marcus Czeslinski Sat, 30 Nov 2007 22:30:01 +0100 + +klear (0.6.0-0ubuntu2) hardy; urgency=low + + * Adjust dependencies for new xine packages, LP: #159338 + + -- Reinhard Tartler Thu, 01 Nov 2007 15:53:26 -0400 + +klear (0.6.0-0ubuntu1) feisty; urgency=low + + * Initial release + * add and install new klear.desktop file + * debian/copyright: add note for distfiles/COPYING + * debian/patches: add 01_disable-rpath.patch + + -- Marcus Czeslinski Sun, 3 Dec 2006 18:38:41 +0100 --- klear-0.6.1.orig/debian/compat +++ klear-0.6.1/debian/compat @@ -0,0 +1 @@ +5 --- klear-0.6.1.orig/debian/control +++ klear-0.6.1/debian/control @@ -0,0 +1,20 @@ +Source: klear +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Marcus Czeslinski +Build-Depends: debhelper (>= 5), cdbs, scons, kdelibs4-dev, + libxine-dev (>= 1.0.2), libxtst-dev +Standards-Version: 3.7.2.2 +Homepage: http://www.klear.org + +Package: klear +Architecture: any +Depends: ${shlibs:Depends}, libxine1-x | libxine1 (<< 1.1.8-2) +Recommends: dvb-utils +Description: DVB TV viewer and harddisk recorder for KDE + Klear is a DVB viewer and harddiskrecorder for KDE with integrated harddisk + recorder. You can view digital TV and record video streams from your DVB + device and use all advantages of digital television (EPG, OSD, videotext). + It supports almost all DVB devices supported by Linux, including all budget + devices. --- klear-0.6.1.orig/debian/docs +++ klear-0.6.1/debian/docs @@ -0,0 +1 @@ +distfiles/README --- klear-0.6.1.orig/debian/rules +++ klear-0.6.1/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_SCONS_PREFIX=/usr + +CONFIG_STATUS=$(DEB_BUILDDIR)/config.status +SCONS_CMD=scons + +common-configure-arch common-configure-indep:: common-configure-impl +common-configure-impl:: $(CONFIG_STATUS) +$(CONFIG_STATUS): + $(SCONS_CMD) configure prefix=$(DEB_SCONS_PREFIX) + touch $(CONFIG_STATUS) + +common-build-arch common-build-indep:: common-build-impl +common-build-impl:: + $(SCONS_CMD) + +common-install-arch common-install-indep:: common-install-impl +common-install-impl:: + DESTDIR=$(DEB_DESTDIR) $(SCONS_CMD) install + +install/klear:: + chmod -x $(CURDIR)/debian/klear/usr/share/apps/klear/media/ts_stopp.png + chmod -x $(CURDIR)/debian/klear/usr/share/apps/klear/media/ts_start.png + dh_install debian/klear.desktop usr/share/applications/kde + rm -rf debian/klear/usr/share/applnk + +clean:: + rm -rf build/ + rm -rf bin/klear + rm -rf cache/