mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- Update to 0.2.2
Changelog: * new screen - playlist editor * new playlist view - columns * playlist view switcher added (key 'p' by default) * find function modes added (wrapped/normal, switch is 'w' by default) * albums in media library sorted by year (and it's also displayed) * multiple items selection support and related functions added * playlists management support * new function - "go to dir containing selected song" (key 'G' by default) * moving items improved PR: 127174 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
This commit is contained in:
parent
bd3054fb1c
commit
ca6f365708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220161
4 changed files with 17 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ncmpcpp
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
|
||||
http://mirror.mcx2.org/
|
||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= ncursesw.5:${PORTSDIR}/devel/ncurses
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GCC= 4.2+
|
||||
USE_GNOME= glib20
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ncmpcpp-0.2.1.tar.bz2) = 14d4022f9c9cd98cc4871e6335cdf26c
|
||||
SHA256 (ncmpcpp-0.2.1.tar.bz2) = 08718dd17341fbc6d9752738bcf631721686ed8c7e43a307eeb468c688f09fd9
|
||||
SIZE (ncmpcpp-0.2.1.tar.bz2) = 286624
|
||||
MD5 (ncmpcpp-0.2.2.tar.bz2) = 617e0dba49598ef73cab80653a58e6fa
|
||||
SHA256 (ncmpcpp-0.2.2.tar.bz2) = 4e6125d8b3efdf0669e81a22be5104f39286e85986feeaf8e374de3840270e4a
|
||||
SIZE (ncmpcpp-0.2.2.tar.bz2) = 290557
|
||||
|
|
11
audio/ncmpcpp/files/patch-src-lyrics.cpp
Normal file
11
audio/ncmpcpp/files/patch-src-lyrics.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/lyrics.cpp.orig 2008-09-07 10:41:28.000000000 +0200
|
||||
+++ src/lyrics.cpp 2008-09-07 10:41:51.000000000 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "lyrics.h"
|
||||
-#include <fcntl.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
const string lyrics_folder = home_folder + "/" + ".lyrics";
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
ncmpcpp has been installed.
|
||||
|
||||
A default ncmpcpprc config has been installed to:
|
||||
PREFIX/share/doc/ncmpcpprc.sample
|
||||
PREFIX/share/doc/ncmpcpp/ncmpcpprc
|
||||
|
||||
For more information about ncmpcpp visit:
|
||||
http://unkart.ovh.org/ncmpcpp
|
||||
|
|
Loading…
Add table
Reference in a new issue