add new packages cantata, decibel-audio-player, freealut and dia

This commit is contained in:
groni
2016-12-07 16:25:41 +01:00
parent 1f417c2252
commit 092056073a
18 changed files with 761 additions and 12 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
pisitools.cxxflags.add("-fpermissive")
pisitools.dosed("plug-ins/postscript/diapsft2renderer.c", "freetype/ftglyph.h", "freetype2/ftglyph.h")
pisitools.dosed("plug-ins/postscript/diapsft2renderer.c", "freetype/ftoutln.h", "freetype2/ftoutln.h")
autotools.configure("--prefix=/usr \
--with-cairo \
--with-python \
--disable-gnome")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.install()
pisitools.remove("/usr/share/icons/hicolor/icon-theme.cache")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+81
View File
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dia</Name>
<Homepage>https://live.gnome.org/Dia</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<PartOf>multimedia.graphics</PartOf>
<Icon>dia</Icon>
<IsA>app:gui</IsA>
<Summary>Diagram editor</Summary>
<Description>Dia is a GTK+ based diagram creation program for GNU/Linux,</Description>
<Archive sha1sum="316393951daebd186ba387e1cd6e34160a458c39" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libart_lgpl-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>perl-XML-Parser</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>dia</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>zlib</Dependency>
<Dependency>freetype</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libart_lgpl</Dependency>
<Dependency>atk</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/dia</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/oaf</Path>
<Path fileType="data">/usr/share/dia</Path>
<Path fileType="data">/usr/share/mime-info</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>0.97.3</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>dia</Name>
<Summary xml:lang="tr">Diyagram editörü.</Summary>
<Description xml:lang="tr">Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır.</Description>
</Source>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
def setup():
#shelltools.system("svn up")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_TOUCH_SUPPORT=ON")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("AUTHORS", "LICENSE", "ChangeLog", "TODO", "INSTALL", "README")
pisitools.insinto("/usr/share/pixmaps/", "streams/icons/stream.png", "cantata.png")
+88
View File
@@ -0,0 +1,88 @@
<PISI>
<Source>
<Name>cantata</Name>
<Homepage>http://code.google.com/p/cantata</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<Icon>cantata</Icon>
<Summary>Qt5 client for the music player daemon </Summary>
<Description>Cantata is a graphical client for MPD</Description>
<Archive sha1sum="90a80b412a21aed72d1b7cc578f0c2ffa62c243c" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libcddb-devel</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
<Dependency>cdparanoia-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>udisks2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>libmtp-devel</Dependency>
<Dependency>mpg123-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libqjson-devel</Dependency>
<Dependency>vlc-devel</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>taglib-extras-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cantata</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libcddb</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>musicbrainz5</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>eudev</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>vlc-libs</Dependency>
<Dependency>speex</Dependency>
<Dependency>libmtp</Dependency>
<Dependency>mpg123</Dependency>
<Dependency>taglib</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libqjson</Dependency>
<Dependency>taglib-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/cantata</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>2.0.1</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>cantata</Name>
<Summary xml:lang="en">Qt4 / KDE4 Music Player Client</Summary>
<Description xml:lang="en">Cantata is a graphical client for MPD</Description>
</Source>
</PISI>
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("doc/ChangeLog", "doc/LICENCE")
@@ -0,0 +1,13 @@
diff -ur a/Makefile b/Makefile
--- a/Makefile 2011-09-19 13:09:26.000000000 +0300
+++ b/Makefile 2013-03-27 12:46:54.801475845 +0200
@@ -2,7 +2,7 @@
MAKE ?= make
RM ?= rm
RMDIR ?= rmdir
-prefix ?= /usr/local
+prefix ?= /usr
PREFIX = $(DESTDIR)$(prefix)
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>decibel-audio-player</Name>
<Homepage>http://decibel.silent-blade.org/</Homepage>
<Packager>
<Name>Yoyo Fernández</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<PartOf>multimedia.sound</PartOf>
<IsA>app:gui</IsA>
<Summary>Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux</Summary>
<Description>Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE</Description>
<Archive sha1sum="b611bfc724ccef8f5517ebab218e70bf2975c857" type="targz">http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz</Archive>
<Patches>
<Patch level="1">prefix.patch</Patch>
</Patches>
</Source>
<Package>
<Name>decibel-audio-player</Name>
<RuntimeDependencies>
<Dependency>dbus-python</Dependency>
<Dependency>gst-python</Dependency>
<Dependency>python-gtk</Dependency>
<Dependency>python-imaging</Dependency>
<Dependency>python-mutagen</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/decibel-audio-player</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="locadata">/usr/share/locale/</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>1.08</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>decibel-audio-player</Name>
<Summary xml:lang="en">Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux</Summary>
<Summary xml:lang="es">Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux</Summary>
<Description xml:lang="en">Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux. It is very straightforward to use thanks to a clean and user-friendly interface. It is especially targeted at Gnome and follows the Gnome HIG.</Description>
<Description xml:lang="es">Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE.</Description>
</Source>
</PISI>
+22
View File
@@ -0,0 +1,22 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi -I admin/autotools/m4")
autotools.configure("--disable-static")
def build():
autotools.make("all")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dohtml("doc/*")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
@@ -0,0 +1,12 @@
diff -Nur freealut-1.1.0-old/src/Makefile.am freealut-1.1.0/src/Makefile.am
--- freealut-1.1.0-old/src/Makefile.am 2006-11-17 14:08:18.000000000 +0200
+++ freealut-1.1.0/src/Makefile.am 2006-11-17 14:08:21.000000000 +0200
@@ -20,7 +20,7 @@
alutWaveform.c
# We use sin and floor, so we might need -lm, autoconf takes care of this.
-libalut_la_LIBADD = $(LIBM)
+libalut_la_LIBADD = $(LIBM) -lopenal -lpthread
# The following libtool flag is neccessary for building DLLs on Windows.
libalut_la_LDFLAGS = -no-undefined
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>freealut</Name>
<Homepage>http://www.openal.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>The OpenAL Utility Toolkit</Summary>
<Description>freealut is a free implementation of OpenAL's ALUT standard.</Description>
<Archive sha1sum="d6a9406bbe6f7dd2f51db31e804ec5b65dfd4b05" type="targz">http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz</Archive>
<BuildDependencies>
<Dependency>openal-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">shared-openal.patch</Patch>
</Patches>
</Source>
<Package>
<Name>freealut</Name>
<RuntimeDependencies>
<Dependency>openal</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/freealut</Path>
</Files>
</Package>
<Package>
<Name>freealut-devel</Name>
<Summary>Development files for freealut</Summary>
<RuntimeDependencies>
<Dependency release="current">freealut</Dependency>
<Dependency>openal-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc/freealut/html</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-12-07</Date>
<Version>1.1.0</Version>
<Comment>Rebuild for Pisi Linux 2.0</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-06-08</Date>
<Version>1.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-24</Date>
<Version>1.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>freealut</Name>
<Summary xml:lang="tr">Açık ses kütüphanesi Openal aletleri</Summary>
<Summary xml:lang="fr">Boîte à outils utilitaire d'OpenAL.</Summary>
<Summary xml:lang="de">Die OpenAL Werkzeugsammlung</Summary>
</Source>
<Package>
<Name>freealut-devel</Name>
<Summary xml:lang="tr">freealut için geliştirme dosyaları</Summary>
</Package>
</PISI>
+302 -10
View File
@@ -83852,19 +83852,12 @@ thunar-volman is installed and configured properly, and you plug in your digical
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.98.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-02-07</Date>
<Date>2016-12-07</Date>
<Version>0.98.2</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
@@ -95818,6 +95811,56 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>decibel-audio-player</Name>
<Homepage>http://decibel.silent-blade.org/</Homepage>
<Packager>
<Name>Yoyo Fernández</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary xml:lang="en">Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux</Summary>
<Summary xml:lang="es">Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux</Summary>
<Description xml:lang="en">Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux. It is very straightforward to use thanks to a clean and user-friendly interface. It is especially targeted at Gnome and follows the Gnome HIG.</Description>
<Description xml:lang="es">Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux. Está especialmente dirigido a Gnome aunque puede usarse en KDE.</Description>
<Archive type="targz" sha1sum="b611bfc724ccef8f5517ebab218e70bf2975c857">http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz</Archive>
<Patches>
<Patch level="1">prefix.patch</Patch>
</Patches>
<SourceURI>multimedia/sound/decibel-audio-player/pspec.xml</SourceURI>
</Source>
<Package>
<Name>decibel-audio-player</Name>
<RuntimeDependencies>
<Dependency>dbus-python</Dependency>
<Dependency>gst-python</Dependency>
<Dependency>python-gtk</Dependency>
<Dependency>python-imaging</Dependency>
<Dependency>python-mutagen</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/decibel-audio-player</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="locadata">/usr/share/locale/</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>1.08</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>wavpack</Name>
@@ -96187,6 +96230,175 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>freealut</Name>
<Homepage>http://www.openal.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary xml:lang="fr">Boîte à outils utilitaire d&apos;OpenAL.</Summary>
<Summary xml:lang="en">The OpenAL Utility Toolkit</Summary>
<Summary xml:lang="tr">Açık ses kütüphanesi Openal aletleri</Summary>
<Summary xml:lang="de">Die OpenAL Werkzeugsammlung</Summary>
<Description xml:lang="en">freealut is a free implementation of OpenAL&apos;s ALUT standard.</Description>
<Archive type="targz" sha1sum="d6a9406bbe6f7dd2f51db31e804ec5b65dfd4b05">http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz</Archive>
<BuildDependencies>
<Dependency>openal-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">shared-openal.patch</Patch>
</Patches>
<SourceURI>multimedia/sound/freealut/pspec.xml</SourceURI>
</Source>
<Package>
<Name>freealut</Name>
<RuntimeDependencies>
<Dependency>openal</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/freealut</Path>
</Files>
</Package>
<Package>
<Name>freealut-devel</Name>
<Summary xml:lang="en">Development files for freealut</Summary>
<Summary xml:lang="tr">freealut için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="4">freealut</Dependency>
<Dependency>openal-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc/freealut/html</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-12-07</Date>
<Version>1.1.0</Version>
<Comment>Rebuild for Pisi Linux 2.0</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-06-08</Date>
<Version>1.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-24</Date>
<Version>1.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>cantata</Name>
<Homepage>http://code.google.com/p/cantata</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<PartOf>multimedia.sound</PartOf>
<Summary xml:lang="en">Qt4 / KDE4 Music Player Client</Summary>
<Description xml:lang="en">Cantata is a graphical client for MPD</Description>
<Icon>cantata</Icon>
<Archive type="tarbz2" sha1sum="90a80b412a21aed72d1b7cc578f0c2ffa62c243c">https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libcddb-devel</Dependency>
<Dependency>musicbrainz5-devel</Dependency>
<Dependency>cdparanoia-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>udisks2-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>speex-devel</Dependency>
<Dependency>libmtp-devel</Dependency>
<Dependency>mpg123-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libqjson-devel</Dependency>
<Dependency>vlc-devel</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>taglib-extras-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/sound/cantata/pspec.xml</SourceURI>
</Source>
<Package>
<Name>cantata</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libcddb</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>musicbrainz5</Dependency>
<Dependency>perl-URI</Dependency>
<Dependency>eudev</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>vlc-libs</Dependency>
<Dependency>speex</Dependency>
<Dependency>libmtp</Dependency>
<Dependency>mpg123</Dependency>
<Dependency>taglib</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libqjson</Dependency>
<Dependency>taglib-extras</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/cantata</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>2.0.1</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>fluidsynth</Name>
@@ -99773,6 +99985,86 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>dia</Name>
<Homepage>https://live.gnome.org/Dia</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">Diagram editor</Summary>
<Summary xml:lang="tr">Diyagram editörü.</Summary>
<Description xml:lang="en">Dia is a GTK+ based diagram creation program for GNU/Linux,</Description>
<Description xml:lang="tr">Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır.</Description>
<Icon>dia</Icon>
<Archive type="tarxz" sha1sum="316393951daebd186ba387e1cd6e34160a458c39">http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libart_lgpl-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>perl-XML-Parser</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/graphics/dia/pspec.xml</SourceURI>
</Source>
<Package>
<Name>dia</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>zlib</Dependency>
<Dependency>freetype</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libart_lgpl</Dependency>
<Dependency>atk</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/dia</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/oaf</Path>
<Path fileType="data">/usr/share/dia</Path>
<Path fileType="data">/usr/share/mime-info</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-07</Date>
<Version>0.97.3</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gegl</Name>
+1 -1
View File
@@ -1 +1 @@
ae2a8d93063fcf3503a9beff7be7664d95ec80c0
cc5f6f4712c1ebcbe2f42fdd867a06ef24bdaaed
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
9a1641f14474ca45e4f6ee6776bdc15d04ee2220
e451813215bee52ba732cc63b680b26b69fb22ed