debian/0000775000000000000000000000000012566434747007212 5ustar debian/source/0000775000000000000000000000000012455620526010477 5ustar debian/source/format0000664000000000000000000000001312455620526011704 0ustar 3.0 (quilt)debian/README0000664000000000000000000000076212455620526010064 0ustar knowthelist =========== Knowthelist - the awesome party music player - Easy to use for all party guests - Quick search for tracks in collection - Two players with separate playlists - Mixer with fader, 3 channel EQ and gain - Auto fader and auto gain - Trackanalyser search for song start/end and gain setting - Auto DJ function with multiple filters for random play - Monitor player for pre listen tracks (via 2nd sound card e.g. USB) - ... more https://github.com/knowthelist/knowthelist/wikidebian/compat0000664000000000000000000000000212455620526010375 0ustar 8 debian/control0000664000000000000000000000177212455620526010611 0ustar Source: knowthelist Section: sound Priority: optional Maintainer: Mario Stephan Build-Depends: cdbs, qtbase5-dev|libqt4-dev, debhelper (>= 8), qttools5-dev-tools|qt4-linguist-tools, libgstreamer1.0-dev | libgstreamer0.10-dev, libtag1-dev, libasound2-dev Standards-Version: 3.9.6 Homepage: http://knowthelist.github.io/knowthelist Vcs-Git: git://github.com/knowthelist/knowthelist.git Vcs-Browser: https://github.com/knowthelist/knowthelist Package: knowthelist Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${runtime:Depends} Description: awesome party music player Easy to use for all party guests. . Featuring: - Quick search for tracks in collection. - Two players with separate playlists. - Mixer with fader, 3 channel EQ and gain. - Auto fader and auto gain. - Track analyser search for song start/end and gain setting. - Auto DJ function with multiple filters for random play. - Monitor player for pre listen tracks (via 2nd sound card e.g. USB). debian/watch0000664000000000000000000000023112455620526010224 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/knowthelist-$1\.tar\.gz/ \ https://github.com/knowthelist/knowthelist/tags .*/v?(\d\S*)\.tar\.gzdebian/changelog0000664000000000000000000000230712566434746011065 0ustar knowthelist (2.3.0-2build1) wily; urgency=medium * No change rebuild for libtag1v5 -- Micah Gersten Sun, 23 Aug 2015 16:23:50 -0500 knowthelist (2.3.0-2) unstable; urgency=medium * Simplifed the build dependencies (Closes: #767141). * Avoid mismatch of dependency (Closes: #767142). * Enabled parallel building (Closes: #767143). -- Mario Stephan Sun, 11 Jan 2015 20:01:11 +0100 knowthelist (2.3.0-1) unstable; urgency=medium * Made all compatible with Qt5 and Gstreamer-1.0. * Add an ALL node to filter results. * Changed ModeSelector style and moved to tree header. * Included 'year' tag into quick search. * Fixed a bug which prevent correct monitoring of changes. * Improved quick search in collection: added search in genre, multiple strings. * Changed alignment of some display controls. * Allow more audio file formats. * Added a mutex to get more thread safety for database access. -- Mario Stephan Fri, 19 Sep 2014 23:08:00 +0200 knowthelist (2.2.3-1) unstable; urgency=medium * Initial Release (Closes: #751350). -- Mario Stephan Tue, 26 Aug 2014 07:06:00 +0200 debian/docs0000664000000000000000000000001212455620526010043 0ustar README.md debian/copyright0000664000000000000000000000201112455620526011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: knowthelist Source: https://github.com/knowthelist/knowthelist Files: * Copyright: 2014 Mario Stephan License: LGPL-3.0+ License: LGPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser 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 Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". debian/rules0000775000000000000000000000142212455620526010256 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk DEB_BUILD_PARALLEL:=1 HASQT5=$(shell qmake -qt5 -v > /dev/null 2>&1 && echo yes) ifeq ($(HASQT5),yes) QMAKE=qmake -qt5 RUNTIME_DEPENDS=libqt5sql5-sqlite,\ gstreamer1.0-plugins-base,\ gstreamer1.0-plugins-good,\ gstreamer1.0-plugins-ugly,\ gstreamer1.0-plugins-bad,\ gstreamer1.0-pulseaudio else QMAKE=qmake-qt4 RUNTIME_DEPENDS=libqt4-sql-sqlite,\ gstreamer0.10-plugins-base,\ gstreamer0.10-plugins-good,\ gstreamer0.10-plugins-ugly,\ gstreamer0.10-plugins-bad,\ gstreamer0.10-pulseaudio endif CFLAGS=-O3 CXXFLAGS=-O3 DEB_DH_GENCONTROL_ARGS_ALL = -- '-Vruntime:Depends=$(RUNTIME_DEPENDS)'