debian/0000755000000000000000000000000011705671113007170 5ustar debian/source/0000755000000000000000000000000011705077266010501 5ustar debian/source/format0000644000000000000000000000001411705077266011707 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211705271273010371 0ustar 8 debian/copyright0000644000000000000000000000240611705125334011124 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: gst-chromaprint Source: https://github.com/lalinsky/gst-chromaprint Files: * Copyright: Copyright 2006 Milosz Derezynski Copyright 2008 Eric Buehl Copyright 2008 Sebastian Dröge Copyright 2011 Lukáš Lalinský License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500 Boston, MA 02110-1335, USA. . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. debian/watch0000644000000000000000000000013311705314404010213 0ustar version=3 http://githubredir.debian.net/github/lalinsky/gst-chromaprint/v([\d\.]+).tar.gz debian/changelog0000644000000000000000000000025111705314705011041 0ustar gst-chromaprint (0.1-3) unstable; urgency=low * Initial release (Closes: #656206) -- Christoph Reiter Tue, 17 Jan 2012 15:25:48 +0100 debian/control0000644000000000000000000000112711705275032010574 0ustar Source: gst-chromaprint Priority: optional Section: libs Maintainer: Christoph Reiter Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8), pkg-config, dh-autoreconf, libgstreamer-plugins-base0.10-dev, libchromaprint-dev Package: gstreamer0.10-chromaprint Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GStreamer plugin for calculating audio fingerprints Chromaprint is a library for calculating audio fingerprints which are used by the Acoustid service. . This package provides a GStreamer plugin for chromaprint. debian/rules0000755000000000000000000000041511705254757010263 0ustar #!/usr/bin/make -f LDFLAGS += -Wl,--as-needed %: dh $@ --with autoreconf ## Remove .la file as per #633365, since we don't need it for this plugin override_dh_install: find $(CURDIR)/debian/gstreamer0.10-chromaprint/usr -name "*.la" -exec rm -f '{}' + dh_install