View | Details | Raw Unified | Return to bug 123794 | Differences between
and this patch

Collapse All | Expand All

(-)amarok/Makefile (-2 / +1 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/audio/amarok/Makefile,v 1.83 2008/06/06 13:06:23 edwin Exp $
5
# $FreeBSD: ports/audio/amarok/Makefile,v 1.83 2008/06/06 13:06:23 edwin Exp $
6
6
7
PORTNAME=	amarok
7
PORTNAME=	amarok
8
PORTVERSION=	1.4.8
8
PORTVERSION=	1.4.9.1
9
PORTREVISION=	4
10
CATEGORIES=	audio kde
9
CATEGORIES=	audio kde
11
MASTER_SITES=	${MASTER_SITE_KDE}
10
MASTER_SITES=	${MASTER_SITE_KDE}
12
MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
11
MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src
(-)amarok/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (amarok-1.4.8.tar.bz2) = 7f65c4a8f3f0ff9042a5b5dd21b36cc8
1
MD5 (amarok-1.4.9.1.tar.bz2) = aa588778379a391ad3f4b3fc770217e4
2
SHA256 (amarok-1.4.8.tar.bz2) = 12877e60dc5a362e37dc4c775cc809ce8e5a15c13211902f6a821f238a45aae5
2
SHA256 (amarok-1.4.9.1.tar.bz2) = c4a02c3267cd5f3a9ff9efa066f1e0308c2cd903be2d5b24e3d9f75abdc1fa93
3
SIZE (amarok-1.4.8.tar.bz2) = 12699378
3
SIZE (amarok-1.4.9.1.tar.bz2) = 12707926
(-)amarok/files/patch-amarok_src_lastfm.cpp (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/audio/amarok/files/patch-amarok_src_lastfm.cpp,v 1.2 2007/02/12 17:02:44 mich Exp $
3
4
--- amarok/src/lastfm.cpp.orig
5
+++ amarok/src/lastfm.cpp
6
@@ -905,7 +905,7 @@
7
 
8
     QCString md5pass = KMD5( KMD5( m_password.utf8() ).hexDigest() + currentTime ).hexDigest();
9
 
10
-    QString token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
11
+    token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
12
                        .arg( QString( QUrl( currentUsername() ).encodedPathAndQuery() ) )
13
                        .arg( QString( QUrl( md5pass ).encodedPathAndQuery() ) )
14
                        .arg( QString( QUrl( challenge ).encodedPathAndQuery() ) )
(-)amarok/files/patch-amarok_src_metadata_audible_Makefile.in (-10 / +7 lines)
Lines 1-14 Link Here
1
1
--- amarok/src/metadata/audible/Makefile.in.orig	Thu Apr 10 22:17:11 2008
2
$FreeBSD: ports/audio/amarok/files/patch-amarok_src_metadata_audible_Makefile.in,v 1.2 2006/09/07 10:33:34 mich Exp $
2
+++ amarok/src/metadata/audible/Makefile.in	Thu May 15 15:40:38 2008
3
3
@@ -407,7 +407,7 @@
4
--- amarok/src/metadata/audible/Makefile.in.orig
4
 xdg_directorydir = @xdg_directorydir@
5
+++ amarok/src/metadata/audible/Makefile.in
5
 xdg_menudir = @xdg_menudir@
6
@@ -435,7 +435,7 @@
7
 xmms_cflags = @xmms_cflags@
8
 xmms_libs = @xmms_libs@
9
 SUBDIRS = 
6
 SUBDIRS = 
10
-INCLUDES = $(all_includes) $(taglib_includes)
7
-INCLUDES = $(all_includes) $(TAGLIB_CFLAGS)
11
+INCLUDES = -I$(top_srcdir)/amarok/src $(all_includes) $(taglib_includes)
8
+INCLUDES = -I$(top_srcdir)/amarok/src $(all_includes) $(TAGLIB_CFLAGS)
12
 #>- METASOURCES = AUTO
9
 #>- METASOURCES = AUTO
13
 libtagaudible_la_LDFLAGS = $(all_libraries)
10
 libtagaudible_la_LDFLAGS = $(all_libraries)
14
 noinst_LTLIBRARIES = libtagaudible.la
11
 noinst_LTLIBRARIES = libtagaudible.la
(-)amarok/pkg-plist (+3 lines)
Lines 666-671 Link Here
666
share/doc/HTML/es/amarok/browser_choice.png
666
share/doc/HTML/es/amarok/browser_choice.png
667
share/doc/HTML/es/amarok/buttons.png
667
share/doc/HTML/es/amarok/buttons.png
668
share/doc/HTML/es/amarok/collection.png
668
share/doc/HTML/es/amarok/collection.png
669
share/doc/HTML/es/amarok/common
669
share/doc/HTML/es/amarok/config.docbook
670
share/doc/HTML/es/amarok/config.docbook
670
share/doc/HTML/es/amarok/config_appearance.png
671
share/doc/HTML/es/amarok/config_appearance.png
671
share/doc/HTML/es/amarok/config_collection.png
672
share/doc/HTML/es/amarok/config_collection.png
Lines 683-688 Link Here
683
share/doc/HTML/es/amarok/equalizer.png
684
share/doc/HTML/es/amarok/equalizer.png
684
share/doc/HTML/es/amarok/faq.docbook
685
share/doc/HTML/es/amarok/faq.docbook
685
share/doc/HTML/es/amarok/file_browser.png
686
share/doc/HTML/es/amarok/file_browser.png
687
share/doc/HTML/es/amarok/index.cache.bz2
688
share/doc/HTML/es/amarok/index.docbook
686
share/doc/HTML/es/amarok/logo.png
689
share/doc/HTML/es/amarok/logo.png
687
share/doc/HTML/es/amarok/media_device.png
690
share/doc/HTML/es/amarok/media_device.png
688
share/doc/HTML/es/amarok/menubar.png
691
share/doc/HTML/es/amarok/menubar.png

Return to bug 123794