mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.6 KiB
Tcl
43 lines
1.6 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup lua 1.0
|
|
|
|
name libquvi
|
|
version 0.9.4
|
|
revision 3
|
|
categories net www
|
|
license GPL-3
|
|
maintainers openmaintainer {snc @nerdling}
|
|
description A command line tool for parsing video download links.
|
|
long_description ${name} is a command line tool for parsing video download \
|
|
links. It supports Youtube and other similar video \
|
|
websites. lib${name} is a library for parsing video \
|
|
download links with C API. It is written in C and intended \
|
|
to be a cross-platform library.
|
|
homepage http://quvi.sourceforge.net/
|
|
|
|
platforms darwin
|
|
depends_build port:pkgconfig
|
|
depends_lib port:curl \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:libgpg-error \
|
|
port:libgcrypt \
|
|
port:libquvi-scripts \
|
|
port:libproxy
|
|
|
|
patchfiles patch-src-quvi-quvi-Makefile.in.diff
|
|
|
|
master_sites sourceforge:project/quvi/0.9/libquvi/
|
|
use_xz yes
|
|
|
|
checksums rmd160 831061cc162a883ee4ecabad4f04687e6f4d17b3 \
|
|
sha256 2d3fe28954a68ed97587e7b920ada5095c450105e993ceade85606dadf9a81b2
|
|
|
|
# more recent Lua versions seem to break build
|
|
lua.version 5.2
|
|
|
|
configure.cppflags -I${worksrcpath}/include -I${prefix}/include
|
|
|
|
livecheck.regex ${name}-(\\d+(\\.\\d+)+)
|