svn commit: r366487 - in head/audio/lastfm-desktop: . files
Tilman Keskinoz
arved at FreeBSD.org
Fri Aug 29 09:54:25 UTC 2014
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 at 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;
More information about the svn-ports-all
mailing list