From nobody@FreeBSD.org  Mon Jun  7 16:34:34 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9BC5F1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jun 2010 16:34:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8A17E8FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jun 2010 16:34:34 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o57GYYvf076292
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 7 Jun 2010 16:34:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o57GYYmA076291;
	Mon, 7 Jun 2010 16:34:34 GMT
	(envelope-from nobody)
Message-Id: <201006071634.o57GYYmA076291@www.freebsd.org>
Date: Mon, 7 Jun 2010 16:34:34 GMT
From: Gvozdikov Veniamin <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update port: audio/deadbeef up to 0.4.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147656
>Category:       ports
>Synopsis:       update port: audio/deadbeef up to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 07 16:40:05 UTC 2010
>Closed-Date:    Wed Jun 23 18:25:47 UTC 2010
>Last-Modified:  Wed Jun 23 18:30:23 UTC 2010
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #10: Sat Apr 17 14:38:26 KRAST 2010     root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64  amd64
>Description:
version 0.4.1
better default/minimal search window size
improved tag reader in ffmpeg plugin + reload metadata support
fixed EQ drawing unwanted current value at initialization
allow editing previous custom grouping value
increased sort speed
fixed alsa and oss plugins writing zero samples at start of tracks (TheMaister)
fixed recover from suspend in alsa plugin
fixed md5 structure buffer overflow
added experimental support for gtk3 (2.90), enabled with --enable-gtk3
improved oss plugin responsiveness on pause (TheMaister)
fixed vfs_curl crashing randomly when loading album art
ignore currently paused song when opening new file(s) from commandline
fixed playlist moving bugs
fixed memory leaks in id3v2 parser
increased maximum limit on id3v2 APIC frame size to 2MiB
added cd text support (Viktor Semykin)
fixed wavpack crash on corrupted files
fixed random crash when using File -> Open
added remember/restore current folder in playlist save/load dialogs
fixed reversing track order after drag-n-drop
fixed "Loop single file" mode after track was moved or deleted
removed apply button from Global Hotkeys preferences window
fixed FLAC bitrate calculation
fixed ID3v2 "extra size" field parser
fixed memory leaks in vorbis plugin
fixed several crash-bugs in mp3 plugin
fixed known bugs in album artwork code
added automatic backtrace printing on SIGSEGV
added multi-track vorbis files support
added %C(composer) expansion to title formatting
fixed few theming/colors issues
fixed replaygain field parsing when reading cuesheets and r.g. peak scale handling (David Bryant)
added support for WavPack correction files (David Bryant)
fixed loading of album art embedded in ID3v2
added MP4 file type to ffmpeg plugin
>How-To-Repeat:

>Fix:
diff -ruN deadbeef.orig/Makefile deadbeef/Makefile
--- deadbeef.orig/Makefile	2010-06-08 00:28:05.000000000 +0800
+++ deadbeef/Makefile	2010-06-08 00:25:06.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	deadbeef
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 #DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -15,13 +15,14 @@
 COMMENT=	DeaDBeeF is an audio player
 
 LIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
-		mad.2:${PORTSDIR}/audio/libmad
+		mad.2:${PORTSDIR}/audio/libmad \
+		lexecinfo.1:${PORTSDIR}/devel/libexecinfo
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_ICONV=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I../dumb/dumb-kode54/include -I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
 CONFIGURE_ARGS=	--disable-alsa --disable-nullout
 WANT_GNOME=	yes
 INSTALLS_ICONS=	yes
@@ -150,7 +151,7 @@
 .else
 PLIST_SUB+=	FFMPEG=""
 LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
-		avformat:${PORTSDIR}/multimedia/ffmpeg \
+		avformat.1:${PORTSDIR}/multimedia/ffmpeg \
 		avutil.1:${PORTSDIR}/multimedia/ffmpeg
 .endif
 
diff -ruN deadbeef.orig/distinfo deadbeef/distinfo
--- deadbeef.orig/distinfo	2010-06-08 00:28:05.000000000 +0800
+++ deadbeef/distinfo	2010-06-07 23:03:42.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (deadbeef-0.4.0.tar.bz2) = 4a8afe84288e2ca99f5b3dd584d11553
-SHA256 (deadbeef-0.4.0.tar.bz2) = 96febed8f52ec581ab902b1282a12e467123a2784395524d409c60f98ce53087
-SIZE (deadbeef-0.4.0.tar.bz2) = 1202706
+MD5 (deadbeef-0.4.1.tar.bz2) = 69383c6490461751c2ec6281158a8624
+SHA256 (deadbeef-0.4.1.tar.bz2) = f80a898e1f8b803ddf8e428bae89d0e682433806aa2b06c2f7c8c53e07d852fe
+SIZE (deadbeef-0.4.1.tar.bz2) = 1205706

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Jun 7 16:40:14 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147656 
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Tue Jun 8 02:12:52 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147656 

From: zloidemon <g.veniamin@googlemail.com>
To: bug-followup@freebsd.org,
 g.veniamin@googlemail.com,
 amdmi3@freebsd.org
