Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Package: squeezelite #49654

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/squeezelite/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'squeezelite'
pkgname=squeezelite

# current version is specified in squeezelite.h
# upstream does not create git tags / github releases
# see: https://github.com/ralph-irving/squeezelite/issues/29
version=2.0.0.1477
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel libflac-devel faad2-devel mpg123-devel libmad-devel libvorbis-devel"
depends="alsa-lib libflac faad2 mpg123 libmad libvorbis"
short_desc="Squeezebox Client for Logitech Media Server"
maintainer="Xaver Fischer <xaverfischer@mail.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/ralph-irving/squeezelite"
distfiles="${homepage}/archive/3cbbc535f3431880b54c78f5f9489484e4187cf0.zip"
checksum=cbe70bb0ad653eaef7cfc6aea67eec4e3341efaaa4a060df203d7814f42bf774

do_install() {
vbin squeezelite
}