ports/120225: [patch] audio/amarok: update to 1.4.8
Pawel Pekala
c0rn at o2.pl
Sat Feb 2 20:50:01 UTC 2008
>Number: 120225
>Category: ports
>Synopsis: [patch] audio/amarok: update to 1.4.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 02 20:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Pawel Pekala
>Release: FreeBSD 6.2-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007
root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
>Description:
- update to version 1.4.8
- fix few portlint warnings
>How-To-Repeat:
>Fix:
--- amarok.diff begins here ---
diff -urN /usr/ports/audio/amarok/Makefile amarok/Makefile
--- /usr/ports/audio/amarok/Makefile Tue Jan 22 23:07:07 2008
+++ amarok/Makefile Sat Feb 2 21:41:51 2008
@@ -5,8 +5,7 @@
# $FreeBSD: ports/audio/amarok/Makefile,v 1.77 2008/01/06 22:51:37 danfe Exp $
PORTNAME= amarok
-PORTVERSION= 1.4.7
-PORTREVISION= 1
+PORTVERSION= 1.4.8
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
@@ -25,9 +24,11 @@
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
+USE_GETTEXT= yes
USE_SDL= sdl
USE_RUBY= yes
USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
OPTIONS= GPOD "iPod support" on \
NJB "Creative Nomad and Dell support" on \
@@ -94,7 +95,7 @@
.if defined(DEBUG)
CONFIGURE_ARGS+=--enable-debug=full
-STRIP= # none
+STRIP= # none
.endif
pre-extract: check-options-version
diff -urN /usr/ports/audio/amarok/distinfo amarok/distinfo
--- /usr/ports/audio/amarok/distinfo Fri Aug 31 15:04:03 2007
+++ amarok/distinfo Thu Jan 31 23:04:27 2008
@@ -1,3 +1,3 @@
-MD5 (amarok-1.4.7.tar.bz2) = f1299e142da8a69bc3cff5d585e38d43
-SHA256 (amarok-1.4.7.tar.bz2) = 7ef2691d0cda238696e021421052a04b3cfb068ea0d9854e0c617b33216340f8
-SIZE (amarok-1.4.7.tar.bz2) = 12723499
+MD5 (amarok-1.4.8.tar.bz2) = 7f65c4a8f3f0ff9042a5b5dd21b36cc8
+SHA256 (amarok-1.4.8.tar.bz2) = 12877e60dc5a362e37dc4c775cc809ce8e5a15c13211902f6a821f238a45aae5
+SIZE (amarok-1.4.8.tar.bz2) = 12699378
diff -urN /usr/ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp
--- /usr/ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp Mon Oct 22 15:30:16 2007
+++ amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp Thu Jan 31 23:16:14 2008
@@ -1,8 +1,5 @@
-
-$FreeBSD: ports/audio/amarok/files/patch-amarok_src_metadata_mp4_mp4file.cpp,v 1.2 2007/10/14 18:58:37 mich Exp $
-
---- amarok/src/metadata/mp4/mp4file.cpp.orig
-+++ amarok/src/metadata/mp4/mp4file.cpp
+--- amarok/src/metadata/mp4/mp4file.cpp.orig Mon Dec 17 16:53:19 2007
++++ amarok/src/metadata/mp4/mp4file.cpp Thu Jan 31 23:14:42 2008
@@ -27,9 +27,8 @@
#include "mp4tag.h"
@@ -14,15 +11,10 @@
#define MP4V2_HAS_WRITE_BUG 1
-@@ -156,10 +155,8 @@
- }
+@@ -157,6 +156,7 @@
#endif
-- if(!MP4Close(handle))
-- {
-- fprintf(stderr, "close failed\n");
-- }
-+ MP4Close(handle);
+ MP4Close(handle);
+ handle=NULL;
mp4file = MP4Read(name());
--- amarok.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list