Cc:  
Subject: Re: ports/147656: update port: audio/deadbeef up to 0.4.1
Date: Sun, 13 Jun 2010 21:51:26 +0800

 --Boundary-00=_eJOFMn7hXu5duPl
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 fixed mistake with execinfo
 
 Veniamin Gvozdikov---------------| OpenPGP
 -------------------------------------------
 OpenPGP for this is e-mail adress| 9B9E5154
 XMMP: zloidemon(at)jabber(dot)ru | 19B4A605
 
 --Boundary-00=_eJOFMn7hXu5duPl
 Content-Type: text/x-patch;
   charset="UTF-8";
   name="deadbeef.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="deadbeef.patch"
 
 diff -ruN deadbeef.orig/Makefile deadbeef/Makefile
 --- deadbeef.orig/Makefile	2010-06-13 21:49:46.000000000 +0800
 +++ deadbeef/Makefile	2010-06-13 21:42:45.000000000 +0800
 @@ -2,11 +2,11 @@
  # Date created:		2010-01-17
  # Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
  #
 -# $FreeBSD: ports/audio/deadbeef/Makefile,v 1.7 2010/06/07 12:18:41 miwi Exp $
 +# $FreeBSD: ports/audio/deadbeef/Makefile,v 1.6 2010/06/07 06:56:56 miwi Exp $
  #
  
  PORTNAME=	deadbeef
 -PORTVERSION=	0.4.0
 +PORTVERSION=	0.4.1
  CATEGORIES=	audio
  MASTER_SITES=	SF/${PORTNAME}/
  #DISTNAME=	${PORTNAME}-${PORTVERSION}
 @@ -15,13 +15,14 @@
  COMMENT=	DeaDBeeF is an audio player
  
  LIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
 -		mad.2:${PORTSDIR}/audio/libmad
 +		mad.2:${PORTSDIR}/audio/libmad \
 +		execinfo.1:${PORTSDIR}/devel/libexecinfo
  
  GNU_CONFIGURE=	yes
  USE_BZIP2=	yes
  USE_ICONV=	yes
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib"
 +CONFIGURE_ENV=	CPPFLAGS="-I../dumb/dumb-kode54/include -I${LOCALBASE}/include" \
 +		LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
  CONFIGURE_ARGS=	--disable-alsa --disable-nullout
  WANT_GNOME=	yes
  INSTALLS_ICONS=	yes
 @@ -48,7 +49,7 @@
  		DUMB "D.U.M.B. plugin for MOD, S3M and other" on\
  		NOTIFY "support for OSD notifications into GTKUI plugin" on
  
 -.include <bsd.port.options.mk>
 +.include <bsd.port.pre.mk>
  
  .if defined(WITHOUT_PULSE)
  CONFIGURE_ARGS+=	--disable-pulse
 @@ -150,7 +151,7 @@
  .else
  PLIST_SUB+=	FFMPEG=""
  LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
 -		avformat:${PORTSDIR}/multimedia/ffmpeg \
 +		avformat.1:${PORTSDIR}/multimedia/ffmpeg \
  		avutil.1:${PORTSDIR}/multimedia/ffmpeg
  .endif
  
 @@ -184,7 +185,7 @@
  .else
  PLIST_SUB+=	CDDA=""
  LIB_DEPENDS+=	cdio.12:${PORTSDIR}/sysutils/libcdio \
 -		cddb.4:${PORTSDIR}/audio/libcddb
 +		cddb.4:${PORTSDIR}:audio/libcddb
  .endif
  
  .if defined(WITHOUT_GME)
 @@ -209,4 +210,4 @@
  LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
  .endif
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 diff -ruN deadbeef.orig/distinfo deadbeef/distinfo
 --- deadbeef.orig/distinfo	2010-06-13 21:49:46.000000000 +0800
 +++ deadbeef/distinfo	2010-06-07 23:03:42.000000000 +0800
 @@ -1,3 +1,3 @@
 -MD5 (deadbeef-0.4.0.tar.bz2) = 4a8afe84288e2ca99f5b3dd584d11553
 -SHA256 (deadbeef-0.4.0.tar.bz2) = 96febed8f52ec581ab902b1282a12e467123a2784395524d409c60f98ce53087
 -SIZE (deadbeef-0.4.0.tar.bz2) = 1202706
 +MD5 (deadbeef-0.4.1.tar.bz2) = 69383c6490461751c2ec6281158a8624
 +SHA256 (deadbeef-0.4.1.tar.bz2) = f80a898e1f8b803ddf8e428bae89d0e682433806aa2b06c2f7c8c53e07d852fe
 +SIZE (deadbeef-0.4.1.tar.bz2) = 1205706
 
 --Boundary-00=_eJOFMn7hXu5duPl--
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Wed Jun 23 18:25:46 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147656 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147656: commit references a PR
Date: Wed, 23 Jun 2010 18:26:10 +0000 (UTC)

 amdmi3      2010-06-23 18:25:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/deadbeef       Makefile distinfo pkg-plist 
   Log:
   - Update to 0.4.1
   
   PR:             147656
   Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.8       +8 -8      ports/audio/deadbeef/Makefile
   1.3       +3 -3      ports/audio/deadbeef/distinfo
   1.3       +12 -0     ports/audio/deadbeef/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
