Merge pull request #872 from alihanozturk/master

add pisi-2.0
This commit is contained in:
Ertuğrul Erata
2015-11-21 23:43:51 +02:00
11 changed files with 345 additions and 6 deletions
@@ -7,7 +7,7 @@ from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("-DKDE_INSTALL_USE_QT_SYS_PATHS=ON")
kde5.configure()
def build():
kde5.make()
@@ -5,9 +5,4 @@
<Summary xml:lang="tr">GTK+ API belge oluşturucusu</Summary>
<Description xml:lang="tr">gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir.</Description>
</Source>
<Package>
<Name>gtk-doc-devel</Name>
<Summary xml:lang="tr">gtk-doc geliştirme dosyaları</Summary>
</Package>
</PISI>
+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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "portaudio"
def setup():
autotools.configure("--disable-static --prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR())
pisitools.insinto("/%s/%s" % (get.docDIR(), get.srcNAME()), "doc/html")
pisitools.dodoc("LICENSE.txt", "README.txt")
+82
View File
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>portaudio</Name>
<Homepage>http://www.portaudio.com</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<Summary>Portable audio library</Summary>
<Description>PortAudio is a free, cross platform, open-source, audio I/O library.</Description>
<Archive type="targz" sha1sum="526a7955de59016a06680ac24209ecb6ce05527d">http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- Add a patch from Fedora to make non mmap alsa (and thus pulseaudio) work -->
<!-- <Patch level="1">portaudio-non-mmap-alsa.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>portaudio</Name>
<RuntimeDependencies>
<Dependency>alsa-lib</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>portaudio-devel</Name>
<Summary>Development files for portaudio</Summary>
<RuntimeDependencies>
<Dependency release="current">portaudio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc/portaudio/html</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-11-21</Date>
<Version>19.20140130</Version>
<Comment>Rebuild</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-06-01</Date>
<Version>19.20140130</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-05</Date>
<Version>19.20140130</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-29</Date>
<Version>19</Version>
<Comment>First release</Comment>
<Name>Fatih Turgel</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>portaudio</Name>
<Summary xml:lang="tr">Ses kütüphanesi</Summary>
<Description xml:lang="tr">Birden çok platformda kullanılabilinen açıkkodlu ses kütüphanesi</Description>
<Description xml:lang="fr">Une API audio multi-plateforme libre.</Description>
</Source>
<Package>
<Name>portaudio-devel</Name>
<Summary xml:lang="tr">portaudio için geliştirme dosyaları</Summary>
</Package>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/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.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
+94
View File
@@ -0,0 +1,94 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>telepathy-gabble</Name>
<Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A Jabber/XMPP connection manager for Telepathy</Summary>
<Description>telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls.</Description>
<Archive sha1sum="1c71c5acf2c506788aa4b1604390f38979d88887" type="targz">http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>loudmouth-devel</Dependency> -->
<Dependency>libnice-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>libnice-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>telepathy-gabble</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libnice</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>telepathy-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="5" type="security">
<Date>2015-11-21</Date>
<Version>0.18.3</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4" type="security">
<Date>2014-03-09</Date>
<Version>0.15.3</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3" type="security">
<Date>2013-07-29</Date>
<Version>0.15.3</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2" type="security">
<Date>2013-05-03</Date>
<Version>0.15.3</Version>
<Comment>Dep added</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1" type="security">
<Date>2012-09-01</Date>
<Version>0.15.3</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>telepathy-gabble</Name>
<Summary xml:lang="tr">Telepathy için Jabber/XMPP bağlantı yöneticisi</Summary>
<Description xml:lang="tr">telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir.</Description>
</Source>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/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.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS")
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>telepathy-haze</Name>
<Homepage>http://developer.pidgin.im/wiki/Telepathy</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>library</IsA>
<Summary>A multi-protocol Libpurple connection manager for Telepathy</Summary>
<Description>telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too.</Description>
<Archive sha1sum="e985b4553a5499470df14a0bf60a91fda09bc37d" type="targz">http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libpurple-devel</Dependency>
<Dependency>telepathy-glib-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>telepathy-haze</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libpurple</Dependency>
<Dependency>telepathy-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-11-21</Date>
<Version>0.8.0</Version>
<Comment>version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-09-19</Date>
<Version>0.5.0</Version>
<Comment>Fix dep, we have no kdenetwork package.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-29</Date>
<Version>0.5.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>0.5.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>telepathy-haze</Name>
<Summary xml:lang="tr">Çok protokol destekli, libpurple üzerine kurulu bir Telepathy bağlantı yöneticisi</Summary>
<Description xml:lang="tr">Telepathy-haze Pidgin'in de kullandığı libpurple üzerine kurulu bir bağlantı yöneticisidir. Libpurple tarafından desteklenen tüm protokol teoride telepathy-haze ile de desteklenmektedir.</Description>
</Source>
</PISI>