Merge branch 'master' of https://github.com/pisilinux/main
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/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("COPYING", "NEWS")
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dconf-editor</Name>
|
||||
<Homepage>http://live.gnome.org/dconf</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="a5d877858a8c66f0d7a627db8498ac767821e4fa" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dconf-editor</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>3.16.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dconf</Name>
|
||||
<Summary xml:lang="tr">Düşük seviyeli yapılandırma sistemi</Summary>
|
||||
<Description xml:lang="tr">FIXME</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -12,19 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="638a92d176b3efa01c7b3f5dfd89029acc8d799b" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.20/dconf-0.20.0.tar.xz</Archive>
|
||||
<Archive sha1sum="81fa57987b8ca92ec4b11225358356ea7e2d5391" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -34,12 +28,8 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -53,6 +43,8 @@
|
||||
<Summary>Development files for dconf</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">dconf</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -74,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>0.24.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.20</Version>
|
||||
@@ -103,4 +102,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -12,11 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extra dolphin plugins</Summary>
|
||||
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
|
||||
<Archive sha1sum="8a70299fba04d7e0829fb416b4df0903e60168fb" type="targz">http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz</Archive>
|
||||
<Archive sha1sum="6b5b0af055263274471e55988982de503721b231" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-plugins-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>dolphin-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -50,9 +53,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>First Relase unstable.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE File Manager</Summary>
|
||||
<Description>Dolphin is the File Manager for KDE.</Description>
|
||||
<Archive sha1sum="a066e818f9817a93dc603644891df937ee7ec411" type="targz">http://source.pisilinux.org/1.0/dolphin-14.12_20150729.tar.gz</Archive>
|
||||
<Archive sha1sum="cfdd0fa0157f3723edca6c053bae1b3917ea48f4" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
@@ -21,15 +21,16 @@
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<!--Dependency>baloo-widgets</Dependency-->
|
||||
<Dependency>kfilemetadata-devel</Dependency>
|
||||
<Dependency>kparts-devel</Dependency>
|
||||
<Dependency>ktexteditor-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -41,9 +42,7 @@
|
||||
<Name>dolphin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>ktexteditor</Dependency>
|
||||
<Dependency>kio-extras</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
@@ -102,6 +101,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>version bump to unstable.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-07-23</Date>
|
||||
<Version>14.12</Version>
|
||||
|
||||
@@ -14,13 +14,27 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An image viewer</Summary>
|
||||
<Description>Gwenview is an easy to use image viewer.</Description>
|
||||
<Archive sha1sum="903e1f377b10ed16841cb1a990ab2acbeeb7a4a4" type="targz">http://download1585.mediafire.com/bsu38b9x68tg/yz5jkp6xq5iqdba/gwenview.tar.gz</Archive>
|
||||
<Archive sha1sum="b6307d9185df1e136e62fac8009e5808776e5aae" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/gwenview-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libkipi-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<Dependency>libkdcraw-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -34,32 +48,32 @@
|
||||
<Dependency>libkipi</Dependency>
|
||||
<Dependency>libkdcraw</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -72,12 +86,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-25</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>first release, use unstable source.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -12,12 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C++ interface around LibRaw library</Summary>
|
||||
<Description>libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files.</Description>
|
||||
<Archive sha1sum="d9d837a3ebfa14e3a66920229ef771c1b6d0002f" type="targz">http://download948.mediafire.com/4znx7rkpdyzg/3ocxvqjsvdf3tzd/libkdcraw.tar.gz</Archive>
|
||||
<Archive sha1sum="0b09804bb198a9035128a289df10671c2a38ba1f" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/libkdcraw-15.07.90_20150715.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -44,6 +46,10 @@
|
||||
<Summary>Development files for libkdcraw</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkdcraw</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -54,8 +60,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2014-11-13</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>15.07.90_p1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<!--Dependency>xine-lib-devel</Dependency-->
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>qt-5.4.2.patch</Patch>
|
||||
@@ -50,18 +50,20 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">qt5-phonon</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="data">/usr/share/phonon4qt5</Path>
|
||||
<Path fileType="data">/usr/share/phonon4qt5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-02-23</Date>
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>4.8.3</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % (get.installDIR()))
|
||||
|
||||
pisitools.dosym("/usr/bin/wodim", "usr/bin/cdrecord")
|
||||
pisitools.dosym("/usr/bin/readom", "usr/bin/readcd")
|
||||
pisitools.dosym("/usr/bin/genisoimage", "usr/bin/mkisofs")
|
||||
pisitools.dosym("/usr/bin/genisoimage", "usr/bin/mkhybrid")
|
||||
pisitools.dosym("/usr/bin/icedax", "usr/bin/cdda2wav")
|
||||
|
||||
pisitools.dosym("/usr/share/man/man1/wodim.1", "usr/share/man/man1/cdrecord.1")
|
||||
pisitools.dosym("/usr/share/man/man1/readom.1", "usr/share/man/man1/readcd.1")
|
||||
pisitools.dosym("/usr/share/man/man1/genisoimage.1", "usr/share/man/man1/mkisofs.1")
|
||||
pisitools.dosym("/usr/share/man/man1/genisoimage.1", "usr/share/man/man1/mkhybrid.1")
|
||||
pisitools.dosym("/usr/share/man/man1/icedax.1", "usr/share/man/man1/cdda2wav.1")
|
||||
|
||||
pisitools.dodoc("ABOUT", "Changelog", "COPYING", "FAQ", "FORK", "START", "TODO", "VERSION")
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cdrkit</Name>
|
||||
<Homepage>http://cdrkit.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Suite of programs for CD/DVD recording.</Summary>
|
||||
<Description>Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction.</Description>
|
||||
<Archive sha1sum="3f7ddc06db0272942e1a4cd98c3c96462df77387" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cdrkit</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>file</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libcap</Dependency>
|
||||
<!--Dependency>cdparanoia</Dependency>
|
||||
<Dependency>vorbis-tools</Dependency-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package>cdrtools</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2013-09-14</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>Disable patch</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-16</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>fixing working</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-02-11</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cdrkit</Name>
|
||||
<Summary xml:lang="en">Suite of programs for CD/DVD recording.</Summary>
|
||||
<Description xml:lang="en">Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
shelltools.export("CFLAGS", "%s -fno-strict-aliasing" % get.CFLAGS())
|
||||
if get.ARCH() == "x86_64":
|
||||
autotools.make("BITS=64")
|
||||
else:
|
||||
autotools.make("BITS=32")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||
pisitools.dodoc("changes.txt")
|
||||
@@ -0,0 +1,33 @@
|
||||
IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
|
||||
Do not use or load this software and any associated materials (collectively, the "Software") until you have carefully read the following terms and conditions. By loading or using the Software, you agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the Software.
|
||||
|
||||
1. COPYRIGHT NOTICE
|
||||
Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights reserved.
|
||||
|
||||
2. LICENSE
|
||||
|
||||
2.1. This is your license from Intel Corp. under its intellectual property rights. You may have additional license terms from the party that provided you this software, covering your right to use that party's intellectual property rights.
|
||||
|
||||
2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a copy of the source code appearing in this file ("Covered Code") an irrevocable, perpetual, worldwide license under Intel's copyrights in the base code distributed originally by Intel ("Original Intel Code") to copy, make derivatives, distribute, use and display any portion of the Covered Code in any form, with the right to sublicense such rights; and
|
||||
|
||||
2.3. Intel grants Licensee a non-exclusive and non-transferable patent license (with the right to sublicense), under only those claims of Intel patents that are infringed by the Original Intel Code, to make, use, sell, offer to sell, and import the Covered Code and derivative works thereof solely to the minimum extent necessary to exercise the above copyright license, and in no event shall the patent license extend to any additions to or modifications of the Original Intel Code. No other license or right is granted directly or by implication, estoppel or otherwise; The above copyright and patent license is granted only if the following conditions are met:
|
||||
|
||||
3. CONDITIONS
|
||||
|
||||
3.1. Redistribution of Source with Rights to Further Distribute Source. Redistribution of source code of any substantial portion of the Covered Code or modification with rights to further distribute source must include the above Copyright Notice, the above License, this list of Conditions, and the following Disclaimer and Export Compliance provision. In addition, Licensee must cause all Covered Code to which Licensee contributes to contain a file documenting the changes Licensee made to create that Covered Code and the date of any change. Licensee must include in that file the documentation of any changes made by any predecessor Licensee. Licensee must include a prominent statement that the modification is derived, directly or indirectly, from Original Intel Code.
|
||||
|
||||
3.2. Redistribution of Source with no Rights to Further Distribute Source. Redistribution of source code of any substantial portion of the Covered Code or modification without rights to further distribute source must include the following Disclaimer and Export Compliance provision in the documentation and/or other materials provided with distribution. In addition, Licensee may not authorize further sublicense of source of any portion of the Covered Code, and must include terms to the effect that the license from Licensee to its licensee is limited to the intellectual property embodied in the software Licensee provides to its licensee, and not to intellectual property embodied in modifications its licensee may make.
|
||||
|
||||
3.3. Redistribution of Executable. Redistribution in executable form of any substantial portion of the Covered Code or modification must reproduce the above Copyright Notice, and the following Disclaimer and Export Compliance provision in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
3.4. Intel retains all right, title, and interest in and to the Original Intel Code.
|
||||
|
||||
3.5. Neither the name Intel nor any other trademark owned or controlled by Intel shall be used in advertising or otherwise to promote the sale, use or other dealings in products derived from or relating to the Covered Code without prior written authorization from Intel.
|
||||
|
||||
4. DISCLAIMER AND EXPORT COMPLIANCE
|
||||
|
||||
4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY.
|
||||
|
||||
4.3. Licensee shall not export, either directly or indirectly, any of this software or system incorporating such software without first obtaining any required license or other approval from the U. S. Department of Commerce or any other agency or department of the United States Government. In the event Licensee exports any such software from the United States or re-exports any such software from a foreign destination, Licensee shall ensure that the distribution and export/re-export of the software is in compliance with all laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations. Licensee agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, software, or service, directly or indirectly, to any country for which the United States government or any agency thereof requires an export license, other governmental approval, or letter of assurance, without first obtaining such license, approval or letter.
|
||||
@@ -0,0 +1,135 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH IASL 1 "October 14, 2005"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
iasl \- ACPI Source Language compiler/decompiler
|
||||
.SH SYNOPSIS
|
||||
.B iasl
|
||||
.RI [ options ]
|
||||
.RI [ "input file" ]
|
||||
.SH DESCRIPTION
|
||||
This manual page documents briefly the
|
||||
.B iasl
|
||||
command. The option list is taken from the iasl interactive help.
|
||||
.PP
|
||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||||
.\" respectively.
|
||||
.B iasl
|
||||
is an ASL compiler and decompiler.
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.PP
|
||||
.SS General Output
|
||||
.TP
|
||||
.B \-p <prefix>
|
||||
Specify filename prefix for all output files (including .aml)
|
||||
.TP
|
||||
.B \-vi
|
||||
Less verbose errors and warnings for use with IDEs
|
||||
.TP
|
||||
.B \-vo
|
||||
Enable optimization comments
|
||||
.TP
|
||||
.B \-vr
|
||||
Disable remarks
|
||||
.TP
|
||||
.B \-vs
|
||||
Disable signon
|
||||
|
||||
.PP
|
||||
.SS AML Output Files
|
||||
.TP
|
||||
.B \-s<a|c>
|
||||
Create AML in assembler or C source file (*.asm or *.c)
|
||||
.TP
|
||||
.B \-i<a|c>
|
||||
Create assembler or C include file (*.inc or *.h)
|
||||
.TP
|
||||
.B \-t<a|c>
|
||||
Create AML in assembler or C hex table (*.hex)
|
||||
|
||||
.PP
|
||||
.SS AML Code Generation
|
||||
.TP
|
||||
.B \-oa
|
||||
Disable all optimizations (compatibility mode)
|
||||
.TP
|
||||
.B \-of
|
||||
Disable constant folding
|
||||
.TP
|
||||
.B \-oi
|
||||
Disable integer optimization to Zero/One/Ones
|
||||
.TP
|
||||
.B \-on
|
||||
Disable named reference string optimization
|
||||
.TP
|
||||
.B \-r<Revision>
|
||||
Override table header Revision (1-255)
|
||||
|
||||
.PP
|
||||
.SS Listings
|
||||
.TP
|
||||
.B \-l
|
||||
Create mixed listing file (ASL source and AML) (*.lst)
|
||||
.TP
|
||||
.B \-ln
|
||||
Create namespace file (*.nsp)
|
||||
.TP
|
||||
.B \-ls
|
||||
Create combined source file (expanded includes) (*.src)
|
||||
|
||||
.PP
|
||||
.SS AML Disassembler
|
||||
.TP
|
||||
.B \-d [file]
|
||||
Disassemble AML to ASL source code file (*.dsl)
|
||||
.TP
|
||||
.B \-dc [file]
|
||||
Disassemble AML and immediately compile it
|
||||
.br
|
||||
(Obtain DSDT from current system if no input file)
|
||||
.TP
|
||||
.B \-e
|
||||
Generate External() statements for unresolved symbols
|
||||
.TP
|
||||
.B \-g
|
||||
Get ACPI tables and write to files (*.dat)
|
||||
|
||||
.PP
|
||||
.SS Miscellaneous
|
||||
.TP
|
||||
.B \-a
|
||||
Verify source file is entirely ASCII text (0x00-0x7F)
|
||||
|
||||
.PP
|
||||
.SS Help
|
||||
.TP
|
||||
.B \-h
|
||||
Additional help and compiler debug options
|
||||
.TP
|
||||
.B \-hc
|
||||
Display operators allowed in constant expressions
|
||||
.TP
|
||||
.B \-hr
|
||||
Display ACPI reserved method names
|
||||
|
||||
.SH AUTHOR
|
||||
iasl was written by Robert Moore <robert.moore@intel.com>.
|
||||
.PP
|
||||
This manual page was written by Mattia Dongili <malattia@debian.org>,
|
||||
for the Debian project (but may be used by others).
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>acpica</Name>
|
||||
<Homepage>http://www.acpica.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>ACPI debugging tools written by Intel</Summary>
|
||||
<Description>acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler.</Description>
|
||||
<Archive sha1sum="821055093d9520528b5b4bd95a1e5a499c3ccf12" type="targz">ftp://gentoo.arcticnetwork.ca/pub/gentoo/distfiles/acpica-unix-20130117.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>acpica</Name>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/iasl.1">iasl.1</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/doc/acpica/LICENSE">LICENSE</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-03-05</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>Rebuild for buildhost</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-02</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>Fixed</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-22</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>acpica</Name>
|
||||
<Summary xml:lang="tr">Intel ACPI hata ayıklama araçları</Summary>
|
||||
<Description xml:lang="tr">acpica, AML yorumlayıcısı, AML hata ayıklayıcısı, ACPI donanım ve olay desteği, ASL derleyicisi ve ASL disassembler gibi çeşitli ACPI araçları içeren bir pakettir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
shelltools.export("AUTO_GOPATH", "1")
|
||||
shelltools.export("DOCKER_GITCOMMIT", "786b29d")
|
||||
shelltools.export("DOCKER_GITCOMMIT", "0d03096")
|
||||
shelltools.export("GOPATH", "%s" % get.workDIR())
|
||||
|
||||
shelltools.export("CGO_CFLAGS", "-I/usr/include")
|
||||
@@ -24,10 +24,10 @@ def build():
|
||||
shelltools.system("./hack/make.sh dynbinary")
|
||||
|
||||
def install():
|
||||
pisitools.dobin("bundles/1.7.1/dynbinary/docker")
|
||||
pisitools.dobin("bundles/1.7.1/dynbinary/docker-1.7.1")
|
||||
pisitools.doexe("bundles/1.7.1/dynbinary/dockerinit", "/usr/lib/docker")
|
||||
pisitools.doexe("bundles/1.7.1/dynbinary/dockerinit-1.7.1", "/usr/lib/docker")
|
||||
pisitools.dobin("bundles/1.8.0/dynbinary/docker")
|
||||
pisitools.dobin("bundles/1.8.0/dynbinary/docker-1.8.0")
|
||||
pisitools.doexe("bundles/1.8.0/dynbinary/dockerinit", "/usr/lib/docker")
|
||||
pisitools.doexe("bundles/1.8.0/dynbinary/dockerinit-1.8.0", "/usr/lib/docker")
|
||||
|
||||
# insert udev rules
|
||||
pisitools.insinto("/etc/udev/rules.d", "contrib/udev/*.rules")
|
||||
|
||||
@@ -16,7 +16,7 @@ def start():
|
||||
os.system("/sbin/modprobe -va bridge nf_nat br_netfilter")
|
||||
|
||||
startService(command="/usr/bin/docker",
|
||||
args="-d %s" % (config.get("DOCKER_OPTS", "")),
|
||||
args="daemon %s" % (config.get("DOCKER_OPTS", "")),
|
||||
chuid="root:docker",
|
||||
pidfile="/var/run/docker.pid",
|
||||
donotify=True)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Summary>Pack, ship and run any application as a lightweight container</Summary>
|
||||
<Description>An open platform for distributed applications for developers and sysadmins</Description>
|
||||
<!--fix sha1sum-->
|
||||
<Archive sha1sum="93a7dffdc434af3ba38104a1d3ae445212ae8c0d" type="targz">https://github.com/docker/docker/archive/v1.7.1.tar.gz</Archive>
|
||||
<Archive sha1sum="670f6ef2b8d03c11985fadfde09e1cfbe17fa8ec" type="targz">https://github.com/docker/docker/archive/v1.8.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>golang</Dependency>
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>1.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>1.7.1</Version>
|
||||
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
@@ -0,0 +1,11 @@
|
||||
--- virt-wrapper-0.1.1.orig/virt-wrapper.py 2009-12-22 10:37:12.000000000 +0200
|
||||
+++ virt-wrapper-0.1.1/virt-wrapper.py 2014-11-23 12:44:24.702025021 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
__trans = gettext.translation('virt-wrapper', fallback=True)
|
||||
_ = __trans.ugettext
|
||||
|
||||
-VIRT_GROUP = "virt"
|
||||
+VIRT_GROUP = "vboxusers"
|
||||
|
||||
class VBox:
|
||||
def __init__(self):
|
||||
@@ -0,0 +1,20 @@
|
||||
--- virt-wrapper.py~ 2013-02-01 21:29:54.545523923 +0100
|
||||
+++ virt-wrapper.py 2013-02-01 21:30:39.649522275 +0100
|
||||
@@ -130,7 +130,7 @@
|
||||
if mod.replace("-", "_") in loaded:
|
||||
link = comar.Link()
|
||||
try:
|
||||
- link.Boot.Modules["module_init_tools"].unload(mod)
|
||||
+ link.Boot.Modules["kmod"].unload(mod)
|
||||
except dbus.exceptions.DBusException:
|
||||
return False
|
||||
else:
|
||||
@@ -168,7 +168,7 @@
|
||||
failure = False
|
||||
for mod in mods:
|
||||
try:
|
||||
- link.Boot.Modules["module_init_tools"].load(mod, "")
|
||||
+ link.Boot.Modules["kmod"].load(mod, "")
|
||||
except dbus.exceptions.DBusException:
|
||||
failure = True
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
Index: virt-wrapper-0.1.1/virt-wrapper.py
|
||||
===================================================================
|
||||
--- virt-wrapper-0.1.1.orig/virt-wrapper.py
|
||||
+++ virt-wrapper-0.1.1/virt-wrapper.py
|
||||
@@ -168,7 +168,7 @@ def checkModules(vapp):
|
||||
failure = False
|
||||
for mod in mods:
|
||||
try:
|
||||
- link.Boot.Modules["module_init_tools"].load(mod)
|
||||
+ link.Boot.Modules["module_init_tools"].load(mod, "")
|
||||
except dbus.exceptions.DBusException:
|
||||
failure = True
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virt-wrapper</Name>
|
||||
<Homepage>http://www.pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Wrapper for virtualization software</Summary>
|
||||
<Description>virt-wrapper is a wrapper for virtualization applications. It warns users if they are not a member of virt group and loads the kernel modules automatically.</Description>
|
||||
<Archive sha1sum="658ed1a96ccae29ff2378829dd27f94d8d9929e1" type="targz">http://source.pisilinux.org/1.0/virt-wrapper-0.1.1.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">pass-options-arg.patch</Patch>
|
||||
<Patch level="0">kmod.patch</Patch>
|
||||
<Patch level="1">change_group.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>virt-wrapper</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-11-23</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Chande group for usb connect issue</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>virt-wrapper</Name>
|
||||
<Summary xml:lang="tr">Sanallaştırma yazılımları için önbetik</Summary>
|
||||
<Description xml:lang="tr">virt-wrapper, sanallaştırma uygulamaları için bir betik içerir. Bu betik, kullanıcıyı eğer virt grubunda değilse uyarır ve çekirdek modüllerini de otomatik olarak yükler.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Binary file not shown.
@@ -12,8 +12,11 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Performance analyser tool that makes full use of the Linux performance counter subsystem</Summary>
|
||||
<Description>perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem.</Description>
|
||||
<Archive sha1sum="553164212ea3a162a2ff63276c60fe7dd04e9ad1" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="dce24ac1874f362000e40027075e7d24ba123b73" type="targz">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
<Dependency>audit-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>unifdef</Dependency>
|
||||
<Dependency>elfutils</Dependency>
|
||||
@@ -29,16 +32,20 @@
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Linux patches -->
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.0.5.xz</Patch>
|
||||
<Patch level="1" compressionType="xz">patches/linux/patch-4.1.5.xz</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>audit</Dependency>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>newt</Dependency>
|
||||
<Dependency>elfutils</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
@@ -61,7 +68,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="51">
|
||||
<Update release="52">
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>4.1.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="51">
|
||||
<Date>2015-06-16</Date>
|
||||
<Version>4.0.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
@@ -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/copyleft/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("README")
|
||||
|
||||
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libraw</Name>
|
||||
<Homepage>http://www.libraw.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Yücel KILIÇ</Name>
|
||||
<Email>yucel.kilic@linux.org.tr</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>CDDL</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Raw image decoder</Summary>
|
||||
<Description>LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).</Description>
|
||||
<Archive sha1sum="fd74432c9167a5621d24cb5ba0d1fc082a8963b4" type="targz">http://www.libraw.org/data/LibRaw-0.16.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>jasper-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libraw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>jasper</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libraw-devel</Name>
|
||||
<Summary>Development files for libraw</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libraw</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>jasper-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>0.16.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-05-16</Date>
|
||||
<Version>0.16.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>0.16.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-02-08</Date>
|
||||
<Version>0.16.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-08-17</Date>
|
||||
<Version>0.15.2</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-07-29</Date>
|
||||
<Version>0.15.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-27</Date>
|
||||
<Version>0.14.7</Version>
|
||||
<Comment>Move pc files to devel pack, rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-12-31</Date>
|
||||
<Version>0.14.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>LibRaw</Name>
|
||||
<Summary xml:lang="tr">RAW görüntü çözme kitaplığı</Summary>
|
||||
<Description xml:lang="tr">LibRaw, dijital fotoğraf kameralarından elde edilen RAW dosyalrını (CRW/CR2, NEF, RAF, DNG ve diğerleri) okumaya yarayan bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libraw-devel</Name>
|
||||
<Summary xml:lang="tr">libraw için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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():
|
||||
pisitools.dosed("configure", "HAVE_PYTHON=yes", "HAVE_PYTHON=no")
|
||||
autotools.configure("--enable-static=no")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkate</Name>
|
||||
<Homepage>http://code.google.com/p/libkate</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A text codec for embedding in Ogg</Summary>
|
||||
<Description>Kate is a codec for karaoke and text encapsulation for Ogg.</Description>
|
||||
<Archive sha1sum="87fd8baaddb7120fb4d20b0a0437e44ea8b6c9d8" type="targz">http://libkate.googlecode.com/files/libkate-0.4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkate</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkate-devel</Name>
|
||||
<Summary>Development files for libkate</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkate</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkate-docs</Name>
|
||||
<Summary>API documentation for libkate</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkate</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/libkate/html</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libkate/examples</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-31</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>missing dep.</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-08-29</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkate</Name>
|
||||
<Summary xml:lang="tr">Ogg için karaoke ve metin kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Kate, karaoke ve metinleri ogg dosyalara gömmek için kullanılan kitaplık ve konsol uygulamaları içerir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkate-devel</Name>
|
||||
<Summary xml:lang="tr">libkate için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkate-docs</Name>
|
||||
<Summary xml:lang="tr">libkate paketine ait API belgeleri</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -20,6 +20,7 @@
|
||||
<Dependency>speex-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libkate-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-fPIC")
|
||||
pisitools.cxxflags.add("-fPIC")
|
||||
pisitools.ldflags.add("-fPIC")
|
||||
autotools.autoreconf("-if")
|
||||
#libtools.libtoolize("--force --copy --automake")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-shared \
|
||||
--prefix=/usr \
|
||||
--enable-samples \
|
||||
--enable-ipv6 \
|
||||
")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("*txt")
|
||||
@@ -0,0 +1,133 @@
|
||||
diff -ur gsoap-2.8.orig/configure.in gsoap-2.8/configure.in
|
||||
--- gsoap-2.8.orig/configure.in 2011-10-22 23:12:11.000000000 +0200
|
||||
+++ gsoap-2.8/configure.in 2011-11-01 06:25:39.071999543 +0100
|
||||
@@ -16,8 +16,7 @@
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
AC_PROG_CPP
|
||||
-AC_PROG_RANLIB
|
||||
-#AM_PROG_LIBTOOL
|
||||
+AM_PROG_LIBTOOL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
@@ -226,13 +225,13 @@
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
|
||||
WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
- WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz"
|
||||
+ WSDL2H_EXTRA_LIBS=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
fi
|
||||
if test -n "$OPENSSL"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -244,7 +243,7 @@
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
WSDL2H_EXTRA_LIBS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
|
||||
fi
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||
diff -ur gsoap-2.8.orig/gsoap/Makefile.am gsoap-2.8/gsoap/Makefile.am
|
||||
--- gsoap-2.8.orig/gsoap/Makefile.am 2011-10-22 23:12:12.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/Makefile.am 2011-11-01 06:25:39.071999543 +0100
|
||||
@@ -34,20 +34,30 @@
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||
|
||||
-lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a
|
||||
+lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la
|
||||
|
||||
-libgsoap_a_SOURCES = stdsoap2.c dom.c
|
||||
-libgsoap_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
-libgsoap___a_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
|
||||
-libgsoap___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
-libgsoapck_a_SOURCES = stdsoap2_ck.c dom.c
|
||||
-libgsoapck_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES
|
||||
-libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp
|
||||
-libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES
|
||||
-libgsoapssl_a_SOURCES = stdsoap2_ssl.c dom.c
|
||||
-libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
|
||||
-libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
|
||||
-libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
|
||||
+SOVERSION = 0
|
||||
+
|
||||
+libgsoap_la_SOURCES = stdsoap2.c dom.c
|
||||
+libgsoap_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
+libgsoap_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoap___la_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
|
||||
+libgsoap___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform)
|
||||
+libgsoap___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapck_la_SOURCES = stdsoap2_ck.c dom.c
|
||||
+libgsoapck_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES
|
||||
+libgsoapck_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapck___la_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp
|
||||
+libgsoapck___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) -DWITH_COOKIES
|
||||
+libgsoapck___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c
|
||||
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
|
||||
+libgsoapssl_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl_la_LIBADD = -lssl -lcrypto -lz
|
||||
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
|
||||
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM
|
||||
+libgsoapssl___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl___la_LIBADD = -lssl -lcrypto -lz
|
||||
|
||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
|
||||
|
||||
diff -ur gsoap-2.8.orig/gsoap/samples/autotest/Makefile.am gsoap-2.8/gsoap/samples/autotest/Makefile.am
|
||||
--- gsoap-2.8.orig/gsoap/samples/autotest/Makefile.am 2011-10-22 23:12:14.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/samples/autotest/Makefile.am 2011-11-01 06:25:39.071999543 +0100
|
||||
@@ -14,7 +14,7 @@
|
||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||
SOAPHEADER=$(srcdir)/examples.h
|
||||
SOAP_CPP_SRC=soapC.cpp soapServer.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||
diff -ur gsoap-2.8.orig/gsoap/samples/databinding/Makefile.am gsoap-2.8/gsoap/samples/databinding/Makefile.am
|
||||
--- gsoap-2.8.orig/gsoap/samples/databinding/Makefile.am 2011-10-22 23:12:15.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/samples/databinding/Makefile.am 2011-11-01 06:25:39.071999543 +0100
|
||||
@@ -14,7 +14,7 @@
|
||||
WSDLINPUT=$(srcdir)/address.xsd
|
||||
SOAPHEADER=$(srcdir)/address.h
|
||||
SOAP_CPP_SRC=addressC.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||
diff -ur gsoap-2.8.orig/gsoap/samples/Makefile.defines gsoap-2.8/gsoap/samples/Makefile.defines
|
||||
--- gsoap-2.8.orig/gsoap/samples/Makefile.defines 2011-10-22 23:12:15.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/samples/Makefile.defines 2011-11-01 06:25:39.071999543 +0100
|
||||
@@ -15,13 +15,13 @@
|
||||
SOAP_C_CORE=soapC.c
|
||||
SOAP_C_CLIENT=soapClient.c $(SOAP_C_CORE)
|
||||
SOAP_C_SERVER=soapServer.c $(SOAP_C_CORE)
|
||||
-SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.a
|
||||
-SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.a
|
||||
-SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.a
|
||||
+SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.la
|
||||
+SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.la
|
||||
+SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.la
|
||||
|
||||
SOAP_CPP_CORE=soapC.cpp
|
||||
SOAP_CPP_CLIENT=soapClient.cpp $(SOAP_CPP_CORE)
|
||||
SOAP_CPP_SERVER=soapServer.cpp $(SOAP_CPP_CORE)
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
-SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.a
|
||||
-SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
+SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.la
|
||||
+SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.la
|
||||
@@ -0,0 +1,33 @@
|
||||
diff -ur gsoap-2.8.orig/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h gsoap-2.8/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h
|
||||
--- gsoap-2.8.orig/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h 2013-08-26 01:10:06.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200
|
||||
@@ -2130,6 +2130,7 @@
|
||||
struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */
|
||||
#else
|
||||
struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */
|
||||
+ unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)];
|
||||
#endif
|
||||
#endif
|
||||
size_t peerlen;
|
||||
diff -ur gsoap-2.8.orig/gsoap/stdsoap2.h gsoap-2.8/gsoap/stdsoap2.h
|
||||
--- gsoap-2.8.orig/gsoap/stdsoap2.h 2013-08-26 01:10:07.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200
|
||||
@@ -2130,6 +2130,7 @@
|
||||
struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */
|
||||
#else
|
||||
struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */
|
||||
+ unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)];
|
||||
#endif
|
||||
#endif
|
||||
size_t peerlen;
|
||||
diff -ur gsoap-2.8.orig/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h gsoap-2.8/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h
|
||||
--- gsoap-2.8.orig/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h 2013-08-26 01:10:07.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h 2013-10-16 09:29:02.181454071 +0200
|
||||
@@ -2130,6 +2130,7 @@
|
||||
struct sockaddr_storage peer; /* IPv6: set by soap_accept and by UDP recv */
|
||||
#else
|
||||
struct sockaddr_in peer; /* IPv4: set by soap_connect/soap_accept and by UDP recv */
|
||||
+ unsigned char pad[sizeof(struct sockaddr_storage) - sizeof(struct sockaddr_in)];
|
||||
#endif
|
||||
#endif
|
||||
size_t peerlen;
|
||||
@@ -0,0 +1,44 @@
|
||||
diff -ur gsoap-2.8.orig/gsoapck.pc.in gsoap-2.8/gsoapck.pc.in
|
||||
--- gsoap-2.8.orig/gsoapck.pc.in 2013-08-26 01:10:08.000000000 +0200
|
||||
+++ gsoap-2.8/gsoapck.pc.in 2013-10-31 09:35:27.786580230 +0100
|
||||
@@ -7,5 +7,6 @@
|
||||
Description: SOAP C Web Services with Cookies Enabled
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
-Libs: -L${libdir} -lgsoapck @SAMPLE_EXTRA_LIBS@
|
||||
+Libs: -L${libdir} -lgsoapck
|
||||
+Libs.private: @SAMPLE_EXTRA_LIBS@
|
||||
Cflags: @SOAPCPP2_IPV6@ -DWITH_COOKIES -DWITH_DOM -I${includedir}
|
||||
diff -ur gsoap-2.8.orig/gsoapck++.pc.in gsoap-2.8/gsoapck++.pc.in
|
||||
--- gsoap-2.8.orig/gsoapck++.pc.in 2013-08-26 01:10:08.000000000 +0200
|
||||
+++ gsoap-2.8/gsoapck++.pc.in 2013-10-31 09:35:12.459766167 +0100
|
||||
@@ -7,5 +7,6 @@
|
||||
Description: SOAP C++ Web Services with Cookies Enabled
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
-Libs: -L${libdir} -lgsoapck++ @SAMPLE_EXTRA_LIBS@
|
||||
+Libs: -L${libdir} -lgsoapck++
|
||||
+Libs.private: @SAMPLE_EXTRA_LIBS@
|
||||
Cflags: @SOAPCPP2_IPV6@ -DWITH_COOKIES -DWITH_DOM -I${includedir}
|
||||
diff -ur gsoap-2.8.orig/gsoap.pc.in gsoap-2.8/gsoap.pc.in
|
||||
--- gsoap-2.8.orig/gsoap.pc.in 2013-08-26 01:10:08.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap.pc.in 2013-10-31 09:34:52.043013855 +0100
|
||||
@@ -7,5 +7,6 @@
|
||||
Description: SOAP C Web Services
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
-Libs: -L${libdir} -lgsoap @SAMPLE_EXTRA_LIBS@
|
||||
+Libs: -L${libdir} -lgsoap
|
||||
+Libs.private: @SAMPLE_EXTRA_LIBS@
|
||||
Cflags: @SOAPCPP2_IPV6@ -DWITH_DOM -I${includedir}
|
||||
diff -ur gsoap-2.8.orig/gsoap++.pc.in gsoap-2.8/gsoap++.pc.in
|
||||
--- gsoap-2.8.orig/gsoap++.pc.in 2013-08-26 01:10:08.000000000 +0200
|
||||
+++ gsoap-2.8/gsoap++.pc.in 2013-10-31 09:34:20.155400703 +0100
|
||||
@@ -7,5 +7,6 @@
|
||||
Description: SOAP C++ Web Services
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
-Libs: -L${libdir} -lgsoap++ @SAMPLE_EXTRA_LIBS@
|
||||
+Libs: -L${libdir} -lgsoap++
|
||||
+Libs.private: @SAMPLE_EXTRA_LIBS@
|
||||
Cflags: @SOAPCPP2_IPV6@ -DWITH_DOM -I${includedir}
|
||||
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gsoap</Name>
|
||||
<Homepage>http://sourceforge.net/projects/gsoap2/</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
|
||||
<Description>The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
|
||||
<Archive sha1sum="e66bbdeaa6b5bdcb11de5141e1f17343a023c5c4" type="zip">http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.22.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">gsoap-pad.patch</Patch> -->
|
||||
<!--<Patch level="1">gsoap-libtool.patch</Patch> -->
|
||||
<!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gsoap</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/gsoap</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gsoap-devel</Name>
|
||||
<Summary>Development files for gsoap</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gsoap</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>2.8.22</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-02-06</Date>
|
||||
<Version>2.8.21</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-03-01</Date>
|
||||
<Version>2.8.16</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gsoap</Name>
|
||||
<Summary xml:lang="en">Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
|
||||
<Description xml:lang="en">The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gsoap-devel</Name>
|
||||
<Summary xml:lang="tr">gsoap için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="en">Development files for gsoap</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+712
-32
@@ -3157,6 +3157,105 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libraw</Name>
|
||||
<Homepage>http://www.libraw.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Yücel KILIÇ</Name>
|
||||
<Email>yucel.kilic@linux.org.tr</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<License>CDDL</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.graphics</PartOf>
|
||||
<Summary xml:lang="en">Raw image decoder</Summary>
|
||||
<Description xml:lang="en">LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).</Description>
|
||||
<Archive type="targz" sha1sum="bb2e1ad00857ff896b2161265f821cd282c912ef">http://www.libraw.org/data/LibRaw-0.16.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/graphics/libraw/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libraw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>jasper</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libraw-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libraw</Summary>
|
||||
<Summary xml:lang="tr">libraw için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="7">libraw</Dependency>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2015-05-16</Date>
|
||||
<Version>0.16.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Hakan Yıldız</Name>
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>0.16.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-02-08</Date>
|
||||
<Version>0.16.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-08-17</Date>
|
||||
<Version>0.15.2</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-07-29</Date>
|
||||
<Version>0.15.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-27</Date>
|
||||
<Version>0.14.7</Version>
|
||||
<Comment>Move pc files to devel pack, rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-12-31</Date>
|
||||
<Version>0.14.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libdmtx</Name>
|
||||
@@ -5357,6 +5456,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
<Dependency>speex-devel</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libkate-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/sound/vorbis-tools/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -9547,6 +9647,100 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libkate</Name>
|
||||
<Homepage>http://code.google.com/p/libkate</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>multimedia.misc</PartOf>
|
||||
<Summary xml:lang="en">A text codec for embedding in Ogg</Summary>
|
||||
<Summary xml:lang="tr">Ogg için karaoke ve metin kitaplığı</Summary>
|
||||
<Description xml:lang="en">Kate is a codec for karaoke and text encapsulation for Ogg.</Description>
|
||||
<Description xml:lang="tr">Kate, karaoke ve metinleri ogg dosyalara gömmek için kullanılan kitaplık ve konsol uygulamaları içerir.</Description>
|
||||
<Archive type="targz" sha1sum="87fd8baaddb7120fb4d20b0a0437e44ea8b6c9d8">http://libkate.googlecode.com/files/libkate-0.4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/misc/libkate/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libkate</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libkate-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libkate</Summary>
|
||||
<Summary xml:lang="tr">libkate için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">libkate</Dependency>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libkate-docs</Name>
|
||||
<Summary xml:lang="en">API documentation for libkate</Summary>
|
||||
<Summary xml:lang="tr">libkate paketine ait API belgeleri</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">libkate</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/libkate/html</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libkate/examples</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-05-24</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-31</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>missing dep.</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-08-29</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>orc</Name>
|
||||
@@ -21934,6 +22128,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>dev86</Name>
|
||||
<Homepage>http://homepage.ntlworld.com/robert.debath/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>programming.tool</PartOf>
|
||||
<Summary xml:lang="en">Development environment for ELKS-86 and standalone 8086 code</Summary>
|
||||
<Summary xml:lang="tr">ELKS-86 ve 8086 kodları için geliştirme ortamı</Summary>
|
||||
<Summary xml:lang="es">Entorno de desarrollo para ELKS-86 y código 8086 independiente</Summary>
|
||||
<Description xml:lang="en">The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources.</Description>
|
||||
<Archive type="targz" sha1sum="9e8c2949c408ce8ebdade3af3eee775ebac3cab5">http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.19.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/dev86-noelks.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-nostrip.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-long.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-print-overflow.patch</Patch>
|
||||
<Patch level="1">dont-ask-anything.patch</Patch>
|
||||
<Patch level="1">64bit-build-fix.patch</Patch>
|
||||
<Patch level="1">makefile-fix.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>programming/tool/dev86/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>dev86</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Release.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-02</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.16.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>ctags</Name>
|
||||
@@ -26125,6 +26378,77 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gsoap</Name>
|
||||
<Homepage>http://sourceforge.net/projects/gsoap2/</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary xml:lang="en">Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
|
||||
<Description xml:lang="en">The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
|
||||
<Archive type="zip" sha1sum="e66bbdeaa6b5bdcb11de5141e1f17343a023c5c4">http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.22.zip</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>office/misc/gsoap/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gsoap</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/gsoap</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gsoap-devel</Name>
|
||||
<Summary xml:lang="en">Development files for gsoap</Summary>
|
||||
<Summary xml:lang="tr">gsoap için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="3">gsoap</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>2.8.22</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-02-06</Date>
|
||||
<Version>2.8.21</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-03-01</Date>
|
||||
<Version>2.8.16</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>graphite2</Name>
|
||||
@@ -28167,6 +28491,102 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libvncserver</Name>
|
||||
<Homepage>http://libvncserver.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>server.misc</PartOf>
|
||||
<Summary xml:lang="en">Library for creating VNC (Virtual Network Computing) servers</Summary>
|
||||
<Summary xml:lang="tr">VNC sunucu oluşturmak için kütüphane</Summary>
|
||||
<Summary xml:lang="pl">Biblioteka do łatwego implementowania serwera VNC</Summary>
|
||||
<Description xml:lang="en">libvncserver provides a C library to create VNC servers.</Description>
|
||||
<Description xml:lang="tr">VNC sunucu benzeri kendi VNC (Virtual Network Computing) sunucunuzu oluşturmak isterseniz gerekli kütüphane</Description>
|
||||
<Description xml:lang="pl">Wieloplatformowa biblioteka C, pozwalającą na łatwą implementację trybu serwera lub klienta VNC (Virtual Network Computing) we własnym programie.</Description>
|
||||
<Archive type="targz" sha1sum="2004c6ae493baeff3da40b61e0a0f73c83182dad">mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>server/misc/libvncserver/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libvncserver</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/*-config</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libvncserver-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libvncserver</Summary>
|
||||
<Summary xml:lang="tr">libvncserver için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="pl">Pliki nagłówkowe libvncserver</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="5">libvncserver</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Rebuild for gcc.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-04-05</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-09-28</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-30</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-17</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>samba</Name>
|
||||
@@ -44665,6 +45085,73 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>cdrkit</Name>
|
||||
<Homepage>http://cdrkit.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.optical</PartOf>
|
||||
<Summary xml:lang="en">Suite of programs for CD/DVD recording.</Summary>
|
||||
<Description xml:lang="en">Suite of programs for CD/DVD recording, ISO image creation, and audio CD extraction.</Description>
|
||||
<Archive type="targz" sha1sum="3f7ddc06db0272942e1a4cd98c3c96462df77387">http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/optical/cdrkit/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>cdrkit</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>file</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libcap</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package>cdrtools</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2013-09-14</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>Disable patch</Comment>
|
||||
<Name>Burak Fazıl Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-16</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>fixing working</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-02-11</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>vbetool</Name>
|
||||
@@ -44735,7 +45222,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Herhangi bir uygulamayı paketleyip çalıştırmak için hafif kontenyer</Summary>
|
||||
<Description xml:lang="en">An open platform for distributed applications for developers and sysadmins</Description>
|
||||
<Description xml:lang="tr">Geliştirici ve Sistem Yöneticileri için açık ve dağıtık platform</Description>
|
||||
<Archive type="targz" sha1sum="93a7dffdc434af3ba38104a1d3ae445212ae8c0d">https://github.com/docker/docker/archive/v1.7.1.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="670f6ef2b8d03c11985fadfde09e1cfbe17fa8ec">https://github.com/docker/docker/archive/v1.8.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>golang</Dependency>
|
||||
@@ -44774,6 +45261,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>1.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>1.7.1</Version>
|
||||
@@ -44812,6 +45306,61 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>virt-wrapper</Name>
|
||||
<Homepage>http://www.pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.virtualization</PartOf>
|
||||
<Summary xml:lang="en">Wrapper for virtualization software</Summary>
|
||||
<Summary xml:lang="tr">Sanallaştırma yazılımları için önbetik</Summary>
|
||||
<Description xml:lang="en">virt-wrapper is a wrapper for virtualization applications. It warns users if they are not a member of virt group and loads the kernel modules automatically.</Description>
|
||||
<Description xml:lang="tr">virt-wrapper, sanallaştırma uygulamaları için bir betik içerir. Bu betik, kullanıcıyı eğer virt grubunda değilse uyarır ve çekirdek modüllerini de otomatik olarak yükler.</Description>
|
||||
<Archive type="targz" sha1sum="658ed1a96ccae29ff2378829dd27f94d8d9929e1">http://source.pisilinux.org/1.0/virt-wrapper-0.1.1.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">pass-options-arg.patch</Patch>
|
||||
<Patch level="0">kmod.patch</Patch>
|
||||
<Patch level="1">change_group.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>hardware/virtualization/virt-wrapper/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>virt-wrapper</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-11-23</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Chande group for usb connect issue</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>suspend</Name>
|
||||
@@ -44882,6 +45431,61 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>acpica</Name>
|
||||
<Homepage>http://www.acpica.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.powermanagement</PartOf>
|
||||
<Summary xml:lang="en">ACPI debugging tools written by Intel</Summary>
|
||||
<Summary xml:lang="tr">Intel ACPI hata ayıklama araçları</Summary>
|
||||
<Description xml:lang="en">acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler.</Description>
|
||||
<Description xml:lang="tr">acpica, AML yorumlayıcısı, AML hata ayıklayıcısı, ACPI donanım ve olay desteği, ASL derleyicisi ve ASL disassembler gibi çeşitli ACPI araçları içeren bir pakettir.</Description>
|
||||
<Archive type="targz" sha1sum="821055093d9520528b5b4bd95a1e5a499c3ccf12">ftp://gentoo.arcticnetwork.ca/pub/gentoo/distfiles/acpica-unix-20130117.tar.gz</Archive>
|
||||
<SourceURI>hardware/powermanagement/acpica/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>acpica</Name>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/man/man1/iasl.1" permission="0644" owner="root">iasl.1</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/doc/acpica/LICENSE" permission="0644" owner="root">LICENSE</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-03-05</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>Rebuild for buildhost</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-02</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>Fixed</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-12-22</Date>
|
||||
<Version>0.0_20130117</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pm-utils</Name>
|
||||
@@ -49046,19 +49650,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Düşük seviyeli yapılandırma sistemi</Summary>
|
||||
<Description xml:lang="en">dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Description xml:lang="tr">FIXME</Description>
|
||||
<Archive type="tarxz" sha1sum="638a92d176b3efa01c7b3f5dfd89029acc8d799b">http://ftp.gnome.org/pub/gnome/sources/dconf/0.20/dconf-0.20.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="81fa57987b8ca92ec4b11225358356ea7e2d5391">http://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/base/dconf/pspec.xml</SourceURI>
|
||||
@@ -49068,12 +49666,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -49085,7 +49679,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Name>dconf-devel</Name>
|
||||
<Summary xml:lang="en">Development files for dconf</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">dconf</Dependency>
|
||||
<Dependency release="5">dconf</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -49098,13 +49694,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="en">Reference files for dconf</Summary>
|
||||
<IsA>data:doc</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">dconf</Dependency>
|
||||
<Dependency release="5">dconf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>0.24.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.20</Version>
|
||||
@@ -49135,6 +49738,63 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>dconf-editor</Name>
|
||||
<Homepage>http://live.gnome.org/dconf</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.gnome.base</PartOf>
|
||||
<Summary xml:lang="en">Gui editor for dconf; simple low-level configuration system</Summary>
|
||||
<Description xml:lang="en">dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive type="tarxz" sha1sum="a5d877858a8c66f0d7a627db8498ac767821e4fa">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/base/dconf-editor/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>dconf-editor</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>3.16.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libcroco</Name>
|
||||
@@ -49557,7 +50217,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/graphics/libkdcraw/pspec.xml</SourceURI>
|
||||
@@ -49839,13 +50499,22 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Description xml:lang="en">Gwenview is an easy to use image viewer.</Description>
|
||||
<Description xml:lang="tr">Gwenview, kullanımı kolay bir resim görüntüleyicisidir.</Description>
|
||||
<Icon>gwenview</Icon>
|
||||
<Archive type="targz" sha1sum="903e1f377b10ed16841cb1a990ab2acbeeb7a4a4">http://download1585.mediafire.com/bsu38b9x68tg/yz5jkp6xq5iqdba/gwenview.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="b6307d9185df1e136e62fac8009e5808776e5aae">http://download.kde.org/unstable/applications/15.07.90/src/gwenview-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libkipi-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/graphics/gwenview/pspec.xml</SourceURI>
|
||||
@@ -49897,11 +50566,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-25</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>first release, use unstable source.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
@@ -55680,6 +56349,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>qt-5.4.2.patch</Patch>
|
||||
@@ -55706,6 +56376,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">qt5-phonon</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -55716,7 +56388,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-02-23</Date>
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>4.8.3</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
@@ -59922,11 +60594,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Dolphin eklentileri.</Summary>
|
||||
<Description xml:lang="en">This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
|
||||
<Description xml:lang="tr">Dolphin için VCS (Version Control System) eklentileri.</Description>
|
||||
<Archive type="targz" sha1sum="8a70299fba04d7e0829fb416b4df0903e60168fb">http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="6b5b0af055263274471e55988982de503721b231">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-plugins-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>dolphin-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/dolphin-plugins/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -59959,9 +60634,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>First Relase unstable.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
@@ -60054,7 +60729,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<PartOf>desktop.kde.application</PartOf>
|
||||
<Summary xml:lang="en">KDE File Manager</Summary>
|
||||
<Description xml:lang="en">Dolphin is the File Manager for KDE.</Description>
|
||||
<Archive type="targz" sha1sum="a066e818f9817a93dc603644891df937ee7ec411">http://source.pisilinux.org/1.0/dolphin-14.12_20150729.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="cfdd0fa0157f3723edca6c053bae1b3917ea48f4">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
@@ -60083,8 +60758,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>ktexteditor</Dependency>
|
||||
<Dependency>kio-extras</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
@@ -60120,7 +60793,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Package>
|
||||
<Name>dolphin-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">dolphin</Dependency>
|
||||
<Dependency release="2">dolphin</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
@@ -60142,6 +60815,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>version bump to unstable.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-07-23</Date>
|
||||
<Version>14.12</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
295bb2e391b665238d8de0e0a4cb7fa8fe434b64
|
||||
431944156bc4f66167053814e419fe3ff331ecea
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
beb5ca2e7190164bbaf3980eb1791efdc76a9009
|
||||
09ca87c03b2d92db15deee1f7e6a0a055bc6c85e
|
||||
@@ -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/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
for com in [ "bcc86", "unproto", "copt", "as86", "ld86",
|
||||
"-C cpp", "-C ar", "-C ld" ]:
|
||||
make_opts = { 'cflags' : get.CFLAGS(),
|
||||
'com' : com }
|
||||
|
||||
autotools.make('%(com)s CFLAGS="%(cflags)s -D_POSIX_SOURCE" -j1' % make_opts)
|
||||
|
||||
# ncc does not support gcc optflags
|
||||
autotools.make('-j1')
|
||||
|
||||
def install():
|
||||
for binary in ["bin/*","cpp/bcc-cpp","bcc/bcc-cc1"]:
|
||||
pisitools.dobin(binary)
|
||||
|
||||
pisitools.rename("/usr/bin/Bcc","bcc")
|
||||
|
||||
pisitools.doman("man/*.1")
|
||||
pisitools.dodoc("Changes","COPYING","MAGIC","README")
|
||||
@@ -0,0 +1,26 @@
|
||||
Index: dev86-0.16.17/bcc/bcc.c
|
||||
===================================================================
|
||||
--- dev86-0.16.17.orig/bcc/bcc.c
|
||||
+++ dev86-0.16.17/bcc/bcc.c
|
||||
@@ -226,12 +226,21 @@ char ** argv;
|
||||
|
||||
} else {
|
||||
/* Relative paths to normal PREFIX directory */
|
||||
+#ifdef __x86_64__
|
||||
+ default_include = build_libpath("-I", "/lib64/bcc/include", "");
|
||||
+ default_libdir = build_libpath("-L", "/lib64/bcc", libdir_suffix);
|
||||
+ optim_rules = build_libpath("-d", "/lib64/bcc", libdir_suffix);
|
||||
+
|
||||
+ build_prefix("/lib64/bcc", libdir_suffix, "");
|
||||
+ build_prefix("/lib64/bcc", "", "");
|
||||
+#else
|
||||
default_include = build_libpath("-I", "/lib/bcc/include", "");
|
||||
default_libdir = build_libpath("-L", "/lib/bcc", libdir_suffix);
|
||||
optim_rules = build_libpath("-d", "/lib/bcc", libdir_suffix);
|
||||
|
||||
build_prefix("/lib/bcc", libdir_suffix, "");
|
||||
build_prefix("/lib/bcc", "", "");
|
||||
+#endif
|
||||
}
|
||||
|
||||
build_prefix("/bin", "", "");
|
||||
@@ -0,0 +1,15 @@
|
||||
Index: dev86-0.16.17/libc/Config_sh
|
||||
===================================================================
|
||||
--- dev86-0.16.17.orig/libc/Config_sh
|
||||
+++ dev86-0.16.17/libc/Config_sh
|
||||
@@ -46,8 +46,8 @@ main()
|
||||
do
|
||||
display
|
||||
echo
|
||||
- echon 'Select config option to flip [or quit] >'
|
||||
- read n
|
||||
+ echon 'Do not select config option, I can do it for you ;)'
|
||||
+ n="q" # read n
|
||||
v=""
|
||||
case "$n" in
|
||||
[qQ]* ) RUNNING=0
|
||||
@@ -0,0 +1,22 @@
|
||||
diff -up dev86-0.16.19/ld/x86_aout.h.long dev86-0.16.19/ld/x86_aout.h
|
||||
--- dev86-0.16.19/ld/x86_aout.h.long 2012-07-30 10:17:06.000000000 +0200
|
||||
+++ dev86-0.16.19/ld/x86_aout.h 2012-11-15 15:19:12.215396644 +0100
|
||||
@@ -11,17 +11,11 @@
|
||||
/* If the host isn't an x86 all bets are off, use chars. */
|
||||
#if defined(i386) || defined(__BCC__) || defined(MSDOS)
|
||||
typedef long Long;
|
||||
-#define __OUT_OK 1
|
||||
#else
|
||||
-/* Beware: this will probably allow some BE hosts to generate broken files. */
|
||||
-#ifdef INT32_MAX
|
||||
#include <stdint.h>
|
||||
typedef int32_t Long;
|
||||
-#define __OUT_OK 1
|
||||
-#else
|
||||
-typedef char Long[4];
|
||||
-#endif
|
||||
#endif
|
||||
+#define __OUT_OK 1
|
||||
|
||||
struct exec { /* a.out header */
|
||||
unsigned char a_magic[2]; /* magic number */
|
||||
@@ -0,0 +1,15 @@
|
||||
--- dev86-0.16.17/makefile.in.noelks 2006-01-25 17:03:02.000000000 -0500
|
||||
+++ dev86-0.16.17/makefile.in 2006-01-25 17:03:19.000000000 -0500
|
||||
@@ -89,10 +89,10 @@
|
||||
|
||||
#ifdef GNUMAKE
|
||||
all: check_config bcc86 cpp unproto copt as86 ar86 ld86 objdump86 \
|
||||
- library lib-bsd alt-libs elksemu
|
||||
+ library lib-bsd alt-libs
|
||||
|
||||
install: check_config install-bcc install-man \
|
||||
- install-lib install-emu
|
||||
+ install-lib
|
||||
|
||||
install-all: install install-other
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- dev86-0.16.17/makefile.in.nostrip 2007-01-30 14:28:38.000000000 +0100
|
||||
+++ dev86-0.16.17/makefile.in 2007-01-30 14:40:56.000000000 +0100
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
# Install files with the userid of the currently running process.
|
||||
INDAT=-m 644
|
||||
-INEXE=-m 755 -s
|
||||
+INEXE=-m 755
|
||||
INSCR=-m 755
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
@@ -0,0 +1,27 @@
|
||||
From: Lubomir Rintel <lkundrak@v3.sk>
|
||||
|
||||
There are off-by-one errors when filling the ar headers, the trailing nul
|
||||
would overflow the target buffer.
|
||||
|
||||
diff -urp dev86-0.16.17/ld/mkar.c dev86-0.16.17.fixed/ld/mkar.c
|
||||
--- dev86-0.16.17/ld/mkar.c 2004-06-20 09:23:27.000000000 +0200
|
||||
+++ dev86-0.16.17.fixed/ld/mkar.c 2010-03-29 23:34:30.351426404 +0200
|
||||
@@ -51,12 +51,12 @@ char buf[128];
|
||||
memset(&arbuf, ' ', sizeof(arbuf));
|
||||
strcpy(buf, ptr); strcat(buf, "/ ");
|
||||
strncpy(arbuf.ar_name, buf, sizeof(arbuf.ar_name));
|
||||
-
|
||||
- sprintf(arbuf.ar_date, "%-12ld", (long)st.st_mtime);
|
||||
- sprintf(arbuf.ar_uid, "%-6d", (int)(st.st_uid%1000000L));
|
||||
- sprintf(arbuf.ar_gid, "%-6d", (int)(st.st_gid%1000000L));
|
||||
- sprintf(arbuf.ar_mode, "%-8lo", (long)st.st_mode);
|
||||
- sprintf(arbuf.ar_size, "%-10ld", (long)st.st_size);
|
||||
+
|
||||
+ snprintf(arbuf.ar_date, 12, "%-12ld", (long)st.st_mtime);
|
||||
+ snprintf(arbuf.ar_uid, 6, "%-6d", (int)(st.st_uid%1000000L));
|
||||
+ snprintf(arbuf.ar_gid, 6, "%-6d", (int)(st.st_gid%1000000L));
|
||||
+ snprintf(arbuf.ar_mode, 8, "%-8lo", (long)st.st_mode);
|
||||
+ snprintf(arbuf.ar_size, 10, "%-10ld", (long)st.st_size);
|
||||
memcpy(arbuf.ar_fmag, ARFMAG, sizeof(arbuf.ar_fmag));
|
||||
|
||||
if( fwrite(&arbuf, 1, sizeof(arbuf), fd) != sizeof(arbuf) )
|
||||
@@ -0,0 +1,15 @@
|
||||
Index: dev86-0.16.17/libc/i386sys/Makefile
|
||||
===================================================================
|
||||
--- dev86-0.16.17.orig/libc/i386sys/Makefile
|
||||
+++ dev86-0.16.17/libc/i386sys/Makefile
|
||||
@@ -20,6 +20,10 @@ CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)
|
||||
all: $(SYSCALLS) $(LIBC)($(OBJ))
|
||||
@$(RM) $(OBJ)
|
||||
|
||||
+# when OBJ is null at $(LIBC)($(OBJ)), make crashes
|
||||
+$(LIBC)():
|
||||
+ @:
|
||||
+
|
||||
syscalls: syscall.mak
|
||||
$(MAKE) -f syscall.mak LIBC="$(LIBC)" CFLAGS="$(CFLAGS)"
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dev86</Name>
|
||||
<Homepage>http://homepage.ntlworld.com/robert.debath/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Development environment for ELKS-86 and standalone 8086 code</Summary>
|
||||
<Description>The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources.</Description>
|
||||
<Archive sha1sum="9e8c2949c408ce8ebdade3af3eee775ebac3cab5" type="targz">http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.19.tar.gz</Archive>
|
||||
<!--http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.20.tar.gz-->
|
||||
<Patches>
|
||||
<!-- some fedora fixes -->
|
||||
<Patch level="1">fedora/dev86-noelks.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-nostrip.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-long.patch</Patch>
|
||||
<Patch level="1">fedora/dev86-print-overflow.patch</Patch>
|
||||
<Patch level="1">dont-ask-anything.patch</Patch>
|
||||
<Patch level="1">64bit-build-fix.patch</Patch>
|
||||
<Patch level="1">makefile-fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dev86</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-02-17</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Release.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-05-02</Date>
|
||||
<Version>0.16.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.16.17</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dev86</Name>
|
||||
<Summary xml:lang="tr">ELKS-86 ve 8086 kodları için geliştirme ortamı</Summary>
|
||||
<Summary xml:lang="es">Entorno de desarrollo para ELKS-86 y código 8086 independiente</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>server.misc</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,27 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "LibVNCServer-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--with-24bpp \
|
||||
--with-zlib \
|
||||
--with-jpeg")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -shared -Wl,--as-needed")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.remove("/usr/bin/linuxvnc")
|
||||
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libvncserver</Name>
|
||||
<Homepage>http://libvncserver.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Library for creating VNC (Virtual Network Computing) servers</Summary>
|
||||
<Description>libvncserver provides a C library to create VNC servers.</Description>
|
||||
<Archive sha1sum="2004c6ae493baeff3da40b61e0a0f73c83182dad" type="targz">mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libvncserver</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/*-config</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libvncserver-devel</Name>
|
||||
<Summary>Development files for libvncserver</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libvncserver</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Rebuild for gcc.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-04-05</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-09-28</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Aydın Demirel</Name>
|
||||
<Email>aydin.demirel@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-30</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-17</Date>
|
||||
<Version>0.9.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libvncserver</Name>
|
||||
<Summary xml:lang="tr">VNC sunucu oluşturmak için kütüphane</Summary>
|
||||
<Summary xml:lang="pl">Biblioteka do łatwego implementowania serwera VNC</Summary>
|
||||
<Description xml:lang="tr">VNC sunucu benzeri kendi VNC (Virtual Network Computing) sunucunuzu oluşturmak isterseniz gerekli kütüphane</Description>
|
||||
<Description xml:lang="pl">Wieloplatformowa biblioteka C, pozwalającą na łatwą implementację trybu serwera lub klienta VNC (Virtual Network Computing) we własnym programie.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libvncserver-devel</Name>
|
||||
<Summary xml:lang="tr">libvncserver için geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="pl">Pliki nagłówkowe libvncserver</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user