gstreamer fix and update
This commit is contained in:
@@ -11,13 +11,12 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("AUTOPOINT", "true")
|
||||
autotools.autoreconf("-vfi")
|
||||
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
|
||||
|
||||
# sidplay is in contrib.
|
||||
autotools.configure("--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-sidplay \
|
||||
--with-package-name=\"PisiLinux gstreamer-plugins-ugly package\" \
|
||||
shelltools.export("NOCONFIGURE", "1")
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure("--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 ")
|
||||
@@ -25,11 +24,6 @@ def setup():
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
# causes sandbox violations
|
||||
#def check():
|
||||
# # causes sandbox violation
|
||||
# autotools.make("-C tests/check check")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
|
||||
@@ -14,19 +14,17 @@
|
||||
<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="a28e4e8962f1fe385a098b13249a2b817c44fe63" type="tarbz2">http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gstreamermm-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>libdvdread-devel</Dependency>
|
||||
<Dependency versionFrom="2245">x264-devel</Dependency>
|
||||
<Dependency>orc-devel</Dependency>
|
||||
<Dependency>lame-devel</Dependency>
|
||||
<Dependency>opencore-amr-devel</Dependency>
|
||||
<Dependency>a52dec-devel</Dependency>
|
||||
<Dependency>x264-devel</Dependency>
|
||||
<Dependency>libmad-devel</Dependency>
|
||||
<Dependency versionFrom="0.92">libcdio-devel</Dependency>
|
||||
<Dependency>a52dec-devel</Dependency>
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
<Dependency>libmpeg2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>libdvdread-devel</Dependency>
|
||||
<Dependency>opencore-amr-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">cdio-cd-text-api.patch</Patch>
|
||||
@@ -38,17 +36,17 @@
|
||||
<Name>gst-plugins-ugly</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>orc</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency versionFrom="2245">x264</Dependency>
|
||||
<Dependency>x264</Dependency>
|
||||
<Dependency>lame</Dependency>
|
||||
<Dependency>opencore-amr</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>a52dec</Dependency>
|
||||
<Dependency>libmad</Dependency>
|
||||
<Dependency versionFrom="0.92">libcdio</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<Dependency>libmpeg2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>libdvdread</Dependency>
|
||||
<Dependency>opencore-amr</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/gstreamer-0.10</Path>
|
||||
@@ -59,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-17</Date>
|
||||
<Version>0.10.19</Version>
|
||||
<Comment>Rebuild and edit.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-10</Date>
|
||||
<Version>0.10.19</Version>
|
||||
|
||||
Reference in New Issue
Block a user