Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2008 05:57:39 -0700 (PDT)
From:      Dennis Herrmann <adox@mcx2.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127521: [PATCH] ncmpcpp update to 0.2.3
Message-ID:  <48d644c3.0ab6660a.6810.ffffcc62@mx.google.com>
Resent-Message-ID: <200809211300.m8LD0BMG073401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127521
>Category:       ports
>Synopsis:       [PATCH] ncmpcpp update to 0.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 21 13:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD contempt 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386

>Description:
Ncmpcpp update to 0.2.3
	* new screen - complex tag editor (with albums/directories view)
	* brand new song info screen (old one removed)
	* support for renaming files and directories
	* support for reading tags from filename
	* support for editing artist and album in media library
	* support for playlist renaming
	* support for following lyrics of now playing song
	* support for fetching artist's info from last.fm
	* fixed compilation for Mac OS X and *BSD
	* fixed compilation for older gcc versions
	* extended configuration (e.g. all colors can be user-defined)
	* 'repeat one song' mode works with random mode now
	* incremental seeking (old behaviour is still available through config)
	* a bunch of fixes and improvements

>How-To-Repeat:
>Fix:

--- ncmpcpp-update-0.2.3.diff begins here ---
diff -ruN ncmpcpp.orig/Makefile ncmpcpp/Makefile
--- ncmpcpp.orig/Makefile	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/Makefile	2008-09-21 14:40:11.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ncmpcpp
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	audio
 MASTER_SITES=	http://unkart.ovh.org/ncmpcpp/ \
 		http://mirror.mcx2.org/
@@ -19,7 +19,6 @@
 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"
diff -ruN ncmpcpp.orig/distinfo ncmpcpp/distinfo
--- ncmpcpp.orig/distinfo	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/distinfo	2008-09-21 14:33:46.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ncmpcpp-0.2.2.tar.bz2) = 617e0dba49598ef73cab80653a58e6fa
-SHA256 (ncmpcpp-0.2.2.tar.bz2) = 4e6125d8b3efdf0669e81a22be5104f39286e85986feeaf8e374de3840270e4a
-SIZE (ncmpcpp-0.2.2.tar.bz2) = 290557
+MD5 (ncmpcpp-0.2.3.tar.bz2) = c4aed09c7c3cf8d1cab5a7ff5d60be5c
+SHA256 (ncmpcpp-0.2.3.tar.bz2) = c17c655b90cfb502ad56f1d54a50567d37ff76b196b632f7d480ce20a9a79e0d
+SIZE (ncmpcpp-0.2.3.tar.bz2) = 300876
diff -ruN ncmpcpp.orig/files/patch-src-lyrics.cpp ncmpcpp/files/patch-src-lyrics.cpp
--- ncmpcpp.orig/files/patch-src-lyrics.cpp	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/files/patch-src-lyrics.cpp	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- 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";
- 
--- ncmpcpp-update-0.2.3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48d644c3.0ab6660a.6810.ffffcc62>