libvpx: remove leftover from previous.
This commit is contained in:
parent
f275b602cd
commit
443a7b1e36
|
@ -3,13 +3,13 @@ pkgname=libvpx
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="libvpx-v${version}"
|
wrksrc="libvpx-v${version}"
|
||||||
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
hostmakedepends="which perl yasm"
|
hostmakedepends="which perl yasm"
|
||||||
short_desc="The VP8 Codec SDK"
|
short_desc="The VP8 Codec SDK"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.webmproject.org"
|
homepage="http://www.webmproject.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
||||||
checksum=9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5
|
checksum=9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5
|
||||||
long_desc="
|
long_desc="
|
||||||
WebM is an open, royalty-free, media file format designed for the web.
|
WebM is an open, royalty-free, media file format designed for the web.
|
||||||
|
@ -19,8 +19,6 @@ long_desc="
|
||||||
streams compressed with the Vorbis audio codec. The WebM file structure is
|
streams compressed with the Vorbis audio codec. The WebM file structure is
|
||||||
based on the Matroska container."
|
based on the Matroska container."
|
||||||
|
|
||||||
disable_as_needed=yes
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export LD="$CC"
|
export LD="$CC"
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue