@@ -26,6 +26,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>3.18.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-07-13</Date>
|
||||
<Version>3.18.0</Version>
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
<Package>libgnome-keyring-devel</Package>
|
||||
<!--glibc-32bit merge in glibc-->
|
||||
<Package>glibc-32bit</Package>
|
||||
<Package>libcrystalhd</Package>
|
||||
<Package>libcrystalhd-devel</Package>
|
||||
<Package>libnut</Package>
|
||||
<Package>libnut-devel</Package>
|
||||
<Package>libfreebob</Package>
|
||||
<Package>libfreebob-devel</Package>
|
||||
<!-- separeted, replaced packages-->
|
||||
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>0.5.4</Version>
|
||||
<Comment>Rebuild </Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>0.5.4</Version>
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
#!/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.
|
||||
#
|
||||
# nut is done with checkouts from
|
||||
# svn://svn.mplayerhq.hu/nut/src/trunk
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS())
|
||||
autotools.make("-j1 CC=%s" % get.CC())
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("PREFIX=%s/usr" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -1,21 +0,0 @@
|
||||
diff -Nur nut-old/Makefile nut/Makefile
|
||||
--- nut-old/Makefile 2008-07-30 12:17:38.000000000 +0300
|
||||
+++ nut/Makefile 2008-07-30 12:17:55.000000000 +0300
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
$(NUTUTILS_PROGS): CFLAGS += -Ilibnut
|
||||
|
||||
-install: install-libnut install-nututils
|
||||
+install: install-libnut-shared install-nututils
|
||||
|
||||
install-libnut: libnut install-libnut-headers
|
||||
install -d $(prefix)/lib
|
||||
@@ -43,7 +43,7 @@
|
||||
install -d $(prefix)/bin
|
||||
install -m 755 $(NUTUTILS_PROGS) $(prefix)/bin
|
||||
|
||||
-uninstall: uninstall-libnut uninstall-nututils
|
||||
+uninstall: uninstall-libnut-shared uninstall-nututils
|
||||
|
||||
uninstall-libnut:
|
||||
rm -f $(prefix)/lib/libnut.a
|
||||
@@ -1,72 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libnut</Name>
|
||||
<Homepage>http://www.nut-container.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>NUT container tools and library</Summary>
|
||||
<Description>Library and tools to work with NUT multimedia files.</Description>
|
||||
<Archive sha1sum="64aa3218c6e51465345c40a19341fd47c966e7c7" type="tarbz2">http://source.pisilinux.org/1.0/libnut-661.tar.bz2</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">shared.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libnut</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libnut-devel</Name>
|
||||
<Summary>Development files for libnut</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libnut</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>0.0_661</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-05</Date>
|
||||
<Version>0.0_661</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.0_661</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-05-22</Date>
|
||||
<Version>0.0_661</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libnut</Name>
|
||||
<Summary xml:lang="tr">NUT dosya biçemi kitaplığı ve araçları</Summary>
|
||||
<Description xml:lang="tr">libnut NUT çokluortam sistemini kullanmak ve düzenlemek için gerekli olan kitaplıkları ve araçları içerir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libnut-devel</Name>
|
||||
<Summary xml:lang="tr">libnut için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -12,11 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Simple Direct Media Layer 2.0 series</Summary>
|
||||
<Description>libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.</Description>
|
||||
<Archive sha1sum="0a530ccdab99cbfe906dba912049e26e3c7219d6" type="targz">http://www.libsdl.org/release/SDL2-2.0.7.tar.gz</Archive>
|
||||
<Archive sha1sum="fb31312ea1d4b45db839796ae2336dfe3d5884e5" type="targz">https://www.libsdl.org/release/SDL2-2.0.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>ibus-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libXv-devel</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -47,7 +47,7 @@
|
||||
<Package>
|
||||
<Name>libsdl2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libglvnd</Dependency>
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
@@ -88,7 +88,7 @@
|
||||
<Summary>32-bit shared libraries for libsdl2</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libXt-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
@@ -101,7 +101,7 @@
|
||||
<Dependency>pulseaudio-libs-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>mesa-32bit</Dependency>
|
||||
<Dependency>libglvnd-32bit</Dependency>
|
||||
<Dependency>libXt-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
<Dependency>libXext-32bit</Dependency>
|
||||
@@ -122,6 +122,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>2.0.10</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-05</Date>
|
||||
<Version>2.0.7</Version>
|
||||
|
||||
@@ -82,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>0.3.6</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-12-16</Date>
|
||||
<Version>0.3.6</Version>
|
||||
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>3.100</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>3.100</Version>
|
||||
|
||||
Executable
+23
@@ -0,0 +1,23 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS())
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README")
|
||||
|
||||
Executable
+56
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libbs2b</Name>
|
||||
<Homepage>http://http://bs2b.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Bauer stereophonic-to-binaural DSP library</Summary>
|
||||
<Description>The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. </Description>
|
||||
<Archive sha1sum="353180e0f260b074508c6ddb34259b0d08a12dd7" type="tarbz2">mirrors://sourceforge/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libbs2b</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsndfile</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>libbs2b-devel</Name>
|
||||
<Summary>Header files for libbs2b.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libbs2b</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "crystalhd"
|
||||
|
||||
def build():
|
||||
#libcrystalhd and crystalhd-firmware
|
||||
shelltools.cd('linux_lib/libcrystalhd')
|
||||
autotools.make('clean')
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.dodoc('COPYING')
|
||||
#libcrystalhd and crystalhd-firmware
|
||||
shelltools.cd('linux_lib/libcrystalhd')
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -1,76 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>crystalhd</Name>
|
||||
<Homepage>http://www.broadcom.com/support/crystal_hd/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD</Summary>
|
||||
<Description>Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD</Description>
|
||||
<Archive sha1sum="31616471614451730ba927471d7a2403dc333927" type="tarlzma">http://source.pisilinux.org/1.0/crystalhd.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libcrystalhd</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libcrystalhd.so</Path>
|
||||
<Path fileType="library">/usr/lib/libcrystalhd.so.3</Path>
|
||||
<Path fileType="library">/usr/lib/libcrystalhd.so.3.6</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libcrystalhd-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="current">libcrystalhd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/libcrystalhd/bc_dts_defs.h</Path>
|
||||
<Path fileType="header">/usr/include/libcrystalhd/bc_dts_types.h</Path>
|
||||
<Path fileType="header">/usr/include/libcrystalhd/libcrystalhd_if.h</Path>
|
||||
<Path fileType="header">/usr/include/libcrystalhd/libcrystalhd_version.h</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>crystalhd-firmware</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/lib/firmware</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-05</Date>
|
||||
<Version>20100703</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-06</Date>
|
||||
<Version>20100703</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>20100703</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-05-20</Date>
|
||||
<Version>20100703</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>crystalhd</Name>
|
||||
<Summary xml:lang="tr">Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri</Summary>
|
||||
<Description xml:lang="tr">Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri</Description>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libcrystalhd</Name>
|
||||
<Summary xml:lang="tr">Broadcom Crystal HD için kütüphane</Summary>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libcrystalhd-devel</Name>
|
||||
<Summary xml:lang="tr">Broadcom Crystal HD için geliştirici dosyaları</Summary>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>crystalhd-firmware</Name>
|
||||
<Summary xml:lang="tr">Broadcom Crystal HD firmware dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>2.14.5</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>2.14.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Vamp ses analizi eklenti sistemi</Summary>
|
||||
<Description>Vamp ses analizi eklenti sistemi</Description>
|
||||
<Archive sha1sum="1bdbf49c0b2ff51cf1e3209c4c1d92ae4efb258d" type="targz">https://code.soundsoftware.ac.uk/attachments/download/2206/vamp-plugin-sdk-2.7.1.tar.gz</Archive>
|
||||
<Archive sha1sum="1c63872319a5f486a6636faa819708aef45f69bf" type="targz">https://github.com/c4dm/vamp-plugin-sdk/archive/vamp-plugin-sdk-v2.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>2.8</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-05</Date>
|
||||
<Version>2.7.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<Summary>Open source H264/AVC encoder</Summary>
|
||||
<Description>x264 is a free library for encoding H264/AVC video streams.</Description>
|
||||
<!-- Archives come from http://download.videolan.org/pub/videolan/x264/snapshots/ -->
|
||||
<Archive sha1sum="980918b56a70cc95539a2a854016b0f8fa97b239" type="tarbz2">https://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20191010-2245.tar.bz2</Archive>
|
||||
<Archive sha1sum="f2c36c5a2e81eb0456af4e1f06b827d98ccc6c18" type="tarbz2">http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20191217-2245.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
<Dependency>l-smash-devel</Dependency>
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>20191217</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-10-10</Date>
|
||||
<Version>2245.20191010</Version>
|
||||
|
||||
@@ -9,17 +9,64 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
WorkDir="x265_3.2.1"
|
||||
|
||||
def setup():
|
||||
shelltools.cd("source")
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_STATIC=OFF")
|
||||
|
||||
shelltools.system("mkdir build8 build10 build12")
|
||||
|
||||
#shelltools.cd("source")
|
||||
#cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
#-DENABLE_STATIC=OFF")
|
||||
|
||||
def build():
|
||||
shelltools.cd("source")
|
||||
cmaketools.make()
|
||||
#shelltools.cd("source")
|
||||
|
||||
|
||||
shelltools.cd("build12")
|
||||
shelltools.system("cmake ../source -G 'Unix Makefiles' \
|
||||
-DCMAKE_INSTALL_PREFIX='/usr'\
|
||||
-DHIGH_BIT_DEPTH='TRUE' \
|
||||
-DMAIN12='TRUE' \
|
||||
-DEXPORT_C_API='FALSE' \
|
||||
-DENABLE_CLI='FALSE'\
|
||||
-DENABLE_SHARED='FALSE' \
|
||||
")
|
||||
cmaketools.make()
|
||||
|
||||
shelltools.cd("../build10")
|
||||
|
||||
shelltools.system("cmake ../source -G 'Unix Makefiles' \
|
||||
-DCMAKE_INSTALL_PREFIX='/usr'\
|
||||
-DHIGH_BIT_DEPTH='TRUE' \
|
||||
-DEXPORT_C_API='FALSE' \
|
||||
-DENABLE_CLI='FALSE'\
|
||||
-DENABLE_SHARED='FALSE' \
|
||||
")
|
||||
cmaketools.make()
|
||||
|
||||
shelltools.cd("../build8")
|
||||
|
||||
shelltools.system("ln -s ../build10/libx265.a libx265_main10.a")
|
||||
shelltools.system("ln -s ../build12/libx265.a libx265_main12.a")
|
||||
|
||||
shelltools.system("cmake ../source -G 'Unix Makefiles' \
|
||||
-DCMAKE_INSTALL_PREFIX='/usr' \
|
||||
-DENABLE_SHARED='TRUE' \
|
||||
-DENABLE_HDR10_PLUS='TRUE' \
|
||||
-DEXTRA_LIB='x265_main10.a;x265_main12.a' \
|
||||
-DEXTRA_LINK_FLAGS='-L.' \
|
||||
-DLINKED_10BIT='TRUE' \
|
||||
-DLINKED_12BIT='TRUE' \
|
||||
")
|
||||
cmaketools.make()
|
||||
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
shelltools.cd("source")
|
||||
shelltools.cd("build8")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.remove("/usr/lib/libx265.a")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Open source H265/EVC encoder</Summary>
|
||||
<Description>x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard.</Description>
|
||||
<Archive sha1sum="5922f88d0997c47e2c95feee95dc98bcb2e54871" type="targz">https://bitbucket.org/multicoreware/x265/downloads/x265_3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="0bd4889ff3ad596372ce2338f2d896947a2eec53" type="targz">https://bitbucket.org/multicoreware/x265/downloads/x265_3.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>3.2.1</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-10-06</Date>
|
||||
<Version>3.2</Version>
|
||||
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.3.5</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-01</Date>
|
||||
<Version>1.3.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications</Summary>
|
||||
<Description>Evented I/O for V8 javascript</Description>
|
||||
<Archive sha1sum="9647d364946d71f708b7174f77dc4f7b0b715d80" type="targz">https://nodejs.org/dist/v9.5.0/node-v9.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="4819051ae25f57c8120ac469d6195089a7a54dce" type="tarxz">https://nodejs.org/dist/v13.6.0/node-v13.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>13.6.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>9.5.0</Version>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.system("sed -i 's|$(datadir)/pkgconfig|$(libdir)/pkgconfig|g' Makefile.in")
|
||||
@@ -17,8 +18,8 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
pisitools.domove("/usr/share/pkgconfig/iso-codes.pc","/usr/lib/pkgconfig")
|
||||
pisitools.removeDir("/usr/share/pkgconfig")
|
||||
autotools.rawInstall("DESTDIR=%s pkgconfigdir=/usr/lib/pkgconfig" %get.installDIR())
|
||||
#pisitools.domove("/usr/share/pkgconfig/iso-codes.pc","/usr/lib/pkgconfig")
|
||||
#pisitools.removeDir("/usr/share/pkgconfig")
|
||||
|
||||
pisitools.dodoc("COPYING","TODO","README.md")
|
||||
|
||||
+210312
-209938
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
3810f78d1e5fa37af596524487d64b51bf3b5e9f
|
||||
e09260f065225ca622f2ee0b3884e496f7ee9025
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
642472de2de3b582aad4584afb834842bde656e6
|
||||
9edca0b073204d4781dfcd3389d7f40818eb4f46
|
||||
@@ -8,6 +8,7 @@ from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
|
||||
def setup():
|
||||
@@ -20,7 +21,6 @@ def setup():
|
||||
--bindir=/usr/lib32/bin \
|
||||
--sbindir=/usr/lib32/sbin \
|
||||
--datadir=/usr/lib32/share \
|
||||
--datarootdir=/usr/lib32/share \
|
||||
--libexecdir=/usr/lib32/libexec \
|
||||
--localedir=/usr/lib32/share/locale \
|
||||
"
|
||||
@@ -28,13 +28,13 @@ def setup():
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
mesontools.configure(options)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for JavaScript Object Notation format</Summary>
|
||||
<Description>json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.</Description>
|
||||
<Archive sha1sum="660a72e0269feb15e89d6c17d86e594b7af6fecb" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.2.tar.xz</Archive>
|
||||
<Archive sha1sum="d9b6d58c0a5b45aa86fbf0da31c65c19254edf96" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-27</Date>
|
||||
<Version>1.4.2</Version>
|
||||
|
||||
@@ -7,18 +7,21 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
#autotools.autoreconf("-vif")
|
||||
|
||||
autotools.configure("--disable-static")
|
||||
#autotools.configure("--disable-static")
|
||||
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Desktop notification library</Summary>
|
||||
<Description>libnotify sends desktop notifications to a notification daemon.</Description>
|
||||
<Archive sha1sum="4cdf482737df504ac37f5489940b5c7ea5e18d57" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.7.tar.xz</Archive>
|
||||
<Archive sha1sum="18915d9a5ee8e0a00c3fd990d649251e3d2deac9" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<Name>libnotify</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>0.7.8</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>0.7.7</Version>
|
||||
|
||||
@@ -16,7 +16,7 @@ def setup():
|
||||
--disable-gconf \
|
||||
--disable-unicode-dict \
|
||||
--disable-emoji-dict \
|
||||
--enable-dconf \
|
||||
--disable-dconf \
|
||||
--enable-wayland \
|
||||
--enable-vala \
|
||||
--enable-ui \
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Intelligent Input Bus for Linux / Unix OS</Summary>
|
||||
<Description>IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface.</Description>
|
||||
<Archive sha1sum="fdda025d81247e40ad7acf953c2a0a606d18e965" type="targz">https://github.com/ibus/ibus/releases/download/1.5.19/ibus-1.5.19.tar.gz</Archive>
|
||||
<Archive sha1sum="3073a6bde235e8f9e80272b7e3fc7804fde82b15" type="targz">https://github.com/ibus/ibus/releases/download/1.5.21/ibus-1.5.21.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--Dependency>gconf-devel</Dependency-->
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
@@ -23,7 +23,7 @@
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>libxkbcommon-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>iso-codes</Dependency>
|
||||
<Dependency>iso-codes-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>nodejs</Dependency>
|
||||
@@ -50,6 +50,7 @@
|
||||
<Dependency>json-glib</Dependency>
|
||||
<!--Dependency>gconf</Dependency-->
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>iso-codes</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
@@ -111,6 +112,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.5.21</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2019-10-24</Date>
|
||||
<Version>1.5.19</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
mesontools.configure("-Dgles1=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
Reference in New Issue
Block a user