From 5967058f89529fc1959946253d7b53a85435d33d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 23 Jul 2015 13:50:56 +0300 Subject: [PATCH] libv4l:moved into main for pisi 2.0 --- multimedia/video/libv4l/actions.py | 29 +++++ multimedia/video/libv4l/pspec.xml | 145 +++++++++++++++++++++++ multimedia/video/libv4l/translations.xml | 27 +++++ 3 files changed, 201 insertions(+) create mode 100644 multimedia/video/libv4l/actions.py create mode 100644 multimedia/video/libv4l/pspec.xml create mode 100644 multimedia/video/libv4l/translations.xml diff --git a/multimedia/video/libv4l/actions.py b/multimedia/video/libv4l/actions.py new file mode 100644 index 0000000000..d653184483 --- /dev/null +++ b/multimedia/video/libv4l/actions.py @@ -0,0 +1,29 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + #autotools.autoreconf("-vfi") + autotools.configure("--disable-static \ + --disable-rpath") + + 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": return + + pisitools.dodoc("ChangeLog", "COPYING*", "README*", "TODO") + pisitools.insinto("/%s/%s/" % (get.docDIR(), get.srcNAME()), "contrib") + diff --git a/multimedia/video/libv4l/pspec.xml b/multimedia/video/libv4l/pspec.xml new file mode 100644 index 0000000000..b13ab67101 --- /dev/null +++ b/multimedia/video/libv4l/pspec.xml @@ -0,0 +1,145 @@ + + + + + libv4l + http://freecode.com/projects/libv4l + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + V4L wrapper for V4L2 + A library to access V4L2 API with V4L1 alike calls. + http://linuxtv.org/downloads/v4l-utils/v4l-utils-1.0.1.tar.bz2 + + qt5-base-devel + libjpeg-turbo-devel + glibc-devel + libgcc + + + + + libv4l + + libjpeg-turbo + + + /lib/udev/rules.d + /lib/udev/rc_keymaps + /usr/lib + /usr/share/doc + + + + + v4l-utils + Utilities for libv4l + + libgcc + libv4l + + + /etc + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/applications + /usr/share/icons + + + + + libv4l-devel + Development files for libv4l + + libv4l + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/libv4l/contrib + + + + + libv4l-32bit + emul32 + 32-bit shared libraries for libv4l + emul32 + + libjpeg-turbo-32bit + + + libjpeg-turbo-32bit + glibc-32bit + libv4l + + + /usr/lib32 + + + + + + 2014-05-20 + 1.0.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-20 + 23042013 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-17 + 23042013 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-08-17 + 23042013 + Release Bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-29 + 23042013 + missing dep + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-04-23 + 23042013 + bump frome gitsnapshot + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-02-17 + 0.9.3 + bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-12-03 + 0.8.9 + First release + Marcin Bojara + marcin@pisilinux.org + + + \ No newline at end of file diff --git a/multimedia/video/libv4l/translations.xml b/multimedia/video/libv4l/translations.xml new file mode 100644 index 0000000000..312151a58c --- /dev/null +++ b/multimedia/video/libv4l/translations.xml @@ -0,0 +1,27 @@ + + + + libv4l + V4L kitaplığı + Warstwa abstrakcji dla urządzeń video4linux2 + V4L2 arabirimini V4L1 tarzı çağrılarla erişim sağlayan kitaplık. + libv4l to zestaw bibliotek dodający niewielką warstwę abstrakcji dla urządzeń video4linux2. Celem tej warstwy jest ułatwienie autorom aplikacji obsługi szerokiej gamy urządzeń bez pisania osobnego kodu dla różnych urządzeń tej samej klasy. + + + + libv4l-devel + libv4l için geliştirme dosyaları + Pliki nagłówkowe bibliotek libv4l + + + + libv4l-32bit + libv4l için 32-bit paylaşımlı kitaplıklar + 32-bitowe biblioteki libv4l + + + + v4l-utils + Zbiór narzędzi do urządzeń Video4Linux + +