wok-next annotate deadbeef-opus/receipt @ rev 19868

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