From afd30d43075f090a5efaa4d23124cabcacac9d55 Mon Sep 17 00:00:00 2001 From: "Daisuke Fujimura (fd0)" Date: Wed, 18 Dec 2024 09:55:15 +0900 Subject: [PATCH] g15mpd-1.1 (untested) --- g15mpd/README | 66 ++++++++++++++++++++++++++++++++++ g15mpd/g15mpd-1.1-1bl1.cygport | 12 +++++++ 2 files changed, 78 insertions(+) create mode 100644 g15mpd/README create mode 100644 g15mpd/g15mpd-1.1-1bl1.cygport diff --git a/g15mpd/README b/g15mpd/README new file mode 100644 index 000000000..fcd732a93 --- /dev/null +++ b/g15mpd/README @@ -0,0 +1,66 @@ +g15mpd +------------------------------------------ +Simple frontend for the MPD Media Player Daemon, for use with g15daemon + +Runtime requirements: + cygwin-3.5.4-1 + libX11_6-1.8.9-1 + libXtst6-1.2.4-1 + libg15daemon_client3-3.0.4-1bl2 + libg15render3-3.0.4-1bl1 + libmpd1-11.8.17-2 + +Build requirements: +(besides corresponding -devel packages) + autoconf-15-2 + automake-20240607-1 + binutils-2.43.1-1 + cygport-0.36.9-1 + gcc-core-12.4.0-3 + libX11-devel-1.8.9-1 + libXtst-devel-1.2.4-1 + libg15daemon_client-devel-3.0.4-1bl2 + libg15render-devel-3.0.4-1bl1 + libmpd-devel-11.8.17-2 + libtool-2.5.3-1 + make-4.4.1-2 + +Canonical website: + https://gitlab.com/menelkir/g15mpd + +Canonical download: + https://gitlab.com/menelkir/g15mpd/-/archive/1.1/g15mpd-1.1.tar.bz2 + +------------------------------------------- + +Build instructions: + 1. unpack g15mpd-1.1-X-src.tar.xz + 2. if you use setup to install this src package, + it will be unpacked under /usr/src automatically + % cd /usr/src + % cygport ./g15mpd-1.1-X.cygport all + +This will create: + /usr/src/g15mpd-1.1-X-src.tar.xz + /usr/src/g15mpd-1.1-X.tar.xz + +------------------------------------------- + +Files included in the binary package: + +(g15mpd) + /usr/bin/g15mpd.exe + /usr/share/doc/Cygwin/g15mpd.README + /usr/share/doc/g15mpd/AUTHORS + /usr/share/doc/g15mpd/COPYING + /usr/share/doc/g15mpd/ChangeLog + /usr/share/doc/g15mpd/NEWS + /usr/share/doc/g15mpd/README + /usr/share/doc/g15mpd/README.rst + +------------------ + +Port Notes: + +----- version 1.1-1bl1 ----- +Initial release by fd0 diff --git a/g15mpd/g15mpd-1.1-1bl1.cygport b/g15mpd/g15mpd-1.1-1bl1.cygport new file mode 100644 index 000000000..ebb2e4e15 --- /dev/null +++ b/g15mpd/g15mpd-1.1-1bl1.cygport @@ -0,0 +1,12 @@ +HOMEPAGE="https://gitlab.com/menelkir/${PN}" +SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" + +CATEGORY="Utils" +SUMMARY="Simple frontend for the MPD Media Player Daemon, for use with g15daemon" +DESCRIPTION="${SUMMARY}" + +LICENSE="GPL-2.0-or-later" +LICENSE_SPDX="SPDX-License-Identifier: GPL-2.0-or-later" +LICENSE_URI="COPYING" + +BUILD_REQUIRES="libg15daemon_client-devel libg15render-devel libmpd-devel libX11-devel libXtst-devel"