Merge pull request #1761 from groni/master
add jansson new dependency for DeadBeef, Deadbeef version bump
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env 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("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.rst")
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>jansson</Name>
|
||||
<Homepage>http://www.digip.org/jansson/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
|
||||
<Description>It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite.</Description>
|
||||
<Archive sha1sum="51cd3b57f152132de686bb8c1f4471cc9ca7970e" type="tarbz2">http://www.digip.org/jansson/releases/jansson-2.7.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>jansson</Name>
|
||||
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>jansson-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">jansson</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-05-16</Date>
|
||||
<Version>2.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>jansson</Name>
|
||||
<Summary xml:lang="en">Jansson is a C library for encoding, decoding and manipulating JSON data.</Summary>
|
||||
<Description xml:lang="en">It features: Simple and intuitive API and data model, Comprehensive documentation, No dependencies on other libraries, Full Unicode support (UTF-8), Extensive test suite.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -15,10 +14,10 @@
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>Audio player for GNU/Linux systems with X11</Summary>
|
||||
<Description>DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11 (though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris).</Description>
|
||||
<Archive sha1sum="c032b893badcd2ba244238662277f44a50b20b0c" type="targz">https://github.com/Alexey-Yakovenko/deadbeef/archive/0.6.2.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Archive sha1sum="5db2c1676f69654bee8bfb8f0995148d68673d90" type="targz">https://github.com/Alexey-Yakovenko/deadbeef/archive/0.7.2.tar.gz</Archive>
|
||||
<!--<Patches>
|
||||
<Patch level="1">plugins_vfs_zip_vfs_zip_c.patch</Patch>
|
||||
</Patches>
|
||||
</Patches>-->
|
||||
<BuildDependencies>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
@@ -46,6 +45,8 @@
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>jansson-devel</Dependency>
|
||||
<Dependency>mpg123-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -80,6 +81,8 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>jansson</Dependency>
|
||||
<Dependency>mpg123</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -95,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-16</Date>
|
||||
<Version>0.7.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-12-25</Date>
|
||||
<Version>0.6.2</Version>
|
||||
|
||||
+75392
-75164
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
156a3a059c85de2f379bc5dd77b9462faced1c0d
|
||||
069596f3cf4866311e5644c2b69ceedc9b198c68
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ff63bdca60a9cb395aa7f05ed43445e47104f928
|
||||
f1fb69af96ea3fb7467147041294b25eeae102f0
|
||||
Reference in New Issue
Block a user