diff --git a/multimedia/sound/drumstick/actions.py b/multimedia/sound/drumstick/actions.py new file mode 100755 index 0000000000..0a8173b49c --- /dev/null +++ b/multimedia/sound/drumstick/actions.py @@ -0,0 +1,21 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_SUFFIX=") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO") diff --git a/multimedia/sound/drumstick/pspec.xml b/multimedia/sound/drumstick/pspec.xml new file mode 100755 index 0000000000..84aecd0c52 --- /dev/null +++ b/multimedia/sound/drumstick/pspec.xml @@ -0,0 +1,91 @@ + + + + + drumstick + http://drumstick.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + drumstick + app:console + app:gui + Qt4/C++ wrapper for ALSA Sequencer + Drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt4 objects, idioms and style. + mirrors://sourceforge/drumstick/1.0.2/drumstick-1.0.2.tar.bz2 + + cmake + qt5-base-devel + qt5-svg-devel + alsa-lib-devel + fluidsynth-devel + libxslt + doxygen + shared-mime-info + + + + + drumstick + + drumstick-libs + libgcc + qt5-svg + qt5-base + alsa-lib + + + /usr/bin + /usr/share/mime + /usr/share/applications + /usr/share/icons + /usr/share/doc + /usr/share/man + + + + + drumstick-libs + library + Libraries for Drumstick + drumstick-libs provides libraries for Drumstick based applications. + + libgcc + alsa-lib + qt5-base + fluidsynth + + + /usr/lib/drumstick + /usr/lib/libdrum* + + + + + drumstick-devel + data + Development files for Drumstick + drumstick-devel provides development files for Drumstick libraries. + + qt5-base-devel + alsa-lib-devel + drumstick-libs + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2016-05-17 + 1.0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + diff --git a/multimedia/sound/drumstick/translations.xml b/multimedia/sound/drumstick/translations.xml new file mode 100755 index 0000000000..9dc0887636 --- /dev/null +++ b/multimedia/sound/drumstick/translations.xml @@ -0,0 +1,20 @@ + + + + drumstick + ALSA ardıştırıcısı için Qt4/C++ kitaplığı + Drumstick, ALSA ardıştırıcı arayüzü için Qt4 nesnelerini, deyimlerini ve tarzını kullanan bir C++ ara kitaplığıdır. + + + + drumstick-libs + Drumstick kitaplıkları + drumstick-libs, Drumstick temelli uygulamalar için kitaplık dosyaları sunar. + + + + drumstick-devel + Drumstick kitaplığı için geliştirme dosyaları + drumstick-devel, Drumstick kitaplığı için geliştirme dosyaları sunar. + +