libtheora: adopted port
This commit is contained in:
parent
c0640fd76b
commit
8825bd22a5
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/RKeYUBfvff5LvNAW3BVx521tx5nytO/o+mUDNL9B/fAs/WoOa1k1VKZlvLLYbI0UdYl/uqP3QEWimkM1RjLOQY=
|
RWSE3ohX2g5d/d6Es/s3lZzNmtySv28hax3Jmu2jtqJIUOSHKwtd3Xx02VzQx2pfbHOG9Q6fAa4NsGuw4yGun7F8shVyCOnPNQU=
|
||||||
SHA256 (Pkgfile) = 196cb10fcc442c06d8bb84a594e1f5dbb487ad40a73b38c2eb83e831b7a490d6
|
SHA256 (Pkgfile) = 225049abd6f2bfbc88997d13de9b90d90c3af0a82aad8f8b2c29f18abdef440c
|
||||||
SHA256 (.footprint) = a6c47611530667abff9ad4c1953cfa917fed953808751ce57c9215d333deed10
|
SHA256 (.footprint) = a6c47611530667abff9ad4c1953cfa917fed953808751ce57c9215d333deed10
|
||||||
SHA256 (libtheora-1.1.1.tar.xz) = f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
|
SHA256 (libtheora-1.1.1.tar.xz) = f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# Description: A free and open video compression format from the Xiph.org Foundation.
|
# Description: a free and open video compression format
|
||||||
# URL: https://www.theora.org/
|
# URL: https://www.theora.org/
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
# Depends on: libvorbis
|
# Depends on: libvorbis
|
||||||
|
|
||||||
name=libtheora
|
name=libtheora
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.xz)
|
source=(https://downloads.xiph.org/releases/theora/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-examples
|
--disable-examples
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
rm -r $PKG/usr/share/doc
|
rm -r $PKG/usr/share/doc
|
||||||
rmdir $PKG/usr/share
|
rmdir $PKG/usr/share
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user