knowthelist awesome party music player
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import qt5
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
qt5.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
qt5.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
qt5.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE", "README.md")
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Version=1.0
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=knowthelist
|
||||||
|
Name[en]=knowthelist
|
||||||
|
GenericName=knowthelist
|
||||||
|
GenericName[en]=knowthelist
|
||||||
|
Comment=Knowthelist the awesome party music player
|
||||||
|
Comment[en]=Knowthelist the awesome party music player
|
||||||
|
Icon=knowthelist.png
|
||||||
|
Exec=knowthelist
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=false
|
||||||
|
Categories=Application;Multimedia;
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>knowthelist</Name>
|
||||||
|
<Homepage>http://qt-apps.org/content/show.php/Knowthelist?content=165335</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv3</License>
|
||||||
|
<Icon>knowthelist</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>Knowthelist the awesome party music player</Summary>
|
||||||
|
<Description>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)</Description>
|
||||||
|
<Archive sha1sum="edc26c5d8ca52e27c46587e2b2dcf444ac8bc1c0" type="targz">https://github.com/knowthelist/knowthelist/archive/v2.3.0.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>knowthelist</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>gstreamer-next</Dependency>
|
||||||
|
<Dependency>taglib</Dependency>
|
||||||
|
<Dependency>alsa-lib</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="application">/usr/share/applications</Path>
|
||||||
|
<Path fileType="icon">/usr/share/icons</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2015-09-26</Date>
|
||||||
|
<Version>2.3.0</Version>
|
||||||
|
<Comment>First Release.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>knowthelist</Name>
|
||||||
|
<Summary xml:lang="tr">Knowthelist the awesome party music player</Summary>
|
||||||
|
<Description xml:lang="tr">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)</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user