Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,23 @@ +libQt5Core.so.5 +libQt5DBus.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Sql.so.5 +libQt5Svg.so.5 +libQt5Widgets.so.5 +libQt5Xml.so.5 +libavcodec.so.57 +libavformat.so.57 +libavutil.so.55 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libmpg123.so.0 +libmtp.so.9 +libpthread.so.0 +libspeexdsp.so.1 +libstdc++.so.6 +libtag.so.1 +libudev.so.1 +libvlc.so.5 +libz.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,33 @@ +name : cantata +version : 2.0.1 +release : 1 +source : + - https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2 : 122bda13c0b4078b84640dabef444b37d705d71c6f95209a2d949acd28a0bbca +license : GPL-3.0 +component : multimedia.audio +summary : Cantata is a graphical client for MPD +description: | + Cantata is a (yet another!) client for the music player daemon (MPD). + Originally started as a fork of QtMPC, the code is now *very* different. + The interface is very configurable - most views can be shown as either a list + or tree structure. +builddeps : + - pkgconfig(gl) + - pkgconfig(libavcodec) + - pkgconfig(libmtp) + - pkgconfig(libmpg123) + - pkgconfig(libvlc) + - pkgconfig(speexdsp) + - pkgconfig(taglib) + - pkgconfig(Qt5Svg) + - pkgconfig(Qt5UiTools) + - media-player-info +rundeps : + - perl-uri + - mpd +setup : | + %cmake . -DCANTATA_HELPERS_LIB_DIR=%libdir% +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + cantata + + Pierre-Yves + pyu@riseup.net + + GPL-3.0 + multimedia.audio + Cantata is a graphical client for MPD + Cantata is a (yet another!) client for the music player daemon (MPD). +Originally started as a fork of QtMPC, the code is now *very* different. +The interface is very configurable - most views can be shown as either a list +or tree structure. + + https://solus-project.com/sources/README.Solus + + + cantata + Cantata is a graphical client for MPD + Cantata is a (yet another!) client for the music player daemon (MPD). +Originally started as a fork of QtMPC, the code is now *very* different. +The interface is very configurable - most views can be shown as either a list +or tree structure. + + multimedia.audio + + /usr/bin + /usr/lib64/cantata/cantata-replaygain + /usr/lib64/cantata/cantata-tags + /usr/share/applications/cantata.desktop + /usr/share/cantata + /usr/share/icons/hicolor/16x16/apps/cantata.png + /usr/share/icons/hicolor/22x22/apps/cantata.png + /usr/share/icons/hicolor/24x24/apps/cantata.png + /usr/share/icons/hicolor/32x32/apps/cantata.png + /usr/share/icons/hicolor/48x48/apps/cantata.png + /usr/share/icons/hicolor/64x64/apps/cantata.png + /usr/share/icons/hicolor/scalable/apps/cantata.svg + + + + + 2017-06-03 + 2.0.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file