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: [ITA] twolame
Date: Wed, 13 Sep 2023 23:27:47 +0900	[thread overview]
Message-ID: <20230913232747.9f728314ee5022dbeb4c10f0@nifty.ne.jp> (raw)

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

I'd like to adopt the twolame package.
Thanks in advance.

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

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

NAME="twolame"
VERSION=0.4.0
RELEASE=1
LICENSE="LGPL-2.1-only"
CATEGORY="Libs"
SUMMARY="Optimized MP2 encoder"
DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based
on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and
portions of LAME."
HOMEPAGE="http://www.twolame.org/"
SRC_URI="mirror://sourceforge/twolame/twolame-${VERSION}.tar.gz"

PKG_NAMES="twolame libtwolame0 libtwolame-devel libtwolame-doc"
twolame_CATEGORY="Audio"
twolame_CONTENTS="
	--exclude=html
	usr/bin/twolame.exe
	usr/share/doc/${NAME}
	usr/share/man/man1/twolame.1*
"
libtwolame0_CONTENTS="usr/bin/cygtwolame-0.dll"
libtwolame_devel_CONTENTS="
	usr/include/twolame.h
	usr/lib/libtwolame.dll.a
	usr/lib/pkgconfig/twolame.pc
"
libtwolame_doc_CATEGORY="Doc"
libtwolame_doc_CONTENTS="usr/share/doc/${NAME}/html/"

src_install() {
	cd ${B}
	cyginstall
	mkdir -p ${D}/usr/share/doc/twolame/html
	cp ${S}/doc/html/*.{html,css,png} ${D}/usr/share/doc/twolame/html/.
}

             reply	other threads:[~2023-09-13 14:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13 14:27 Takashi Yano [this message]
2023-09-14 13:26 ` Jon Turney
2023-09-15  3:33   ` 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=20230913232747.9f728314ee5022dbeb4c10f0@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).