zvbi
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.tv</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/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
|
||||
|
||||
def setup():
|
||||
shelltools.export("AUTOPOINT", "/bin/true")
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-nls \
|
||||
--with-x \
|
||||
--enable-v4l \
|
||||
--enable-dvb \
|
||||
--with-doxygen")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dohtml("doc/html/*")
|
||||
pisitools.dodoc("ChangeLog", "AUTHORS", "COPYING", "NEWS", "README*", "TODO")
|
||||
@@ -0,0 +1,24 @@
|
||||
diff -Naur zvbi-0.2.31/src/Makefile.am zvbi-0.2.31.oden/src/Makefile.am
|
||||
--- zvbi-0.2.31/src/Makefile.am 2008-02-19 01:35:14.000000000 +0100
|
||||
+++ zvbi-0.2.31.oden/src/Makefile.am 2008-11-08 13:11:22.000000000 +0100
|
||||
@@ -119,6 +119,8 @@
|
||||
proxy-client.c \
|
||||
proxy-msg.c
|
||||
|
||||
+libzvbi_chains_la_LIBADD = -ldl
|
||||
+
|
||||
if MAINTAINER_MODE
|
||||
|
||||
hammgen: hammgen.c
|
||||
diff -Naur zvbi-0.2.31/src/Makefile.in zvbi-0.2.31.oden/src/Makefile.in
|
||||
--- zvbi-0.2.31/src/Makefile.in 2008-07-25 08:20:51.000000000 +0200
|
||||
+++ zvbi-0.2.31.oden/src/Makefile.in 2008-11-08 13:11:07.000000000 +0100
|
||||
@@ -62,7 +62,7 @@
|
||||
"$(DESTDIR)$(libzvbiincludedir)"
|
||||
libLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
||||
-libzvbi_chains_la_LIBADD =
|
||||
+libzvbi_chains_la_LIBADD = -ldl
|
||||
am_libzvbi_chains_la_OBJECTS = chains.lo io.lo misc.lo proxy-client.lo \
|
||||
proxy-msg.lo
|
||||
libzvbi_chains_la_OBJECTS = $(am_libzvbi_chains_la_OBJECTS)
|
||||
@@ -0,0 +1,22 @@
|
||||
Index: configure.in
|
||||
===================================================================
|
||||
--- configure.in
|
||||
+++ configure.in 2009-05-27 10:33:24.000000000 +0200
|
||||
@@ -6,6 +6,17 @@
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 check-news dist-bzip2])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
+
|
||||
+dnl AM_ACLOCAL_INCLUDE(macrodir)
|
||||
+AC_DEFUN([AM_ACLOCAL_INCLUDE],
|
||||
+[
|
||||
+ AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
|
||||
+
|
||||
+ test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
||||
+
|
||||
+ for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
|
||||
+])
|
||||
+
|
||||
AM_ACLOCAL_INCLUDE(m4)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zvbi</Name>
|
||||
<Homepage>http://zapping.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>VBI Decoding Library for Zapping</Summary>
|
||||
<Description>Zapping is a TV viewer for the Gnome desktop. With Zapping and a TV card you can watch TV, take screenshots, and record video and audio. Zapping supports Closed Caption and Teletext subtitles.</Description>
|
||||
<Archive sha1sum="b0fc8d596c90d603e883e6b195318c6b276a3eb4" type="tarbz2">mirrors://sourceforge/zapping/zvbi-0.2.35.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">zvbi-0.2.31-linkage_fix.diff</Patch>
|
||||
<!--<Patch level="1">zvbi-0.2.33-include_stat_h.patch</Patch>-->
|
||||
<!--<Patch level="0">zvbi-0.2.33-libpng15.patch</Patch>-->
|
||||
<Patch level="0">zvbi-0.2.7-fix-build.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zvbi</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/zvbi</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>zvbi-devel</Name>
|
||||
<Summary>Development files for zvbi</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">zvbi</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="doc">/usr/share/doc/zvbi/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-27</Date>
|
||||
<Version>0.2.35</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-16</Date>
|
||||
<Version>0.2.35</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Richard de Bruin</Name>
|
||||
<Email>richdb@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-12</Date>
|
||||
<Version>0.2.33</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zvbi</Name>
|
||||
<Summary xml:lang="tr">Zapping uygulaması için VBI çözücü kütüphanesi</Summary>
|
||||
<Description xml:lang="tr">Zapping Gnome masaüstü için bir televizyon göstericisidir. Zapping ve bir TV kartı ile TV seyredebilir, ekran resmi çekebilir ve video ve audio kaydedebilirsiniz. Zapping Kapalı Çekim (Closed Capture) ve Teletex altyazılarını desteklemektedir.</Description>
|
||||
<Description xml:lang="fr">Zapping est un lecteur TV pour le bureau Gnome. Avec Zapping et une carte TV vous pouvez, voir la télévision, faire des copies d'écran et effectuer des enregistrements audio et vidéo. Zapping gère les sous-titres et le télétexte.</Description>
|
||||
<Description xml:lang="es">Zapping es un visualizador de TV para el escritorio Gnome. Con Zapping y una tarjeta de TV puede mirar la tele, capturar pantallas, grabar video y audio. Zapping soporta subtitulos teletext y Closed Caption.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>zvbi-devel</Name>
|
||||
<Summary xml:lang="tr">zvbi için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user