quvi: update to 0.4.0.

This commit is contained in:
Juan RP 2011-10-24 15:41:44 +02:00
parent 4602a9e4c5
commit 54da7e531f
8 changed files with 87 additions and 10 deletions

1
srcpkgs/libquvi-devel Symbolic link
View File

@ -0,0 +1 @@
libquvi

View File

@ -0,0 +1,26 @@
# Template file for 'libquvi-scripts'
pkgname=libquvi-scripts
version=0.4.0
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="Set of (lua) scripts for libquvi"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=05efd68f354f73ec7a9909469740f514bba73782230eae742cc392168fd5e192
long_desc="
It originates from the idea of working around the flash requirement found
on many media hosting websites (e.g. YouTube).
* Parses additional media details (e.g. media title, media ID)
* Supported platforms include Linux, *BSD systems
* C library: Fast and low system footprint
* Easy to extend: uses lua for scripting
* Supports 40+ websites
* C API is simple to use
This package contains a set of plugins for use with libquvi and/or quvi."
noarch=yes
Add_dependency build pkg-config
Add_dependency full lua

2
srcpkgs/libquvi/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=0.4.0"
api_depends="${abi_depends}"

View File

@ -0,0 +1,19 @@
# Template file for 'libquvi-devel'.
#
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
replaces="quvi-devel<0.4.0"
Add_dependency run libcurl-devel
Add_dependency run lua-devel
Add_dependency run libquvi
do_install()
{
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
vmove usr/share usr
}

33
srcpkgs/libquvi/template Normal file
View File

@ -0,0 +1,33 @@
# Template file for 'libquvi'
pkgname=libquvi
version=0.4.0
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="C library that can be used to parse flash media stream URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=97db661c8ed6f1e857196619156908853b1e6f229c6e4c2ffcc26add904c9595
long_desc="
It originates from the idea of working around the flash requirement found
on many media hosting websites (e.g. YouTube).
* Parses additional media details (e.g. media title, media ID)
* Supported platforms include Linux, *BSD systems
* C library: Fast and low system footprint
* Easy to extend: uses lua for scripting
* Supports 40+ websites
* C API is simple to use"
replaces="quvi<0.4.0"
subpackages="${pkgname}-devel"
Add_dependency run glibc
Add_dependency run lua
Add_dependency run libcurl
Add_dependency build pkg-config
Add_dependency build lua-devel
Add_dependency build libcurl-devel
Add_dependency full libquvi-scripts ">=${version}"

View File

@ -1 +0,0 @@
quvi

View File

@ -1,13 +1,13 @@
# Template file for 'quvi' # Template file for 'quvi'
pkgname=quvi pkgname=quvi
version=0.2.19 version=0.4.0
homepage="http://quvi.sourceforge.net/" homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
short_desc="C library that can be used to parse flash media stream URLs" short_desc="Command-line tool for parsing video download links"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
checksum=c6c5e851bcf0bacd40562610682311b7a1897efb6c14b9336a666a8e0aeb905b checksum=db3d9808b7f349f4be7c591c2040a6795b84999792a473d2bbe7137f4b91fe63
long_desc=" long_desc="
It originates from the idea of working around the flash requirement found It originates from the idea of working around the flash requirement found
on many media hosting websites (e.g. YouTube). on many media hosting websites (e.g. YouTube).
@ -19,12 +19,9 @@ long_desc="
* Supports 40+ websites * Supports 40+ websites
* C API is simple to use" * C API is simple to use"
subpackages="quvi-devel"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run lua
Add_dependency run libcurl Add_dependency run libcurl
Add_dependency run libquvi
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build lua-devel Add_dependency build libquvi-devel
Add_dependency build libcurl-devel

View File

@ -856,7 +856,7 @@ libgdmsimplegreeter.so.1 gdm gdm-devel
libgupnp-av-1.0.so.2 gupnp-av gupnp-av-devel libgupnp-av-1.0.so.2 gupnp-av gupnp-av-devel
libgrilo-0.1.so.0 grilo grilo-devel libgrilo-0.1.so.0 grilo grilo-devel
libgrlnet-0.1.so.0 grilo grilo-devel libgrlnet-0.1.so.0 grilo grilo-devel
libquvi.so.6 quvi quvi-devel libquvi.so.7 libquvi libquvi-devel
libepc-1.0.so.3 libepc libepc-devel libepc-1.0.so.3 libepc libepc-devel
libepc-ui-1.0.so.3 libepc libepc-devel libepc-ui-1.0.so.3 libepc libepc-devel
libgupnp-dlna-1.0.so.2 gupnp-dlna gupnp-dlna-devel libgupnp-dlna-1.0.so.2 gupnp-dlna gupnp-dlna-devel