-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
101 changed files
with
8,573 additions
and
8,229 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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd-config. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "21 Nov 2024" "18.2.2" "mympd-config man page" | ||
.TH man 1 "15 Dec 2024" "19.0.0" "mympd-config man page" | ||
|
||
.SH NAME | ||
mympd-config \- mympd configuration tool | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd-script. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "21 Nov 2024" "18.2.2" "mympd-script man page" | ||
.TH man 1 "15 Dec 2024" "19.0.0" "mympd-script man page" | ||
|
||
.SH NAME | ||
mympd-script \- mympd command line tool to execute scripts | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mympd. | ||
.\" Contact <[email protected]> to correct errors or typos. | ||
.TH man 1 "21 Nov 2024" "18.2.2" "mympd man page" | ||
.TH man 1 "15 Dec 2024" "19.0.0" "mympd man page" | ||
|
||
.SH NAME | ||
myMPD \- standalone and mobile friendly web mpd client | ||
|
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 |
---|---|---|
|
@@ -6,14 +6,26 @@ | |
# Maintainer: Juergen Mang <[email protected]> | ||
# | ||
pkgname=mympd | ||
pkgver=18.2.2 | ||
pkgver=19.0.0 | ||
pkgrel=0 | ||
pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client." | ||
url="https://jcorporation.github.io/myMPD/" | ||
arch="all" | ||
license="GPL-3.0-or-later" | ||
depends="libid3tag flac openssl lua5.4 pcre2 newt" | ||
makedepends="cmake perl gzip jq libid3tag-dev flac-dev openssl-dev linux-headers lua5.4-dev pcre2-dev" | ||
depends="newt" | ||
makedepends=" | ||
cmake | ||
flac-dev | ||
gzip | ||
jq | ||
lua5.4 | ||
lua5.4-dev | ||
libid3tag-dev | ||
linux-headers | ||
openssl-dev | ||
pcre2-dev | ||
perl | ||
" | ||
install="$pkgname.pre-install" | ||
subpackages="$pkgname-dbg $pkgname-doc" | ||
source="mympd_$pkgver.orig.tar.gz" | ||
|
@@ -22,10 +34,10 @@ options="!check" | |
#no test suite | ||
|
||
build() { | ||
cmake -B "$builddir/release" -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo "$builddir" | ||
make -C "$builddir/release" | ||
cmake -B "$builddir/release" -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo "$builddir" | ||
make -C "$builddir/release" | ||
} | ||
|
||
package() { | ||
make -C "$builddir/release" DESTDIR="$pkgdir" install | ||
make -C "$builddir/release" DESTDIR="$pkgdir" install | ||
} |
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
|
||
pkgname=mympd | ||
pkgver=18.2.2 | ||
pkgver=19.0.0 | ||
pkgrel=1 | ||
pkgdesc="A standalone and mobile friendly web-based MPD client." | ||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mympd (18.2.2-1) unstable; urgency=medium | ||
mympd (19.0.0-1) unstable; urgency=medium | ||
|
||
* Release from master | ||
|
||
-- Juergen Mang <[email protected]> Thu, 21 Nov 2024 18:11:46 +0100 | ||
-- Juergen Mang <[email protected]> Sun, 15 Dec 2024 14:12:40 +0100 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PORTNAME= myMPD | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 18.2.2 | ||
DISTVERSION= 19.0.0 | ||
CATEGORIES= multimedia | ||
|
||
MAINTAINER= [email protected] | ||
|
File renamed without changes.
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# (c) 2018-2024 Juergen Mang <[email protected]> | ||
|
||
Name: mympd | ||
Version: 18.2.2 | ||
Version: 19.0.0 | ||
Release: 0 | ||
License: GPL-3.0-or-later | ||
Group: Productivity/Multimedia/Sound/Players | ||
|
@@ -24,7 +24,7 @@ BuildRequires: pkgconfig | |
BuildRequires: unzip | ||
BuildRequires: gzip | ||
BuildRequires: jq | ||
Requires: whiptail | ||
Requires: newt | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-build | ||
|
||
%description | ||
|
@@ -65,5 +65,5 @@ fi | |
%license LICENSE.md | ||
|
||
%changelog | ||
* Thu Nov 21 2024 Juergen Mang <[email protected]> 18.2.2-0 | ||
* Sun Dec 15 2024 Juergen Mang <[email protected]> 19.0.0-0 | ||
- Version from master |
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
Oops, something went wrong.