virtualbox: rebuild for kernel, cloud-init: new package and dependencies, libprojectM: new package for music players effects

This commit is contained in:
suvari
2022-01-11 22:28:06 +03:00
parent 43fa3bd517
commit c195349901
22 changed files with 5067 additions and 1656 deletions
+13 -3
View File
@@ -13,8 +13,8 @@
<IsA>app:gui</IsA>
<Summary>Clementine is a modern music player and library organizer</Summary>
<Description>Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt5.</Description>
<Archive sha1sum="3482bb950798e508ef75be3ccf6acc3c81eeedc7" type="tarxz">
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-740-g5705d4fd8/clementine-1.4.0rc1-740-g5705d4fd8.tar.xz
<Archive sha1sum="7f223c446d7f6b723759f89ea9509b4466bfd6fd" type="tarxz">
https://github.com/clementine-player/Clementine/releases/download/1.4.0rc1-772-g245f64a88/clementine-1.4.0rc1-772-g245f64a88.tar.xz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -57,6 +57,7 @@
<Dependency>libechonest-devel</Dependency>
<Dependency>libmygpo-qt-devel</Dependency>
<Dependency>google-sparsehash</Dependency>
<Dependency>libprojectM-devel</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>qt5-designer-devel</Dependency>
@@ -80,7 +81,7 @@
<Name>clementine</Name>
<RuntimeDependencies>
<Dependency>glew</Dependency>
<Dependency>mesa</Dependency>
<!-- <Dependency>mesa</Dependency> -->
<Dependency>zlib</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>glib2</Dependency>
@@ -100,6 +101,7 @@
<Dependency>libnotify</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>liblastfm</Dependency>
<Dependency>libprojectM</Dependency>
<Dependency>libmygpo-qt</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>libchromaprint</Dependency>
@@ -108,6 +110,7 @@
<Dependency>gst-plugins-ugly</Dependency>
<Dependency>gst-plugins-good</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>libprojectM-pulseaudio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -116,6 +119,13 @@
</Package>
<History>
<Update release="11">
<Date>2022-01-09</Date>
<Version>1.4.0_rc1.772</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2021-11-04</Date>
<Version>1.4.0_rc1.740</Version>
+25
View File
@@ -0,0 +1,25 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
#autotools.autoreconf("-vif")
autotools.configure("--prefix=/usr --disable-static --enable-gles --enable-sdl --enable-threading --enable-qt")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
+96
View File
@@ -0,0 +1,96 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libprojectM</Name>
<Homepage>http://projectm.sourceforge.net</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>An advanced MilkDrop-compatible music visualization library</Summary>
<Description>libprojectM is an iterative music visualization library which uses OpenGL for hardware acceleration. It is a reimplementation of Winamp visualization plug-in MilkDrop which uses 3D graphics hardware, combined with iterative image-based rendering techniques and compatible with MilkDrop presets.</Description>
<Archive sha1sum="570a8a49f03a85ad0a8fe12c8c097df80b1f8c85" type="targz">https://github.com/projectM-visualizer/projectm/releases/download/v3.1.12/projectM-3.1.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>freeglut-devel</Dependency>
<Dependency>libvisual-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libprojectM</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>libsdl2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/projectM-unittest</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/projectM/</Path>
<Path fileType="library">/usr/lib/libprojectM.so*</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-devel</Name>
<Summary>Development files for libprojectM</Summary>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-sdl</Name>
<Summary>ProjectM support for sdl</Summary>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/projectMSDL</Path>
</Files>
</Package>
<Package>
<Name>libprojectM-pulseaudio</Name>
<Summary>ProjectM support for Pulseaudio</Summary>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency release="current">libprojectM</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man/man1/projectM-pulseaudio.1</Path>
<Path fileType="executable">/usr/bin/projectM-pulseaudio</Path>
<Path fileType="data">/usr/share/applications/projectM-pulseaudio.desktop</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-01-09</Date>
<Version>3.1.12</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libprojectM</Name>
<Summary xml:lang="tr">MilkDrop uyumlu müzik görselleştirme kitaplığı</Summary>
<Description xml:lang="tr">libprojectM, donanım hızlandırma kullanılarak OpenGL ile müzik görselleştirme işlemini yapan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libprojectM-devel</Name>
<Summary xml:lang="tr">libprojectM için geliştirme dosyaları</Summary>
</Package>
</PISI>