moved into main repo for pisi 2.0

This commit is contained in:
ayhanyalcinsoy
2015-06-19 13:38:15 +03:00
parent 217df81789
commit bb427dacc5
67 changed files with 3240 additions and 0 deletions
@@ -0,0 +1,46 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
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")
pisitools.dosed("autogen.sh", "tool_run.*autopoint --force.*")
pisitools.dosed("ext/modplug/gstmodplug.cc", "stdafx.h", "libmodplug/stdafx.h")
shelltools.export("NOCONFIGURE", "1")
shelltools.system("./autogen.sh")
autotools.configure("--disable-static \
--disable-examples \
--disable-gtk-doc \
--disable-rpath \
--with-package-name='PisiLinux gstreamer-plugins-bad package' \
--with-package-origin='http://www.pisilinux.org' \
--disable-experimental \
--disable-assrender")
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
#FIXME: tests now tries to
#def check():
# # for sandbox violations
# autotools.make("-C tests/check check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "RELEASE", "REQUIREMENTS")
@@ -0,0 +1,12 @@
diff -ur gst-plugins-bad-0.10.23.orig/ext/directfb/dfb-example.c gst-plugins-bad-0.10.23/ext/directfb/dfb-example.c
--- ext/directfb/dfb-example.c 2011-12-11 20:49:11.000000000 +0200
+++ ext/directfb/dfb-example.c 2012-11-07 20:57:47.614763209 +0200
@@ -1,7 +1,7 @@
-#include <directfb.h>
#include <stdio.h>
#include <gst/gst.h>
+#include <directfb.h>
static IDirectFB *dfb = NULL;
static IDirectFBSurface *primary = NULL;
+217
View File
@@ -0,0 +1,217 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gst-plugins-bad</Name>
<Homepage>http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>A set of GStreamer plug-ins that aren't up to par compared to the rest</Summary>
<Description>GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.</Description>
<Archive sha1sum="46208d7bcebaac31310e2a884cc840c51034781a" type="tarbz2">http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency versionFrom="1.7.1">DirectFB-devel</Dependency> <!-- dfbvideosink -->
<Dependency>libcdaudio-devel</Dependency>
<Dependency>libdc1394-devel</Dependency>
<Dependency>libdca-devel</Dependency> <!-- dtsdec -->
<Dependency>faac-devel</Dependency>
<Dependency>faad2-devel</Dependency>
<Dependency>jasper-devel</Dependency> <!-- jp2kdec jp2kenc -->
<Dependency>gsm-devel</Dependency> <!-- gsmenc gsmdec -->
<Dependency>alsa-lib-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
<Dependency>libmms-devel</Dependency>
<Dependency>liblrdf-devel</Dependency>
<Dependency>libmimic-devel</Dependency>
<Dependency>libmodplug-devel</Dependency>
<Dependency>libmpcdec-devel</Dependency>
<Dependency>mjpegtools-devel</Dependency> <!-- mplex mpgenc -->
<Dependency>musicbrainz-devel</Dependency>
<Dependency>neon-devel</Dependency>
<Dependency>libofa-devel</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>liboil-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>libdvdnav-devel</Dependency> <!-- resindvd -->
<Dependency>libtheora-devel</Dependency>
<Dependency>libsndfile-devel</Dependency> <!-- sfsrc sfsink -->
<Dependency>xvid-devel</Dependency>
<Dependency>libdvdread-devel</Dependency>
<Dependency>exempi-devel</Dependency>
<Dependency>slv2-devel</Dependency>
<Dependency>libvdpau-devel</Dependency>
<Dependency>libkate-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>flite-devel</Dependency>
<Dependency>rtmpdump-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>schroedinger-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>orc-devel</Dependency>
<Dependency>zvbi-devel</Dependency>
<Dependency>openal-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libvo-aacenc-devel</Dependency>
<Dependency>libvo-amrwbenc-devel</Dependency>
<Dependency>nas-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>celt-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch>02_no-Werror.patch</Patch>
<Patch>99_ltmain_as-needed.patch</Patch>
<Patch>remove_external_symbols.patch</Patch-->
<Patch>directfb.patch</Patch>
</Patches>
</Source>
<Package>
<Name>gst-plugins-bad</Name>
<RuntimeDependencies>
<Dependency>gst-plugins-base</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency versionFrom="1.7.1">DirectFB</Dependency> <!-- dfbvideosink -->
<Dependency>libcdaudio</Dependency>
<Dependency>nas</Dependency>
<Dependency>celt</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
<Dependency>libdc1394</Dependency>
<Dependency>libdca</Dependency> <!-- dtsdec -->
<Dependency>faac</Dependency>
<Dependency>faad2</Dependency>
<Dependency>jasper</Dependency> <!-- jp2kdec jp2kenc -->
<Dependency>gsm</Dependency> <!-- gsmenc gsmdec -->
<Dependency>alsa-lib</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
<Dependency>ladspa-sdk</Dependency>
<Dependency>libmms</Dependency>
<Dependency>liblrdf</Dependency>
<Dependency>libmimic</Dependency>
<Dependency>libmodplug</Dependency>
<Dependency>libmpcdec</Dependency>
<Dependency>mjpegtools</Dependency> <!-- mplex mpgenc -->
<Dependency>musicbrainz</Dependency>
<Dependency>neon</Dependency>
<Dependency>libofa</Dependency>
<Dependency>libsdl</Dependency>
<Dependency>liboil</Dependency>
<Dependency>soundtouch</Dependency>
<Dependency>libdvdnav</Dependency> <!-- resindvd -->
<Dependency>libtheora</Dependency>
<Dependency>libsndfile</Dependency> <!-- sfsrc sfsink -->
<Dependency>libexif</Dependency> <!-- metadata -->
<Dependency>xvid</Dependency>
<Dependency>libdvdread</Dependency>
<Dependency>exempi</Dependency>
<Dependency>slv2</Dependency>
<Dependency>libvdpau</Dependency>
<Dependency>libkate</Dependency>
<Dependency>cairo</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>libvpx</Dependency>
<Dependency>flite</Dependency>
<Dependency>rtmpdump</Dependency>
<Dependency>opencv</Dependency>
<Dependency>schroedinger</Dependency>
<Dependency>libopus</Dependency>
<Dependency>orc</Dependency>
<Dependency>zvbi</Dependency>
<Dependency>openal</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libvo-aacenc</Dependency>
<Dependency>libvo-amrwbenc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/gstreamer-0.10</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas</Path>
</Files>
</Package>
<Package>
<Name>gst-plugins-bad-devel</Name>
<Summary>Development files for gst-plugins-bad</Summary>
<RuntimeDependencies>
<Dependency release="current">gst-plugins-bad</Dependency>
<Dependency>gstreamer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2014-05-26</Date>
<Version>0.10.23</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-02-13</Date>
<Version>0.10.23</Version>
<Comment>Rebuild for mjpegtools</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="6">
<Date>2013-10-19</Date>
<Version>0.10.23</Version>
<Comment>Fix build dependency's.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2013-10-14</Date>
<Version>0.10.23</Version>
<Comment>clean build.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-14</Date>
<Version>0.10.23</Version>
<Comment>rebuild for DirectFB.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-28</Date>
<Version>0.10.23</Version>
<Comment>Dep Fixed.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-25</Date>
<Version>0.10.23</Version>
<Comment>Dep Fixed.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-09</Date>
<Version>0.10.23</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gst-plugins-bad</Name>
<Summary xml:lang="tr">Diğer eklentilerle karşılaştırıldığında çok iyi durumda olmayan gstreamer eklentileri</Summary>
<Description xml:lang="tr">gst-plugins-bad, iyiye yakın kalitede olan ancak gerçek bir geliştirici, belgelendirme, test seti gibi eksikleri bulunan eklentilerdir.</Description>
</Source>
<Package>
<Name>gst-plugins-bad-devel</Name>
<Summary xml:lang="tr">gst-plugins-bad için geliştirme dosyaları</Summary>
</Package>
</PISI>