On Sun, 5 Feb 2023 16:34:41 +0000
Jon Turney wrote:
> On 05/02/2023 08:38, Takashi Yano via Cygwin-apps wrote:
> > I would like to propose new package fdk-aac-free, which is
> > a AAC audio codec library. This is a free version of FDK-AAD,
> > and is needed by ffmpeg package I had proposed. This is also
> > provided for ffmpeg-free package in fedora.
> > 
> > I already prepared the package at the following location.
> > 
> > https://tyan0.yr32.net/cygwin/x86_64/release/fdk-aac-free/
> 
> It looks like perhaps the shared library package should be called 
> 'libfdk-aac2' as the library has a soversion.
> 
> Otherwise, this looks ok.

Thanks for the advice. I revised the cygport file
as attached. Is this as you expected?

-- 
Takashi Yano <takashi.y...@nifty.ne.jp>
NAME="fdk-aac-free"
VERSION=2.0.0
RELEASE=1
CATEGORY="Audio"
SUMMARY="Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library 
for Android"
DESCRIPTION="The Third-Party Modified Version of the Fraunhofer FDK AAC Codec 
Library for Android is software that implements part of the MPEG Advanced Audio 
Coding (AAC) encoding and decoding scheme for digital audio."
HOMEPAGE="https://cgit.freedesktop.org/~wtay/fdk-aac/log/?h=fedora";
LICENSE="FDK-AAC"
SRC_URI="https://people.freedesktop.org/~wtay/fdk-aac-free-${VERSION}.tar.gz";
PKG_NAMES="libfdk-aac2 libfdk-aac-devel"
CYGCONF_ARGS="--disable-silent-rules --disable-static"
libfdk_aac2_CATEGORY="Audio Libs"
libfdk_aac2_SUMMARY="fdk-aac-free runtime library"
libfdk_aac2_CONTENTS="usr/bin usr/share"
libfdk_aac_devel_CATEGORY="Audio Devel"
libfdk_aac_devel_SUMMARY="fdk-aac-free development package"
libfdk_aac_devel_CONTENTS="usr/include usr/lib"

Reply via email to