Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 09:54:25 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366487 - in head/audio/lastfm-desktop: . files
Message-ID:  <201408290954.s7T9sPAB053077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Fri Aug 29 09:54:24 2014
New Revision: 366487
URL: http://svnweb.freebsd.org/changeset/ports/366487
QAT: https://qat.redports.org/buildarchive/r366487/

Log:
  Unbreak
  
  Approved by:	I don't like broken ports.

Added:
  head/audio/lastfm-desktop/files/patch-app_client_Services_RadioService_RadioService.cpp   (contents, props changed)
Modified:
  head/audio/lastfm-desktop/Makefile

Modified: head/audio/lastfm-desktop/Makefile
==============================================================================
--- head/audio/lastfm-desktop/Makefile	Fri Aug 29 09:50:08 2014	(r366486)
+++ head/audio/lastfm-desktop/Makefile	Fri Aug 29 09:54:24 2014	(r366487)
@@ -12,17 +12,13 @@ DISTNAME=	Last.fm-${PORTVERSION}
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Official Last.fm desktop application suite
 
-BROKEN=		Does not build
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2014-09-28
-
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	liblastfm.so:${PORTSDIR}/audio/liblastfm \
 		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
 		libgpod.so:${PORTSDIR}/audio/libgpod
 
-USES=		pkgconfig qmake tar:bzip2
+USES=		pkgconfig qmake tar:bzip2 gmake
 USE_QT4=	gui linguist_build moc_build network phonon \
 		rcc_build uic_build webkit xml
 LASTFM=		${PORTNAME}${PKGNAMESUFFIX}

Added: head/audio/lastfm-desktop/files/patch-app_client_Services_RadioService_RadioService.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/lastfm-desktop/files/patch-app_client_Services_RadioService_RadioService.cpp	Fri Aug 29 09:54:24 2014	(r366487)
@@ -0,0 +1,11 @@
+--- ./app/client/Services/RadioService/RadioService.cpp.orig	2014-08-29 11:45:14.000000000 +0200
++++ ./app/client/Services/RadioService/RadioService.cpp	2014-08-29 11:45:43.000000000 +0200
+@@ -309,7 +309,7 @@
+ void
+ RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State oldstate )
+ {
+-    qDebug() << oldstate << " -> " << newstate;
++    //qDebug() << oldstate << " -> " << newstate;
+     if (m_mediaObject == 0) {
+         qDebug() << "m_mediaObject is null!";
+         return;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408290954.s7T9sPAB053077>