debian/0000755000000000000000000000000011755314356007200 5ustar debian/source/0000755000000000000000000000000011754100407010465 5ustar debian/source/format0000644000000000000000000000001411751750606011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211751750606010374 0ustar 8 debian/changelog0000644000000000000000000000024611755314347011054 0ustar gstreamer0.10-dvswitch (0.0.1-1) unstable; urgency=low * Initial release (Closes: #673105) -- James Bromberger Thu, 17 May 2012 20:50:00 +0800 debian/control0000644000000000000000000000124011755171326010576 0ustar Source: gstreamer0.10-dvswitch Section: libs Priority: extra Maintainer: James Bromberger Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, libgstreamer-plugins-base0.10-dev Standards-Version: 3.9.3 Homepage: https://github.com/timsvideo/gst-dvswitch Package: gstreamer0.10-dvswitch Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libgstreamer0.10-0 (>= 0.10.14) Description: GStreamer plugin source from DVswitch gst-dvswitch is a GStreamer plugin for acquiring a DIF (DV) stream from a dvswitch server. The plugin does not require dvswitch to be installed on the same machine. This plugin borrows code quite heavily from udpsrc. debian/docs0000644000000000000000000000001711751751252010045 0ustar NEWS README.md debian/copyright0000644000000000000000000000164411753463666011147 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: gst-dvswitch Source: https://github.com/timsvideo/gst-dvswitch Files: * Copyright: 2012 Tim Ansell License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/patches/0000755000000000000000000000000011754122333010616 5ustar debian/patches/series0000644000000000000000000000004211754122201012021 0ustar update-authors.diff link-fix.diff debian/patches/link-fix.diff0000644000000000000000000000066511754114552013204 0ustar --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_SRCDIR([src/gstdvswitchsrc.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) dnl required version of automake AM_INIT_AUTOMAKE([1.10]) @@ -45,7 +46,6 @@ PKG_CHECK_MODULES(GST, [ gstreamer-0.10 >= $GST_REQUIRED gstreamer-base-0.10 >= $GST_REQUIRED - gstreamer-controller-0.10 >= $GST_REQUIRED ], [ AC_SUBST(GST_CFLAGS) AC_SUBST(GST_LIBS) debian/patches/update-authors.diff0000644000000000000000000000016711754122272014423 0ustar --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Thomas Vander Stichele +Tim Ansell debian/rules0000755000000000000000000000105311755172110010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 install: sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` dh $@ --with autoreconf %: dh $@ --with autoreconf debian/watch0000644000000000000000000000012111754210114010205 0ustar version=3 https://github.com/timsvideo/gst-dvswitch/tags .*/tarball/v(\d[\d\.]+)