wok-next view deadbeef-opus/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents
children e6615350078d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="deadbeef-opus"
4 VERSION="0.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Ogg Opus decoder plugin for DeaDBeeF"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://bitbucket.org/Lithopsian/deadbeef-opus/overview"
11 TARBALL="opus-$VERSION.tar.gz"
12 WGET_URL="https://bitbucket.org/Lithopsian/deadbeef-opus/downloads/$TARBALL"
14 BUILD_DEPENDS="opusfile-dev deadbeef-dev"
16 compile_rules() {
17 # To support large files (> 2GB) on 32 bit systems
18 sed -i '/FILE_OFFSET_BITS/ s|^# ||' Makefile
20 make PREFIX=/usr &&
21 make PREFIX=$install/usr install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="deadbeef libcrypto libogg libssl opus opusfile"
27 }