openjpeg2-2.3.0:First release

This commit is contained in:
Rmys
2018-03-30 15:03:15 +03:00
parent 99f2f2a4fd
commit be134082b8
7 changed files with 204 additions and 7 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_DOC=on")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS*", "CHANGELOG*", "NEWS*", "README*")
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openjpeg2</Name>
<Homepage>https://github.com/uclouvain/openjpeg</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>JPEG2000 decoding library</Summary>
<Description>openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG).</Description>
<Archive sha1sum="430b9949b65a11fdf53323009ffedf0c6bb075ea" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>openjpeg2</Name>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>tiff</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man1</Path>
<Path fileType="man">/usr/share/man3</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>openjpeg2-devel</Name>
<Summary>Development files for openjpeg2</Summary>
<RuntimeDependencies>
<Dependency release="current">openjpeg2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/openjpeg-2.3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-03-30</Date>
<Version>2.3.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>openjpeg</Name>
<Summary xml:lang="tr">JPEG2000 çözme kütüphanesi</Summary>
<Summary xml:lang="pl">Biblioteka implementująca kodek formatu JPEG 2000</Summary>
</Source>
<Package>
<Name>openjpeg-devel</Name>
<Summary xml:lang="tr">openjpeg için geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe do openjpeg</Summary>
</Package>
</PISI>
+101 -5
View File
@@ -19792,6 +19792,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2018-03-28</Date>
<Version>3.1.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-02-07</Date>
<Version>3.1.0</Version>
@@ -127671,6 +127678,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Conflicts>
</Package>
<History>
<Update release="8">
<Date>2018-03-28</Date>
<Version>3.0.4.3</Version>
<Comment>Rebuild for 2.0</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-03-15</Date>
<Version>3.0.4.3</Version>
@@ -134879,6 +134893,68 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>openjpeg2</Name>
<Homepage>https://github.com/uclouvain/openjpeg</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">JPEG2000 decoding library</Summary>
<Description xml:lang="en">openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG).</Description>
<Archive type="targz" sha1sum="430b9949b65a11fdf53323009ffedf0c6bb075ea">https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/graphics/openjpeg2/pspec.xml</SourceURI>
</Source>
<Package>
<Name>openjpeg2</Name>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>tiff</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man1</Path>
<Path fileType="man">/usr/share/man3</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>openjpeg2-devel</Name>
<Summary xml:lang="en">Development files for openjpeg2</Summary>
<RuntimeDependencies>
<Dependency release="1">openjpeg2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/openjpeg-2.3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-03-30</Date>
<Version>2.3.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>librecad</Name>
@@ -145828,7 +145904,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>multimedia.video</PartOf>
<Summary xml:lang="en">mpv is based on mplayer2</Summary>
<Description xml:lang="en">mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video-&gt;video and audio-&gt;audio). This allows using most of FFmpeg&apos;s filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.</Description>
<Archive type="targz" sha1sum="d4bddb88cf7a112a295a130a091181acbe25605b">https://github.com/mpv-player/mpv/archive/v0.27.0.tar.gz</Archive>
<Archive type="targz" sha1sum="764e23136ccec9dc8743f2c63b3d5fbd8a1bf427">https://github.com/mpv-player/mpv/archive/v0.27.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
@@ -145839,9 +145915,10 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libX11-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libass-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>lua52-devel</Dependency>
<Dependency>yasm</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>rubberband-devel</Dependency>
<Dependency>libvdpau-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>libbluray-devel</Dependency>
@@ -145884,7 +145961,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Package>
<Name>mpv-player</Name>
<RuntimeDependencies>
<Dependency>lua</Dependency>
<Dependency>lua52</Dependency>
<Dependency>enca</Dependency>
<Dependency>mesa</Dependency>
<Dependency>zlib</Dependency>
@@ -145903,6 +145980,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>alsa-lib</Dependency>
<Dependency>libvdpau</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>rubberband</Dependency>
<Dependency>libbluray</Dependency>
<Dependency>libdvdnav</Dependency>
<Dependency>libdvdread</Dependency>
@@ -145930,7 +146008,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Package>
<Name>mpv-player-devel</Name>
<RuntimeDependencies>
<Dependency release="7">mpv-player</Dependency>
<Dependency release="8">mpv-player</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
@@ -145938,6 +146016,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="8">
<Date>2018-03-27</Date>
<Version>0.27.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2018-01-13</Date>
<Version>0.27.0</Version>
@@ -148187,6 +148272,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="tr">Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı</Description>
<Archive type="targz" sha1sum="c44b8c2751bb11ae60d4edb6254907787a9e504d">https://github.com/breakfastquay/rubberband/archive/v1.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>vamp-plugin-sdk-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
@@ -158771,12 +158857,15 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Güç tüketim izleme aracı</Summary>
<Description xml:lang="en">PowerTOP is a Linux tool that finds the software component(s) that make your computer use more power than necessary while it is idle.</Description>
<Description xml:lang="tr">PowerTOP, bilgisayarınız atıl durumdayken ihtiyacından fazla güç tüketmesine neden olan yazılım bileşenlerini bulmak için kullanılan bir Linux aracıdır.</Description>
<Archive type="targz" sha1sum="60da464a0c5d39c64b5d4a0e854bc6c480f8927a">https://01.org/sites/default/files/downloads/powertop/powertop-2.8.tar.gz</Archive>
<Archive type="targz" sha1sum="12f5fc5f5cb776a08d11fac75114637b1c215fc6">https://github.com/fenrus75/powertop/archive/v2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>libnl-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>pciutils-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>powertop-2.7-always-create-params.patch</Patch>
</Patches>
<SourceURI>hardware/powermanagement/powertop/pspec.xml</SourceURI>
</Source>
<Package>
@@ -158797,6 +158886,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="3">
<Date>2018-02-25</Date>
<Version>2.9</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-04-05</Date>
<Version>2.8</Version>
+1 -1
View File
@@ -1 +1 @@
23d5b4ed850befb6234b2818aa7cbe6bd86524bc
6db996307ddf2a5647dc488c9eabd342115de2f4
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
1697546ad8d297ca2bfbc59bedbc09ebb77d79cf
6ada74564ee7b0d5c2ea935afbbb29d40833cc49