diff --git a/multimedia/graphics/dia/actions.py b/multimedia/graphics/dia/actions.py new file mode 100644 index 0000000000..572d081898 --- /dev/null +++ b/multimedia/graphics/dia/actions.py @@ -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") diff --git a/multimedia/graphics/dia/pspec.xml b/multimedia/graphics/dia/pspec.xml new file mode 100644 index 0000000000..9d15f7dd27 --- /dev/null +++ b/multimedia/graphics/dia/pspec.xml @@ -0,0 +1,81 @@ + + + + + dia + https://live.gnome.org/Dia + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + multimedia.graphics + dia + app:gui + Diagram editor + Dia is a GTK+ based diagram creation program for GNU/Linux, + http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz + + intltool + qt5-base-devel + cairo-devel + python-devel + zlib-devel + freetype-devel + gdk-pixbuf-devel + gtk2-devel + glib2-devel + pango-devel + libxml2-devel + libpng-devel + libart_lgpl-devel + atk-devel + docbook-xsl + perl-XML-Parser + libxslt-devel + fontconfig-devel + + + + + dia + + python + zlib + freetype + cairo + gdk-pixbuf + gtk2 + pango + libxml2 + libpng + libart_lgpl + atk + libxslt + fontconfig + glib2 + + + /usr/bin + /usr/lib/dia + /usr/share/applications + /usr/share/icons + /usr/share/oaf + /usr/share/dia + /usr/share/mime-info + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + + + 2016-12-07 + 0.97.3 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/multimedia/graphics/dia/translations.xml b/multimedia/graphics/dia/translations.xml new file mode 100644 index 0000000000..b10df9103c --- /dev/null +++ b/multimedia/graphics/dia/translations.xml @@ -0,0 +1,8 @@ + + + + dia + Diyagram editörü. + Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır. + + diff --git a/multimedia/sound/cantata/actions.py b/multimedia/sound/cantata/actions.py new file mode 100644 index 0000000000..feb5c803e0 --- /dev/null +++ b/multimedia/sound/cantata/actions.py @@ -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") \ No newline at end of file diff --git a/multimedia/sound/cantata/pspec.xml b/multimedia/sound/cantata/pspec.xml new file mode 100644 index 0000000000..1852a0f387 --- /dev/null +++ b/multimedia/sound/cantata/pspec.xml @@ -0,0 +1,88 @@ + + + cantata + http://code.google.com/p/cantata + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2+ + cantata + Qt5 client for the music player daemon + Cantata is a graphical client for MPD + https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2 + + qt5-base-devel + qt5-svg-devel + qt5-assistant-devel + qt5-designer-devel + qt5-linguist + qt5-qdbusviewer + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + cmake + libcddb-devel + musicbrainz5-devel + cdparanoia-devel + libxml2-devel + solid-devel + udisks2-devel + zlib-devel + eudev-devel + speex-devel + libmtp-devel + mpg123-devel + taglib-devel + ffmpeg-devel + libqjson-devel + vlc-devel + perl-URI + taglib-extras-devel + + + + cantata + + qt5-base + qt5-svg + zlib + libcddb + cdparanoia + musicbrainz5 + perl-URI + eudev + libgcc + vlc-libs + speex + libmtp + mpg123 + taglib + ffmpeg + libqjson + taglib-extras + + + /usr/bin + /usr/share/doc/ + /usr/share/icons + /usr/share/pixmaps + /usr/share/cantata + /usr/lib + /usr/share/locale + /usr/share/applications + + + + + + 2016-12-07 + 2.0.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + diff --git a/multimedia/sound/cantata/translations.xml b/multimedia/sound/cantata/translations.xml new file mode 100644 index 0000000000..b4ef9ea493 --- /dev/null +++ b/multimedia/sound/cantata/translations.xml @@ -0,0 +1,8 @@ + + + + cantata + Qt4 / KDE4 Music Player Client + Cantata is a graphical client for MPD + + diff --git a/multimedia/sound/decibel-audio-player/actions.py b/multimedia/sound/decibel-audio-player/actions.py new file mode 100644 index 0000000000..3c1b7ea654 --- /dev/null +++ b/multimedia/sound/decibel-audio-player/actions.py @@ -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") \ No newline at end of file diff --git a/multimedia/sound/decibel-audio-player/files/prefix.patch b/multimedia/sound/decibel-audio-player/files/prefix.patch new file mode 100644 index 0000000000..1c772b7ef5 --- /dev/null +++ b/multimedia/sound/decibel-audio-player/files/prefix.patch @@ -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) \ No newline at end of file diff --git a/multimedia/sound/decibel-audio-player/pspec.xml b/multimedia/sound/decibel-audio-player/pspec.xml new file mode 100644 index 0000000000..78d58bcfef --- /dev/null +++ b/multimedia/sound/decibel-audio-player/pspec.xml @@ -0,0 +1,51 @@ + + + + + decibel-audio-player + http://decibel.silent-blade.org/ + + Yoyo Fernández + admins@pisilinux.org + + GPLv3 + multimedia.sound + app:gui + Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux + 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 + http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz + + prefix.patch + + + + + decibel-audio-player + + dbus-python + gst-python + python-gtk + python-imaging + python-mutagen + + + /usr/bin + /usr/share/man/man1 + /usr/share/decibel-audio-player + /usr/share/applications + /usr/share/pixmaps + /usr/share/locale/ + /usr/share/doc + + + + + + 2016-12-07 + 1.08 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/multimedia/sound/decibel-audio-player/translations.xml b/multimedia/sound/decibel-audio-player/translations.xml new file mode 100755 index 0000000000..69e55477fb --- /dev/null +++ b/multimedia/sound/decibel-audio-player/translations.xml @@ -0,0 +1,10 @@ + + + + decibel-audio-player + Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux + Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux + 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. + 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. + + \ No newline at end of file diff --git a/multimedia/sound/freealut/actions.py b/multimedia/sound/freealut/actions.py new file mode 100644 index 0000000000..714d24186d --- /dev/null +++ b/multimedia/sound/freealut/actions.py @@ -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") diff --git a/multimedia/sound/freealut/files/shared-openal.patch b/multimedia/sound/freealut/files/shared-openal.patch new file mode 100644 index 0000000000..d1e1c1e176 --- /dev/null +++ b/multimedia/sound/freealut/files/shared-openal.patch @@ -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 diff --git a/multimedia/sound/freealut/pspec.xml b/multimedia/sound/freealut/pspec.xml new file mode 100644 index 0000000000..7327aa85e4 --- /dev/null +++ b/multimedia/sound/freealut/pspec.xml @@ -0,0 +1,80 @@ + + + + + freealut + http://www.openal.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + The OpenAL Utility Toolkit + freealut is a free implementation of OpenAL's ALUT standard. + http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz + + openal-devel + + + shared-openal.patch + + + + + freealut + + openal + + + /usr/lib + /usr/share/doc/freealut + + + + + freealut-devel + Development files for freealut + + freealut + openal-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/freealut/html + + + + + + 2016-12-07 + 1.1.0 + Rebuild for Pisi Linux 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2014-06-08 + 1.1.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-01-24 + 1.1.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/multimedia/sound/freealut/translations.xml b/multimedia/sound/freealut/translations.xml new file mode 100644 index 0000000000..00d33b97f7 --- /dev/null +++ b/multimedia/sound/freealut/translations.xml @@ -0,0 +1,14 @@ + + + + freealut + Açık ses kütüphanesi Openal aletleri + Boîte à outils utilitaire d'OpenAL. + Die OpenAL Werkzeugsammlung + + + + freealut-devel + freealut için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index 6f61df5b70..75e2e10fef 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -83852,19 +83852,12 @@ thunar-volman is installed and configured properly, and you plug in your digical - - 2016-06-09 - 0.98.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - 2014-02-07 + 2016-12-07 0.98.2 First release - Serdar Soytetir - kaptan@pisilinux.org + Pisi Linux Community + admin@pisilinux.org @@ -95818,6 +95811,56 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + decibel-audio-player + http://decibel.silent-blade.org/ + + Yoyo Fernández + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.sound + Decibel Audio Player is a GTK+ open-source (GPL) audio player for GNU/Linux + Decibel Audio Player es un reproductor de audio escrito en GTK+ de código abierto (GPL) para GNU/Linux + 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. + 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. + http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-1.08.tar.gz + + prefix.patch + + multimedia/sound/decibel-audio-player/pspec.xml + + + decibel-audio-player + + dbus-python + gst-python + python-gtk + python-imaging + python-mutagen + + + /usr/bin + /usr/share/man/man1 + /usr/share/decibel-audio-player + /usr/share/applications + /usr/share/pixmaps + /usr/share/locale/ + /usr/share/doc + + + + + 2016-12-07 + 1.08 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + + wavpack @@ -96187,6 +96230,175 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + freealut + http://www.openal.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + multimedia.sound + Boîte à outils utilitaire d'OpenAL. + The OpenAL Utility Toolkit + Açık ses kütüphanesi Openal aletleri + Die OpenAL Werkzeugsammlung + freealut is a free implementation of OpenAL's ALUT standard. + http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz + + openal-devel + + + shared-openal.patch + + multimedia/sound/freealut/pspec.xml + + + freealut + + openal + + + /usr/lib + /usr/share/doc/freealut + + + + freealut-devel + Development files for freealut + freealut için geliştirme dosyaları + + freealut + openal-devel + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/freealut/html + + + + + 2016-12-07 + 1.1.0 + Rebuild for Pisi Linux 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2014-06-08 + 1.1.0 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-01-24 + 1.1.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + cantata + http://code.google.com/p/cantata + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2+ + multimedia.sound + Qt4 / KDE4 Music Player Client + Cantata is a graphical client for MPD + cantata + https://github.com/CDrummond/cantata/releases/download/v2.0.1/cantata-2.0.1.tar.bz2 + + qt5-base-devel + qt5-svg-devel + qt5-assistant-devel + qt5-designer-devel + qt5-linguist + qt5-qdbusviewer + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + cmake + libcddb-devel + musicbrainz5-devel + cdparanoia-devel + libxml2-devel + solid-devel + udisks2-devel + zlib-devel + eudev-devel + speex-devel + libmtp-devel + mpg123-devel + taglib-devel + ffmpeg-devel + libqjson-devel + vlc-devel + perl-URI + taglib-extras-devel + + multimedia/sound/cantata/pspec.xml + + + cantata + + qt5-base + qt5-svg + zlib + libcddb + cdparanoia + musicbrainz5 + perl-URI + eudev + libgcc + vlc-libs + speex + libmtp + mpg123 + taglib + ffmpeg + libqjson + taglib-extras + + + /usr/bin + /usr/share/doc/ + /usr/share/icons + /usr/share/pixmaps + /usr/share/cantata + /usr/lib + /usr/share/locale + /usr/share/applications + + + + + 2016-12-07 + 2.0.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + fluidsynth @@ -99773,6 +99985,86 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + dia + https://live.gnome.org/Dia + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.graphics + Diagram editor + Diyagram editörü. + Dia is a GTK+ based diagram creation program for GNU/Linux, + Dia, GTK tabanlı diyagram çizme ve düzenleme programıdır. + dia + http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.3.tar.xz + + intltool + qt5-base-devel + cairo-devel + python-devel + zlib-devel + freetype-devel + gdk-pixbuf-devel + gtk2-devel + glib2-devel + pango-devel + libxml2-devel + libpng-devel + libart_lgpl-devel + atk-devel + docbook-xsl + perl-XML-Parser + libxslt-devel + fontconfig-devel + + multimedia/graphics/dia/pspec.xml + + + dia + + python + zlib + freetype + cairo + gdk-pixbuf + gtk2 + pango + libxml2 + libpng + libart_lgpl + atk + libxslt + fontconfig + glib2 + + + /usr/bin + /usr/lib/dia + /usr/share/applications + /usr/share/icons + /usr/share/oaf + /usr/share/dia + /usr/share/mime-info + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + + 2016-12-07 + 0.97.3 + First Release + Stefan Gronewold + groni@pisilinux.org + + + gegl diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8c9f6887bb..0e30a7b6aa 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -ae2a8d93063fcf3503a9beff7be7664d95ec80c0 \ No newline at end of file +cc5f6f4712c1ebcbe2f42fdd867a06ef24bdaaed \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 20acb44a68..2025cbb29c 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 1d39100955..24e135698a 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -9a1641f14474ca45e4f6ee6776bdc15d04ee2220 \ No newline at end of file +e451813215bee52ba732cc63b680b26b69fb22ed \ No newline at end of file