sound *
This commit is contained in:
@@ -10,6 +10,8 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_SUFFIX=")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Qt5/C++ wrapper for ALSA Sequencer</Summary>
|
||||
<Description>Drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style.</Description>
|
||||
<Archive sha1sum="ec581dad0151a756af28f43f5a46379252d3fd54" type="tarbz2">mirrors://sourceforge/drumstick/1.1.0/drumstick-1.1.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="c416ece49cf70c724dce15851c65273c1ad66e12" type="tarbz2">mirrors://sourceforge/drumstick/1.1.3/drumstick-1.1.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -25,6 +25,7 @@
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -39,6 +40,7 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
@@ -57,6 +59,7 @@
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>fluidsynth</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/drumstick</Path>
|
||||
@@ -81,6 +84,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-03-08</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-09-01</Date>
|
||||
<Version>1.1.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user