gst-plugins-ugly-next: rebuild
This commit is contained in:
@@ -4,32 +4,22 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("AUTOPOINT", "true")
|
||||
#autotools.autoreconf("-vfi")
|
||||
|
||||
# sidplay is in contrib.
|
||||
autotools.configure("--disable-static \
|
||||
--enable-experimental \
|
||||
--with-package-name=\"PisiLinux gstreamer-plugins-ugly package\" \
|
||||
--with-package-origin=\"http://www.pisilinux.org/eng\"")
|
||||
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
# causes sandbox violations
|
||||
#def check():
|
||||
# # causes sandbox violation
|
||||
# autotools.make("-C tests/check check")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
|
||||
pisitools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -6,8 +5,8 @@
|
||||
<Name>gst-plugins-ugly-next</Name>
|
||||
<Homepage>http://gstreamer.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<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>
|
||||
<Archive sha1sum="244cebfe9a88eb461a321ffd1868c4b28af55d1c" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.8.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||
<Dependency>gstreamer-next-devel</Dependency>
|
||||
<Dependency>x264-devel</Dependency>
|
||||
<Dependency>orc-devel</Dependency>
|
||||
<Dependency>lame-devel</Dependency>
|
||||
<Dependency>opencore-amr-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>a52dec-devel</Dependency>
|
||||
<Dependency>libmad-devel</Dependency>
|
||||
<!--<Dependency>twolame-devel</Dependency>-->
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
<Dependency>libmpeg2-devel</Dependency>
|
||||
<Dependency>libdvdcss-devel</Dependency>
|
||||
<Dependency>libid3tag-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>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gst-plugins-ugly-next</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gst-plugins-base-next</Dependency>
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
<Dependency>x264</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>orc</Dependency>
|
||||
<Dependency>lame</Dependency>
|
||||
<Dependency>opencore-amr</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>a52dec</Dependency>
|
||||
<Dependency>libmad</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<Dependency>libmpeg2</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>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0</Path>
|
||||
<Path fileType="doc">/usr/share/doc/gst-plugins-ugly-next</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="data">/usr/share/gstreamer-1.0</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
@@ -59,11 +57,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Date>2016-05-12</Date>
|
||||
<Version>1.8.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
<Comment>Version bumpe</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-03-29</Date>
|
||||
@@ -73,4 +71,4 @@
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gst-plugins-ugly</Name>
|
||||
<Name>gst-plugins-ugly-next</Name>
|
||||
<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="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