@@ -12,8 +12,7 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
shelltools.export("AUTOPOINT", "true")
|
||||
autotools.autoreconf("-vfi")
|
||||
#shelltools.system("./autogen.sh --disable-gtk-doc --disable-docbook")
|
||||
|
||||
|
||||
options = '--with-package-name="GStreamer for PisiLinux" \
|
||||
--with-package-origin="http://www.pisilinux.org" \
|
||||
--disable-gtk-doc'
|
||||
@@ -22,24 +21,23 @@ def setup():
|
||||
options += " --bindir=/usr/bin32 \
|
||||
--libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/libexec32 \
|
||||
--with-bash-completion-dir=no \
|
||||
--disable-introspection"
|
||||
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/usr/bin32")
|
||||
pisitools.removeDir("/usr/libexec32")
|
||||
|
||||
pisitools.removeDir("/usr/share/gtk-doc")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
|
||||
@@ -20,12 +20,6 @@
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gsl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- FIXME: this is a workaround for following plugin changes, in case timestamp has not changed, it is a bit too complex though-->
|
||||
<!-- <Patch level="1">tests-remove-silly-test_fail_abstract_new-check.patch</Patch> -->
|
||||
<Patch level="1">wrapper-plugins.patch</Patch>
|
||||
<!-- <Patch level="1">bison3.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -34,29 +28,58 @@
|
||||
<Package>gstreamer-next</Package>
|
||||
</Conflicts>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib/libgstbase*</Path>
|
||||
<Path fileType="library">/usr/lib/libgstcheck*</Path>
|
||||
<Path fileType="library">/usr/lib/libgstcontroller*</Path>
|
||||
<Path fileType="library">/usr/lib/libgstnet*</Path>
|
||||
<Path fileType="library">/usr/lib/libgstreamer*</Path>
|
||||
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gstreamer-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for gstreamer</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency release="current">gstreamer</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/libgstbase*</Path>
|
||||
<Path fileType="library">/usr/lib32/libgstcheck*</Path>
|
||||
<Path fileType="library">/usr/lib32/libgstcontroller*</Path>
|
||||
<Path fileType="library">/usr/lib32/libgstnet*</Path>
|
||||
<Path fileType="library">/usr/lib32/libgstreamer*</Path>
|
||||
<Path fileType="library">/usr/lib32/gstreamer-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gstreamer-devel</Name>
|
||||
<Conflicts>
|
||||
<Package>gstreamer-next-devel</Package>
|
||||
</Conflicts>
|
||||
<Summary>Development files for gstreamer</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gstreamer</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -66,28 +89,9 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gstreamer-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for gstreamer</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gstreamer</Dependency>
|
||||
<Dependency>glib2-32bit</Dependency>
|
||||
<Dependency>libxml2-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Update release="5">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>1.12.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gstreamer</Name>
|
||||
<Name>gstreamer-next</Name>
|
||||
<Summary xml:lang="tr">GStreamer ses yayın altyapısı</Summary>
|
||||
<Description xml:lang="tr">gstreamer bir ses yayın altyapısı kütüphanesidir. Bu kütüphaneyi kullanan uygulamalar, gerçek zamanlı ses işleme, görüntü oynatma gibi çokluortam ile ilgili birçok işlem gerçekleştirebilirler.</Description>
|
||||
<Description xml:lang="fr">GStreamer est la librairies principale. Elle contient les entêtes, les fichiers et les éléments centraux.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gstreamer-devel</Name>
|
||||
<Name>gstreamer-next-devel</Name>
|
||||
<Summary xml:lang="tr">gstreamer için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gstreamer-32bit</Name>
|
||||
<Name>gstreamer-next-32bit</Name>
|
||||
<Summary xml:lang="tr">gstreamer için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user