public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Federico Kircheis <federico.kircheis@gmail.com>
To: cygwin-apps@cygwin.com
Subject: cmus
Date: Fri, 22 Oct 2021 15:06:46 +0200	[thread overview]
Message-ID: <23fcd06d-6c16-d031-1cb7-7cf7faae188f@gmail.com> (raw)

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


Hello to everyone,

I'm interested in becoming a package maintainer for the program cmus.

Homepage of the project is:

   https://cmus.github.io/

Current release can be downloaded from

   https://github.com/cmus/cmus/releases/tag/v2.9.1


It would be a new package for the cygwin distribution, but it is already
distributed on different systems, like Arch, Debian, Fedora, openSUSE,
Gentoo and many others.

More information can be found here:

  * https://packages.debian.org/sid/cmus
  * https://packages.gentoo.org/packages/media-sound/cmus
  * https://software.opensuse.org/package/cmus
  * https://pkgs.org/download/cmus
  * https://www.freshports.org/audio/cmus
  * https://formulae.brew.sh/formula/cmus

Currently there is no Windows port.


.hint and .cygport files are attached


Best regards

Federico Kircheis


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

# cmus.cygport
NAME="cmus"
VERSION=2.9.1
TAG=2.9.1
RELEASE=1
SUMMARY="cmus is a small, fast and powerful console music player for Unix-like operating systems."
DESCRIPTION="cmus is a small, fast and powerful console music player for Unix-like operating systems.
"
CATEGORY="Audio"

HOMEPAGE="https://cmus.github.io/"
SRC_URI="https://github.com/cmus/cmus/archive/v${TAG}.tar.gz"
SRC_DIR="cmus-${TAG}"

DEPEND="libncurses-devel libmad-devel libvorbis-devel flac-devel"
REQUIRES="libncursesw10 libmad0 libvorbis flac"

PKG_NAMES="cmus"

src_compile() {
	lndirs
	cd ${B}

	sh ./configure \
		CONFIG_MAD=y CONFIG_VORBIS=y CONFIG_FLAC=y \
		prefix=/usr bindir=/usr/bin libdir=/usr/lib datadir=/usr/share mandir=/usr/share/man

	cygmake CC="${CC}" CXX="${CXX}" AR="${AR}" RANLIB="${RANLIB}" STRIP=/usr/bin/true
}


#src_install() {
#	cd ${B}
#	cyginstall
#}

#src_test() {
#	# There is no test suite yet
#	:
#}

[-- Attachment #3: cmus.hint --]
[-- Type: text/plain, Size: 173 bytes --]

# neomutt.hint
sdesc: "a command line mail reader (or MUA)"
ldesc: "NeoMutt is a command line mail reader (or MUA).
It's a fork of Mutt with added features."
category: Mail

             reply	other threads:[~2021-10-22 13:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22 13:06 Federico Kircheis [this message]
2021-10-23 15:39 ` cmus Oliver Schoede
2021-10-23 18:01   ` cmus Federico Kircheis
2021-10-31 15:29     ` cmus Jon Turney
2021-10-31 19:00       ` cmus Federico Kircheis
2021-11-14 12:56         ` cmus Jon Turney
2021-11-14 14:22           ` cmus Federico Kircheis

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=23fcd06d-6c16-d031-1cb7-7cf7faae188f@gmail.com \
    --to=federico.kircheis@gmail.com \
    --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).