gst-plugins-ugly-next: rebuild
This commit is contained in:
@@ -4,32 +4,22 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import get
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.export("AUTOPOINT", "true")
|
|
||||||
#autotools.autoreconf("-vfi")
|
|
||||||
|
|
||||||
# sidplay is in contrib.
|
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--enable-experimental \
|
--enable-experimental \
|
||||||
--with-package-name=\"PisiLinux gstreamer-plugins-ugly package\" \
|
--with-package-name=\"PisiLinux gstreamer-plugins-ugly package\" \
|
||||||
--with-package-origin=\"http://www.pisilinux.org/eng\"")
|
--with-package-origin=\"http://www.pisilinux.org/eng\"")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
# causes sandbox violations
|
|
||||||
#def check():
|
|
||||||
# # causes sandbox violation
|
|
||||||
# autotools.make("-C tests/check check")
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
|
|
||||||
pisitools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
|
pisitools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
@@ -6,8 +5,8 @@
|
|||||||
<Name>gst-plugins-ugly-next</Name>
|
<Name>gst-plugins-ugly-next</Name>
|
||||||
<Homepage>http://gstreamer.net/</Homepage>
|
<Homepage>http://gstreamer.net/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Osman Erkan</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>osman.erkan@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
@@ -15,43 +14,42 @@
|
|||||||
<Description>GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.</Description>
|
<Description>GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.</Description>
|
||||||
<Archive sha1sum="244cebfe9a88eb461a321ffd1868c4b28af55d1c" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.1.tar.xz</Archive>
|
<Archive sha1sum="244cebfe9a88eb461a321ffd1868c4b28af55d1c" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.1.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
<Dependency>orc-devel</Dependency>
|
||||||
<Dependency>gstreamer-next-devel</Dependency>
|
|
||||||
<Dependency>x264-devel</Dependency>
|
|
||||||
<Dependency>lame-devel</Dependency>
|
<Dependency>lame-devel</Dependency>
|
||||||
<Dependency>opencore-amr-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>a52dec-devel</Dependency>
|
<Dependency>a52dec-devel</Dependency>
|
||||||
<Dependency>libmad-devel</Dependency>
|
<Dependency>libmad-devel</Dependency>
|
||||||
<!--<Dependency>twolame-devel</Dependency>-->
|
|
||||||
<Dependency>libcdio-devel</Dependency>
|
|
||||||
<Dependency>libmpeg2-devel</Dependency>
|
<Dependency>libmpeg2-devel</Dependency>
|
||||||
<Dependency>libdvdcss-devel</Dependency>
|
|
||||||
<Dependency>libid3tag-devel</Dependency>
|
|
||||||
<Dependency>libdvdread-devel</Dependency>
|
<Dependency>libdvdread-devel</Dependency>
|
||||||
<Dependency>orc-devel</Dependency>
|
<Dependency>opencore-amr-devel</Dependency>
|
||||||
|
<Dependency>gstreamer-next-devel</Dependency>
|
||||||
|
<Dependency>gstreamermm-next-devel</Dependency>
|
||||||
|
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||||
|
<Dependency versionFrom="2245">x264-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.92">libcdio-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>gst-plugins-ugly-next</Name>
|
<Name>gst-plugins-ugly-next</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gst-plugins-base-next</Dependency>
|
<Dependency>orc</Dependency>
|
||||||
<Dependency>gstreamer-next</Dependency>
|
|
||||||
<Dependency>x264</Dependency>
|
|
||||||
<Dependency>glib2</Dependency>
|
|
||||||
<Dependency>lame</Dependency>
|
<Dependency>lame</Dependency>
|
||||||
<Dependency>opencore-amr</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>a52dec</Dependency>
|
<Dependency>a52dec</Dependency>
|
||||||
<Dependency>libmad</Dependency>
|
<Dependency>libmad</Dependency>
|
||||||
<Dependency>libcdio</Dependency>
|
|
||||||
<Dependency>libmpeg2</Dependency>
|
<Dependency>libmpeg2</Dependency>
|
||||||
<Dependency>libdvdread</Dependency>
|
<Dependency>libdvdread</Dependency>
|
||||||
<Dependency>orc</Dependency>
|
<Dependency>opencore-amr</Dependency>
|
||||||
|
<Dependency>gstreamer-next</Dependency>
|
||||||
|
<Dependency>gst-plugins-base-next</Dependency>
|
||||||
|
<Dependency versionFrom="2245">x264</Dependency>
|
||||||
|
<Dependency versionFrom="0.92">libcdio</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
|
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/</Path>
|
<Path fileType="doc">/usr/share/doc/gst-plugins-ugly-next</Path>
|
||||||
<Path fileType="doc">/usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0</Path>
|
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||||
<Path fileType="data">/usr/share/gstreamer-1.0</Path>
|
<Path fileType="data">/usr/share/gstreamer-1.0</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
</Files>
|
</Files>
|
||||||
@@ -59,11 +57,11 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-05-02</Date>
|
<Date>2016-05-12</Date>
|
||||||
<Version>1.8.1</Version>
|
<Version>1.8.1</Version>
|
||||||
<Comment>Version bump</Comment>
|
<Comment>Version bumpe</Comment>
|
||||||
<Name>Yusuf Aydemir</Name>
|
<Name>Kamil Atlı</Name>
|
||||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
<Email>suvari@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-03-29</Date>
|
<Date>2016-03-29</Date>
|
||||||
@@ -73,4 +71,4 @@
|
|||||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>gst-plugins-ugly</Name>
|
<Name>gst-plugins-ugly-next</Name>
|
||||||
<Summary xml:lang="tr">Gstreamer için diğer eklentiler</Summary>
|
<Summary xml:lang="tr">Gstreamer için diğer eklentiler</Summary>
|
||||||
<Description xml:lang="tr">GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir.</Description>
|
<Description xml:lang="tr">GStreamer Ugly Plug-in'leri kaliteli ve güzel çalışan eklentiler içerir. Fakat bu eklentilerin lisanslarla ilgili sorunları bulunabilir.</Description>
|
||||||
<Description xml:lang="fr">les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent.</Description>
|
<Description xml:lang="fr">les Plug-ins (greffons) Ugly (horribles) de GStreamer est un ensemble de plug-ins de bonne qualité et fonctionnant correctement, mais dont la distribution pose problème. La licence du plug-in ou de librairies nécessaires au plug-in n'est pas forcément tel que l'on aimerait qu'elle soit. Le code peut également être notoirement connu pour présenter un problème patent.</Description>
|
||||||
|
|||||||
Reference in New Issue
Block a user