28 lines
943 B
Text
28 lines
943 B
Text
# Template file for 'libquvi'
|
|
pkgname=libquvi
|
|
version=0.4.1
|
|
homepage="http://quvi.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config lua-devel libcurl-devel"
|
|
fulldepends="libquvi-scripts>=0.4.1"
|
|
revision=2
|
|
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=143c92b065b7ddc2ac87c4b9679ee99df0f1dccd2d0dbda15da0a54ae280dec8
|
|
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"
|
|
|
|
|