@@ -8,11 +8,9 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
|
|
||||||
autotools.configure("--with-package-name='PisiLinux gstreamer-plugins-good package' \
|
autotools.configure("--with-package-name='PisiLinux gstreamer-plugins-good package' \
|
||||||
--with-package-origin='http://www.pisilinux.org' \
|
--with-package-origin='http://www.pisilinux.org'")
|
||||||
--with-gtk=3.0")
|
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A set of good-quality plugins for GStreamer</Summary>
|
<Summary>A set of good-quality plugins for GStreamer</Summary>
|
||||||
<Description>gst-plugins-good contains a set of mature plugins and elements for GStreamer.</Description>
|
<Description>gst-plugins-good contains a set of mature plugins and elements for GStreamer.</Description>
|
||||||
<Archive sha1sum="b45fc01b133fc23617fa501dd9307a90f467b396" type="tarbz2">http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.31.tar.bz2</Archive>
|
<Archive sha1sum="8758fde4b937551776773f89f7e50eb3027aea69" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.12.4.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>orc-devel</Dependency>
|
<Dependency>orc-devel</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
@@ -41,16 +41,19 @@
|
|||||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">0001-fix-v4l2_munmap.patch</Patch>
|
<!-- <Patch level="1">0001-fix-v4l2_munmap.patch</Patch> -->
|
||||||
<Patch level="1">0002-clear_DISCONT_flag.patch</Patch>
|
<!-- <Patch level="1">0002-clear_DISCONT_flag.patch</Patch> -->
|
||||||
<Patch level="1">0003-v4l2src-fix.patch</Patch>
|
<!-- <Patch level="1">0003-v4l2src-fix.patch</Patch> -->
|
||||||
<Patch level="1">0004-v4l2object-Don-t-probe-UVC-devices-for-being-interla.patch</Patch>
|
<!-- <Patch level="1">0004-v4l2object-Don-t-probe-UVC-devices-for-being-interla.patch</Patch> -->
|
||||||
<Patch level="1">0001-sys-v4l2-Some-blind-compilation-fixes.patch</Patch>
|
<!-- <Patch level="1">0001-sys-v4l2-Some-blind-compilation-fixes.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>gst-plugins-good</Name>
|
<Name>gst-plugins-good</Name>
|
||||||
|
<Conflicts>
|
||||||
|
<Package>gst-plugins-good-next</Package>
|
||||||
|
</Conflicts>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>orc</Dependency>
|
<Dependency>orc</Dependency>
|
||||||
<Dependency>flac</Dependency>
|
<Dependency>flac</Dependency>
|
||||||
@@ -90,7 +93,8 @@
|
|||||||
<Path fileType="config">/etc/gconf</Path>
|
<Path fileType="config">/etc/gconf</Path>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="data">/usr/share/gstreamer-0.10/presets</Path>
|
<Path fileType="data">/usr/share/gstreamer-1.0/presets</Path>
|
||||||
|
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
@@ -98,6 +102,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2018-08-03</Date>
|
||||||
|
<Version>1.12.4</Version>
|
||||||
|
<Comment>Version Bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2017-03-05</Date>
|
<Date>2017-03-05</Date>
|
||||||
<Version>0.10.31</Version>
|
<Version>0.10.31</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user