gst-plugins-bad-next:moved into main for pisi 2.0

This commit is contained in:
2015-07-23 19:55:14 +03:00
parent 1349bff941
commit 0a71c6fb22
6 changed files with 311 additions and 0 deletions
@@ -0,0 +1,45 @@
#!/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.*")
shelltools.export("NOCONFIGURE", "1")
shelltools.system("./autogen.sh")
"""The following is a list of disabled plugins:
celt -> (celtdec, celtenc) -> Not available in Pardus repos,
qtwrapper, checks for QuickTime/Movies.h -> Not available in Pardus repos,
divx -> divx4linux,
dirac -> needs dirac-research package, http://dirac.sourceforge.net
"""
autotools.configure("--disable-static \
--disable-experimental \
--with-package-name='PisiLinux gstreamer-plugins-bad package' \
--with-package-origin='http://www.pisilinux.org' \
--with-gtk=3.0")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--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,38 @@
--- configure.old 2010-08-21 16:54:00.918473667 +0300
+++ configure 2010-08-21 17:05:44.390473644 +0300
@@ -23994,7 +23994,7 @@
$as_echo_n "checking to see if compiler understands -Werror... " >&6; }
save_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS -Werror"
+ CFLAGS="$CFLAGS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -24016,7 +24016,7 @@
CFLAGS="$save_CFLAGS"
if test "X$flag_ok" = Xyes ; then
- ERROR_CFLAGS="$ERROR_CFLAGS -Werror"
+ ERROR_CFLAGS="$ERROR_CFLAGS"
true
else
@@ -24348,7 +24348,7 @@
$as_echo_n "checking to see if c++ compiler understands -Werror... " >&6; }
save_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS -Werror"
+ CPPFLAGS="$CPPFLAGS"
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
@@ -24377,7 +24377,7 @@
CPPFLAGS="$save_CPPFLAGS"
if test "X$flag_ok" = Xyes ; then
- ERROR_CXXFLAGS="$ERROR_CXXFLAGS -Werror"
+ ERROR_CXXFLAGS="$ERROR_CXXFLAGS"
true
else
@@ -0,0 +1,12 @@
diff -p -up gst-plugins-bad-0.10.7/ext/timidity/gstwildmidi.c~ gst-plugins-bad-0.10.7/ext/timidity/gstwildmidi.c
--- gst-plugins-bad-0.10.7/ext/timidity/gstwildmidi.c~ 2008-03-13 15:25:20.000000000 +0100
+++ gst-plugins-bad-0.10.7/ext/timidity/gstwildmidi.c 2008-05-16 16:31:45.000000000 +0200
@@ -59,7 +59,7 @@
#include "gstwildmidi.h"
#ifndef WILDMIDI_CFG
-#define WILDMIDI_CFG "/etc/timidity.cfg"
+#define WILDMIDI_CFG "/etc/timidity/timidity.cfg"
#endif
GST_DEBUG_CATEGORY_STATIC (gst_wildmidi_debug);
@@ -0,0 +1,13 @@
--- ext/faad/gstfaad.c~ 2009-05-11 01:24:19.701465766 +0300
+++ ext/faad/gstfaad.c 2009-05-11 01:24:19.701465766 +0300
@@ -63,10 +63,6 @@
#undef faacDecInit2
#endif
-extern long faacDecInit (faacDecHandle, guint8 *, guint32, guint32 *, guint8 *);
-extern gint8 faacDecInit2 (faacDecHandle, guint8 *, guint32,
- guint32 *, guint8 *);
-
#endif /* FAAD2_MINOR_VERSION < 7 */
GST_DEBUG_CATEGORY_STATIC (faad_debug);
@@ -0,0 +1,190 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gst-plugins-bad-next</Name>
<Homepage>http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@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="81ae4e15bcce8d353b83c1d2559441925794c42e" type="tarxz">http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>gstreamermm-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>libdvdread-devel</Dependency>
<Dependency>libdvdnav-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>faac-devel</Dependency>
<Dependency>valgrind</Dependency>
<Dependency>jasper-devel</Dependency> <!-- jp2kdec jp2kenc -->
<Dependency>libdca-devel</Dependency>--> <!-- dtsdec -->
<Dependency>gsm-devel</Dependency>--> <!-- gsmenc gsmdec -->
<Dependency>mjpegtools-devel</Dependency>--> <!-- mplex mpgenc -->
<Dependency>libdvdnav-devel</Dependency> --><!-- resindvd -->
<Dependency>libsndfile-devel</Dependency>--> <!-- sfsrc sfsink -->
<Dependency versionFrom="1.7.1">DirectFB-devel</Dependency> <!-- dfbvideosink -->
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>celt-devel</Dependency>
<Dependency>libdc1394-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>libtheora-devel</Dependency>
<Dependency>libmodplug-devel</Dependency>
<Dependency>xvid-devel</Dependency>
<Dependency>libdvdread-devel</Dependency>
<Dependency>libvdpau-devel</Dependency>
<Dependency>rtmpdump-devel</Dependency>
<Dependency>schroedinger-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libvo-aacenc-devel</Dependency>
<Dependency>libvo-amrwbenc-devel</Dependency>
<!--<Dependency>libcdaudio-devel</Dependency>
<Dependency>faad2-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>libmpcdec-devel</Dependency>
<Dependency>musicbrainz-devel</Dependency>
<Dependency>neon-devel</Dependency>
<Dependency>libofa-devel</Dependency>
<Dependency>exempi-devel</Dependency>
<Dependency>slv2-devel</Dependency>
<Dependency>libkate-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>flite-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>orc-devel</Dependency>
<Dependency>zvbi-devel</Dependency>
<Dependency>openal-devel</Dependency>
<Dependency>nas-devel</Dependency>-->
</BuildDependencies>
<Patches>
<Patch level="0">02_no-Werror.patch</Patch>
<Patch level="0">remove_external_symbols.patch</Patch>
<Patch level="1">gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch</Patch>
</Patches>
</Source>
<Package>
<Name>gst-plugins-bad-next</Name>
<RuntimeDependencies>
<Dependency versionFrom="1.7.1">DirectFB</Dependency> <!-- dfbvideosink -->
<Dependency>libdca</Dependency> <!-- dtsdec -->
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>faac</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gsm</Dependency> <!-- gsmenc gsmdec -->
<Dependency>libmodplug</Dependency>
<Dependency>mjpegtools</Dependency> <!-- mplex mpgenc -->
<Dependency>soundtouch</Dependency>
<Dependency>libdvdnav</Dependency> <!-- resindvd -->
<Dependency>libsndfile</Dependency> <!-- sfsrc sfsink -->
<!--<Dependency>libexif</Dependency>--> <!-- metadata -->
<Dependency>libdvdread</Dependency>
<Dependency>libvdpau</Dependency>
<Dependency>schroedinger</Dependency>
<Dependency>gstreamer-next</Dependency>
<Dependency>orc</Dependency>
<Dependency>libvo-aacenc</Dependency>
<Dependency>libvo-amrwbenc</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>gst-plugins-base-next</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-1.0</Path>
<Path fileType="data">/usr/share/gst-plugins-bad/1.0/</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="data">/usr/share/gir-1.0/</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gst-plugins-bad-next-devel</Name>
<Summary>Development files for gst-plugins-bad</Summary>
<RuntimeDependencies>
<Dependency release="current">gst-plugins-bad-next</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-04-18</Date>
<Version>1.4.5</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-08-23</Date>
<Version>1.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-28</Date>
<Version>1.2.4</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-04-23</Date>
<Version>1.2.3</Version>
<Comment>Rebuild for webp.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-02-14</Date>
<Version>1.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-20</Date>
<Version>1.2.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-14</Date>
<Version>1.2.0</Version>
<Comment>bump</Comment>
<Name>Osman Erkan</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-08-30</Date>
<Version>1.1.4</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@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>