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
Subject: Re: [ITA] libsndfile (1.2.0)
Date: Mon, 13 Feb 2023 19:40:24 +0900	[thread overview]
Message-ID: <20230213194024.f1d137f21e2dd4e5c56c883d@nifty.ne.jp> (raw)
In-Reply-To: <20230122211515.f8fc01fe142009d8530dd23f@nifty.ne.jp>

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

On Sun, 22 Jan 2023 21:15:15 +0900
Takashi Yano wrote:

> On Sat, 21 Jan 2023 14:59:17 +0000
> Jon Turney <jon.turney@dronecode.org.uk> wrote:
> 
> > On 21/01/2023 00:20, Takashi Yano via Cygwin-apps wrote:
> > > On Fri, 20 Jan 2023 16:40:18 -0700
> > > Brian Inglis wrote:
> > >> On 2023-01-20 16:22, Takashi Yano via Cygwin-apps wrote:
> > >>> Do you mean, keep libsndfile1 and delete libsndfile,
> > >>> or vice versa?
> > >>
> > >> Presumably means to remove libsndfile from PKG_NAMES as it is no longer required
> > >> by packaging tools and add:
> > >>
> > >> 	libsndfile1_OBSOLETES=libsndfile # no longer required by packaging tools
> > >>
> > >> in libsndfile1 package stanza lines in libsndfile.cygport.
> > > 
> > > Thanks for the advice!
> > 
> > This is correct.
> > 
> > > I have updated the package in:
> > > https://tyan0.yr32.net/cygwin/x86_64/release/libsndfile/
> > 
> > Thanks.
> > 
> > I've given you the adopted packages: libsndfile, mpg123, opus, 
> > opus-tools, opusfile, SDL2.  I'll look at the rest later.
> 
> Thanks in advance.
> 
> > I note most of these sources also have mingw-cross packages as well. I 
> > don't know what we want to do about those.
> 
> I noticed that. However, my main motivation is porting MOC
> to cygwin, so I wanted the needed packages up to date.
> Therefore, I did not touch these mingw packages.
> 
> Does anyone want these mingw packages updated?

Fix license string.

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

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

NAME="libsndfile"
VERSION=1.2.0
RELEASE=1
LICENSE="LGPL-2.1-only"
CATEGORY="Libs"
SUMMARY="Sampled audio data library"
DESCRIPTION="libsndfile is a library of C routines for reading and writing
files containing sampled audio data."
HOMEPAGE="https://www.mega-nerd.com/libsndfile/"
SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${VERSION}/${NAME}-${VERSION}.tar.xz"
PATCH_URI="1.0.23-oss.patch"

PKG_NAMES="${NAME}1 ${NAME}-devel ${NAME}-utils"
libsndfile1_CONTENTS='usr/bin/*-1.dll usr/share/doc/'
libsndfile1_OBSOLETES="libsndfile" # no longer required by packaging tools
libsndfile_devel_CONTENTS='usr/include/ usr/lib/'
libsndfile_utils_CATEGORY="Audio"
libsndfile_utils_SUMMARY="${SUMMARY% *} utilities"
libsndfile_utils_CONTENTS='usr/bin/*.exe usr/share/man/man1/'

ACLOCAL_FLAGS="-I M4"
CYGCONF_ARGS="
	--disable-alsa
	--enable-sqlite
	--disable-gcc-pipe
	--disable-gcc-werror
"
MAKEOPTS+=" htmldocdir=/usr/share/doc/${NAME}/html"

BUILD_REQUIRES="flac-devel libogg-devel libmp3lame-devel libmpg123-devel libmpg123-devel libvorbis-devel"

      reply	other threads:[~2023-02-13 10:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 10:34 Takashi Yano
2023-01-20 15:00 ` Thomas Wolff
2023-01-20 15:20   ` Takashi Yano
2023-01-20 18:21     ` Jon Turney
2023-01-20 23:22       ` Takashi Yano
2023-01-20 23:40         ` Brian Inglis
2023-01-21  0:20           ` Takashi Yano
2023-01-21 14:59             ` Jon Turney
2023-01-21 15:02               ` [GOLDSTAR] " Jon Turney
2023-01-27 21:46                 ` Andrew Schulman
2023-01-22 12:15               ` Takashi Yano
2023-02-13 10:40                 ` Takashi Yano [this message]

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=20230213194024.f1d137f21e2dd4e5c56c883d@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).