From 6a6907d7ed0ae4c510620b5a74f54afffbd953de Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Wed, 11 Jan 2017 21:20:38 +0300 Subject: [PATCH] gstreamer-vaapi moved --- multimedia/video/gstreamer-vaapi/actions.py | 46 -------- multimedia/video/gstreamer-vaapi/pspec.xml | 105 ------------------ .../video/gstreamer-vaapi/translations.xml | 13 --- 3 files changed, 164 deletions(-) delete mode 100644 multimedia/video/gstreamer-vaapi/actions.py delete mode 100644 multimedia/video/gstreamer-vaapi/pspec.xml delete mode 100644 multimedia/video/gstreamer-vaapi/translations.xml diff --git a/multimedia/video/gstreamer-vaapi/actions.py b/multimedia/video/gstreamer-vaapi/actions.py deleted file mode 100644 index 15ce7eb8f1..0000000000 --- a/multimedia/video/gstreamer-vaapi/actions.py +++ /dev/null @@ -1,46 +0,0 @@ -#!/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 get -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools - -def setup(): - autotools.autoreconf("-fi") - shelltools.cd("../") - shelltools.makedirs("gst-next") - shelltools.copy("gstreamer-vaapi-0.7.0/*", "gst-next") - shelltools.cd("gst-next") - autotools.aclocal() - autotools.configure("--prefix=/usr --disable-static") - - shelltools.cd("../") - shelltools.cd("gstreamer-vaapi-0.7.0") - autotools.aclocal() - autotools.configure("--with-gstreamer-api=0.10") - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - shelltools.cd("../") - shelltools.cd("gst-next") - autotools.make() - - shelltools.cd("../") - shelltools.cd("gstreamer-vaapi-0.7.0") - autotools.make() - -def install(): - shelltools.cd("../") - shelltools.cd("gst-next") - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - shelltools.cd("../") - shelltools.cd("gstreamer-vaapi-0.7.0") - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") diff --git a/multimedia/video/gstreamer-vaapi/pspec.xml b/multimedia/video/gstreamer-vaapi/pspec.xml deleted file mode 100644 index 85254d137d..0000000000 --- a/multimedia/video/gstreamer-vaapi/pspec.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - gstreamer-vaapi - http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2.1 - library - GStreamer Multimedia Framework VA Plugins - gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. - https://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-0.7.0.tar.bz2 - - gtk-doc - yasm-devel - mesa-devel - libva-devel - docbook-xsl - libdrm-devel - libxslt-devel - wayland-devel - wayland-cursor - gstreamer-devel - libXrandr-devel - libXrender-devel - gstreamer-next-devel - gst-plugins-bad-devel - gst-plugins-base-devel - - gst-plugins-base-next-devel - - - - - gstreamer-vaapi - - yasm - mesa - libva - eudev - glib2 - libX11 - libdrm - gstreamer - libXrandr - libXrender - wayland-client - gst-plugins-bad - gst-plugins-base - - - /usr/share/doc - /usr/share/gtk-doc - /usr/lib - - - - - - gstreamer-vaapi-devel - Development files for gstreamer-vaapi - - libva-devel - gstreamer-vaapi - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2016-06-09 - 0.7.0 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-15 - 0.7.0 - Rebuild for new gstreamer-vaapi-next - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-05-02 - 0.7.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-07-23 - 0.6.0 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - diff --git a/multimedia/video/gstreamer-vaapi/translations.xml b/multimedia/video/gstreamer-vaapi/translations.xml deleted file mode 100644 index c79a56d35b..0000000000 --- a/multimedia/video/gstreamer-vaapi/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - gstreamer-vaapi - GStreamer Multimedia Framework VA Plugins - gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. - - - - gstreamer-vaapi-devel - gstreamer için geliştirme dosyaları - - \ No newline at end of file