debian/0000775000000000000000000000000012260622253007170 5ustar debian/copyright0000664000000000000000000000217412030604776011134 0ustar This package was debianized by John Baab on Thu, 10 Dec 2009 18:12:20 -0500 Upstream Author: Copyright: © 2005-2008 Silicondust Engineering Ltd. 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 3 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 & Ubuntu systems, a complete copy of the GPL can be found under /usr/share/common-licenses/GPL-3 The Debian packaging is Copyright 2009, John Baab and is licensed under the GPL-3, or (at your option) any later version. debian/README.source0000664000000000000000000000013212030604776011350 0ustar This package uses dpatch for more information see: /usr/share/doc/dpatch/README.source.gz debian/hdhr.desktop0000664000000000000000000000043112030604776011513 0ustar [Desktop Entry] Name=HDHomeRun Config GUI Comment=A GUI for configuration of HDHomeRun devices GenericName=HDHomeRun GUI Exec=hdhomerun_config_gui Type=Application Icon=/usr/share/pixmaps/hdhr.xpm Categories=GNOME;AudioVideo;Audio;Video; X-AppInstall-Package=hdhomerun-config-gui debian/changelog0000664000000000000000000000207412260622253011045 0ustar hdhomerun-config-gui (20120128-0ubuntu3) trusty; urgency=low * Fix include path, resolving FTBFS. -- Daniel T Chen Tue, 31 Dec 2013 15:09:36 -0500 hdhomerun-config-gui (20120128-0ubuntu2) quantal; urgency=low * Use source format 3.0, and remove use of dpatch, fixing build failure exposed by recent dpkg-dev. -- Matthias Klose Tue, 02 Oct 2012 14:47:23 +0200 hdhomerun-config-gui (20120128-0ubuntu1) precise; urgency=low * New upstream version. (LP: #937254) -- John Baab Tue, 21 Feb 2012 10:52:24 -0500 hdhomerun-config-gui (20110830-0ubuntu1) oneiric; urgency=low * New upstream version. -- John Baab Fri, 23 Sep 2011 10:15:34 -0400 hdhomerun-config-gui (20100828-0ubuntu1) maverick; urgency=low * Latest upstream source. -- John Baab Fri, 10 Sep 2010 14:01:16 -0400 hdhomerun-config-gui (20100121-0ubuntu1) lucid; urgency=low * Initial Release. (LP: #509449) -- John Baab Thu, 10 Dec 2009 18:12:20 -0500 debian/install0000664000000000000000000000011712030604776010565 0ustar src/hdhomerun_config_gui /usr/bin debian/hdhr.desktop /usr/share/applications debian/docs0000664000000000000000000000000612030604776010044 0ustar *.rtf debian/patches/0000775000000000000000000000000012260622060010613 5ustar debian/patches/series0000664000000000000000000000002012032561532012023 0ustar fix-build.patch debian/patches/fix-build.patch0000664000000000000000000000515512260622060013525 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run # Author: John Baab # Forwarded: not-needed # Last-Update: 2010-02-02 # Description: Upstream had one build process for two source packages, this seperates them diff -urNad trunk~/Makefile.am trunk/Makefile.am --- trunk~/Makefile.am 2010-01-27 11:24:41.000000000 -0500 +++ trunk/Makefile.am 2010-02-02 11:58:32.446559469 -0500 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = ../libhdhomerun src po +SUBDIRS = src po EXTRA_DIST = \ autogen.sh \ diff -urNad trunk~/Makefile.in trunk/Makefile.in --- trunk~/Makefile.in 2010-01-27 11:24:41.000000000 -0500 +++ trunk/Makefile.in 2010-02-02 11:58:32.446559469 -0500 @@ -177,7 +177,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = ../libhdhomerun src po +SUBDIRS = src po EXTRA_DIST = \ autogen.sh \ hdhomerun_config.glade \ diff -urNad trunk~/src/Makefile.am trunk/src/Makefile.am --- trunk~/src/Makefile.am 2010-01-27 11:24:41.000000000 -0500 +++ trunk/src/Makefile.am 2010-02-02 11:59:08.446558555 -0500 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in INCLUDES = \ - -I../../libhdhomerun \ + -I/usr/include/libhdhomerun \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ @@ -19,9 +19,9 @@ HDHRConfig.cpp HDHRConfig.h install-exec-local: - $(INSTALL) ../../libhdhomerun/libhdhomerun.so $(libdir) + $(INSTALL) /usr/lib/libhdhomerun/libhdhomerun.so $(libdir) hdhomerun_config_gui_LDADD = \ - -L../../libhdhomerun -lhdhomerun \ + -L/usr/lib/ -lhdhomerun \ @PACKAGE_LIBS@ $(INTLLIBS) diff -urNad trunk~/src/Makefile.in trunk/src/Makefile.in --- trunk~/src/Makefile.in 2010-01-27 11:24:41.000000000 -0500 +++ trunk/src/Makefile.in 2010-02-02 11:59:40.956558248 -0500 @@ -176,7 +176,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = \ - -I../../libhdhomerun \ + -I/usr/include/libhdhomerun \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ @@ -192,7 +192,7 @@ HDHRConfig.cpp HDHRConfig.h hdhomerun_config_gui_LDADD = \ - -L../../libhdhomerun -lhdhomerun \ + -L/usr/lib/ -lhdhomerun \ @PACKAGE_LIBS@ $(INTLLIBS) all: all-am @@ -462,7 +462,7 @@ install-exec-local: - $(INSTALL) ../../libhdhomerun/libhdhomerun.so $(libdir) + $(INSTALL) /usr/lib/libhdhomerun/libhdhomerun.so $(libdir) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: debian/watch0000664000000000000000000000020312030604776010221 0ustar version=3 https://www.silicondust.com/downloads/linux \ http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_(\d.*).tgz debian/control0000664000000000000000000000153512032561562010601 0ustar Source: hdhomerun-config-gui Section: misc Priority: optional Homepage: http://www.silicondust.com/downloads/linux Maintainer: Ubuntu MythTV Team XSBC-Original-Maintainer: John Baab Build-Depends: debhelper (>= 7.0.50), po-debconf, libhdhomerun-dev, libgtk2.0-dev, imagemagick Standards-Version: 3.8.3 Package: hdhomerun-config-gui Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, vlc Description: GUI Configuration utility for Silicon Dust HD HomeRun This package supports the Silicon Dust HDHomeRun. The HDHomeRun is a networked, two tuner digital TV tuner compatible with MythTV, SageTV, and VLC. . This utility can be used for: * Discovering your tuner location and name * Gathering tuner settings * Setting tuner setting * Performing scans * Performing firmware upgrades debian/source/0000775000000000000000000000000012032561473010473 5ustar debian/source/format0000664000000000000000000000001412032561473011701 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212030604776010373 0ustar 7 debian/rules0000775000000000000000000000046512032561776010266 0ustar #!/usr/bin/make -f get-orig-source: uscan --force-download override_dh_auto_install: mkdir -p ${CURDIR}/debian/hdhomerun-config-gui/usr/share/pixmaps/ convert ${CURDIR}/WIN/app.ico ${CURDIR}/debian/hdhomerun-config-gui/usr/share/pixmaps/hdhr.xpm # do nothing, install ourselves in .install %: dh $@