Skip to content

Commit

Permalink
g15mpd-1.1 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 18, 2024
1 parent 2b3a4dd commit afd30d4
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
66 changes: 66 additions & 0 deletions g15mpd/README
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/fd00/>
12 changes: 12 additions & 0 deletions g15mpd/g15mpd-1.1-1bl1.cygport
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit afd30d4

Please sign in to comment.