-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |