public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: "cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: Re: [ITP] aom (3.5.0)
Date: Mon, 6 Feb 2023 21:21:43 +0900	[thread overview]
Message-ID: <20230206212143.aceb616f28024c0f96fede3f@nifty.ne.jp> (raw)
In-Reply-To: <0b02c323-ccbf-0950-2a38-639f6e033db7@dronecode.org.uk>

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

On Sun, 5 Feb 2023 16:34:29 +0000
Jon Turney wrote:
> On 05/02/2023 08:39, Takashi Yano via Cygwin-apps wrote:
> > I would like to propose new package aom, which is
> > a AV1 video codec library. This is needed by ffmpeg
> > package I had proposed, and 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/aom/
> 
> Perhaps this should use the cmake cygclass?
> 
> Otherwise, looks good.

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

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: aom.cygport --]
[-- Type: text/plain, Size: 671 bytes --]

NAME="aom"
VERSION=3.5.0
RELEASE=1
LICENSE="BSD-3=Clause"
CATEGORY="Libs"
SUMMARY="Royalty-free next-generation video format"
HOMEPAGE="http://aomedia.org/"
SRC_URI="https://aomedia.googlesource.com/${NAME}/+archive/v${VERSION}.tar.gz#/${NAME}-${VERSION}.tar.gz"
SRC_DIR="."

PKG_NAMES="aom libaom3 libaom-devel"
aom_CONTENTS="usr/bin/*.exe"
libaom3_CONTENTS="usr/bin/cyg*.dll usr/share"
libaom_devel_CONTENTS="usr/include/ usr/lib/"

inherit cmake

CYGCMAKE_ARGS="
	-DCMAKE_INSTALL_PREFIX=/usr
	-DENABLE_CCACHE=1
	-DCMAKE_SKIP_RPATH=1
	-DCMAKE_BUILD_TYPE=RelWithDebInfo
	-DCONFIG_WEBM_IO=1
	-DENABLE_DOCS=1
	-DENABLE_TESTS=0
	-DCONFIG_ANALYZER=0
	-DBUILD_SHARED_LIBS=1"

  reply	other threads:[~2023-02-06 12:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-05  8:39 Takashi Yano
2023-02-05 16:34 ` Jon Turney
2023-02-06 12:21   ` Takashi Yano [this message]
2023-02-13 10:40     ` Takashi Yano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230206212143.aceb616f28024c0f96fede3f@nifty.ne.jp \
    --to=takashi.yano@nifty.ne.jp \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).