From nobody@FreeBSD.org  Fri Sep  2 13:18:57 2011
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 F22241065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Sep 2011 13:18:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id E14DB8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Sep 2011 13:18:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p82DIvq5026080
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 2 Sep 2011 13:18:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p82DIvuF026079;
	Fri, 2 Sep 2011 13:18:57 GMT
	(envelope-from nobody)
Message-Id: <201109021318.p82DIvuF026079@red.freebsd.org>
Date: Fri, 2 Sep 2011 13:18:57 GMT
From: Gvozdikov Veniamin <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] audio/deadbeef up to 0.5.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160393
>Category:       ports
>Synopsis:       [update] audio/deadbeef up to 0.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 02 13:20:09 UTC 2011
>Closed-Date:    Wed Sep 07 22:34:29 UTC 2011
>Last-Modified:  Mon Sep 26 11:00:22 UTC 2011
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.2-RELEASE
>Organization:
>Environment:
FreeBSD ololo 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Aug 18 11:19:07 MSD 2011     root@ololo:/usr/obj/usr/src/sys/OLOLO  amd64 
>Description:
New version out of date
>How-To-Repeat:

>Fix:
diff -ruN deadbeef.orig/Makefile deadbeef/Makefile
--- deadbeef.orig/Makefile	2011-09-02 17:09:57.529098296 +0400
+++ deadbeef/Makefile	2011-09-02 14:31:03.580393084 +0400
@@ -2,27 +2,29 @@
 # Date created:		2010-01-17
 # Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
 #
-# $FreeBSD: ports/audio/deadbeef/Makefile,v 1.13 2011/07/30 09:39:41 kwm Exp $
+# $FreeBSD: ports/audio/deadbeef/Makefile,v 1.11 2011/04/01 12:29:11 dhn Exp $
 #
 
 PORTNAME=	deadbeef
-PORTVERSION=	0.4.4
-PORTREVISION=	2
+PORTVERSION=	0.5.1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
+#DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	g.veniamin@googlemail.com
 COMMENT=	DeaDBeeF is an audio player
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
 		mad.2:${PORTSDIR}/audio/libmad \
 		execinfo.1:${PORTSDIR}/devel/libexecinfo
 
-LICENSE=	GPLv2
-
 GNU_CONFIGURE=	yes
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
+USE_GCC=	4.5+
+USE_LDCONFIG=	yes
 USE_BZIP2=	yes
 USE_ICONV=	yes
 CONFIGURE_ARGS=	--disable-alsa --disable-nullout \
@@ -38,7 +40,7 @@
 		LASTFM "last.fm/libre.fm scrobbler plugin" on\
 		ART "album art loader plugin" on\
 		EQ "SuperEQ DSP plugin" on\
-		SID "commodore64 SID music player plugin" on\
+		SID "SID music player plugin" on\
 		FFAP "Monkey's Audio plugin" on\
 		VTX "libayemy VTX ZX-Spectrum music player plugin" on\
 		ADP "adplug plugin" on\
@@ -49,7 +51,7 @@
 		SNDFILE "libsndfile plugin for PCM wave files" on\
 		WAV "wavpack plugin" on\
 		CDDA "CD-Audio plugin" on\
-		GME "Game Music Emu plugin for NSF, AY, etc" on\
+		GME "Game Music Emu plugin" on\
 		DUMB "D.U.M.B. plugin for MOD, S3M and other" on\
 		NOTIFY "support for OSD notifications into GTKUI plugin" on\
 		MUSEPACK "musepack plugin" on\
@@ -61,7 +63,11 @@
 		SHN "shorten plugin" on\
 		AO "audio overload plugin" on\
 		SHELLEXEC "shell commands plugin" on\
-		NLS "Native Language Support" on
+		NLS "Native Language Support" on\
+		M3U "m3u plugin" on\
+		DSP "libsamplerate (SRC) plugin" on\
+		CONVERTER "Build converter" on\
+		VFS_ZIP "ZIP support" on
 
 .include <bsd.port.options.mk>
 
@@ -102,8 +108,10 @@
 PLIST_SUB+=	ART="@comment "
 .else
 .if !defined(WITHOUT_VFS)
+CONFIGURE_ARTS+=	--disable-artwork-imlib2
 PLIST_SUB+=	ART=""
-LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl \
+		jpeg.11:${PORTSDIR}/graphics/jpeg
 .else
 BROKEN=		VFS plugin required for album art loader, please rerun 'make config' and either disable ART or enable VFS
 .endif
@@ -295,4 +303,39 @@
 PLIST_SUB+=	NLS=""
 .endif
 
+.if defined(WITHOUT_CONVERTER)
+CONFIGURE_ARGS+=	--disable-converter
+PLIST_SUB+=	CONVERTER="@comment "
+.else
+.if !defined(WITHOUT_GUI)
+PLIST_SUB+=	CONVERTER=""
+USE_GNOME=	gtk20 glib20
+.else
+BROKEN=		CONVERTER plugin required for gui, please rerun 'make config' and either disable CONVERTER or enable GUI
+.endif
+.endif
+
+.if defined(WITHOUT_M3U)
+CONFIGURE_ARGS+=	--disable-m3u
+PLIST_SUB+=	M3U="@comment "
+.else
+PLIST_SUB+=	M3U=""
+.endif
+
+.if defined(WITHOUT_DSP)
+CONFIGURE_ARGS+=	--disable-src
+PLIST_SUB+=	DSP="@comment "
+.else
+PLIST_SUB+=	DSP=""
+LIB_DEPENDS+=	samplerate.1:${PORTSDIR}/audio/libsamplerate
+.endif
+
+.if defined(WITHOUT_VFS_ZIP)
+CONFIGURE_ARGS+=	--disable-vfs-zip
+PLIST_SUB+=	VFS_ZIP="@comment "
+.else
+PLIST_SUB+=	VFS_ZIP=""
+LIB_DEPENDS+=	zip.3:${PORTSDIR}/archivers/libzip
+.endif
+
 .include <bsd.port.mk>
diff -ruN deadbeef.orig/distinfo deadbeef/distinfo
--- deadbeef.orig/distinfo	2011-09-02 17:09:57.529098296 +0400
+++ deadbeef/distinfo	2011-09-01 21:54:49.735566440 +0400
@@ -1,2 +1,2 @@
-SHA256 (deadbeef-0.4.4.tar.bz2) = 93547e776f1c67a68236d394a67d0d84478f12ad375a4208e6dbba5972f6ec32
-SIZE (deadbeef-0.4.4.tar.bz2) = 2612233
+SHA256 (deadbeef-0.5.1.tar.bz2) = 449e2933634c8f06dfdac65cd1afbe87a7f97fcd8e541694d6e65fe1941ac18f
+SIZE (deadbeef-0.5.1.tar.bz2) = 2317508
diff -ruN deadbeef.orig/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c deadbeef/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c
--- deadbeef.orig/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c	2011-09-02 17:09:57.525066499 +0400
+++ deadbeef/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c	1970-01-01 03:00:00.000000000 +0300
@@ -1,13 +0,0 @@
---- ./plugins/dumb/dumb-kode54/src/it/itrender.c.orig	2011-03-31 17:50:48.000000000 +0200
-+++ ./plugins/dumb/dumb-kode54/src/it/itrender.c	2011-03-31 17:51:47.000000000 +0200
-@@ -3558,10 +3558,6 @@
- 	playing->sample_vibrato_time += playing->sample->vibrato_speed;
- }
- 
--#ifndef __linux__
--static inline float log2(float x) {return (float)log(x)/(float)log(2.0f);}
--#endif
--
- static int delta_to_note(float delta, int base)
- {
- 	float note;
diff -ruN deadbeef.orig/pkg-plist deadbeef/pkg-plist
--- deadbeef.orig/pkg-plist	2011-09-02 17:09:57.529098296 +0400
+++ deadbeef/pkg-plist	2011-09-02 16:34:57.182875802 +0400
@@ -1,5 +1,6 @@
 bin/deadbeef
 include/deadbeef/deadbeef.h
+%%GUI%%include/deadbeef/gtkui_api.h
 %%ADP%%lib/deadbeef/adplug.a
 %%ADP%%lib/deadbeef/adplug.la
 %%ADP%%lib/deadbeef/adplug.so
@@ -20,10 +21,6 @@
 %%FLAC%%lib/deadbeef/flac.la
 %%FLAC%%lib/deadbeef/flac.so
 %%FLAC%%lib/deadbeef/flac.so.0
-%%GUI%%lib/deadbeef/gtkui.a
-%%GUI%%lib/deadbeef/gtkui.la
-%%GUI%%lib/deadbeef/gtkui.so
-%%GUI%%lib/deadbeef/gtkui.so.0
 %%HOTKEYS%%lib/deadbeef/hotkeys.so
 %%HOTKEYS%%lib/deadbeef/hotkeys.la
 %%HOTKEYS%%lib/deadbeef/hotkeys.a
@@ -84,14 +81,6 @@
 %%MMS%%lib/deadbeef/mms.so
 %%MMS%%lib/deadbeef/mms.la
 %%MMS%%lib/deadbeef/mms.a
-%%SHN%%lib/deadbeef/shn.so.0
-%%SHN%%lib/deadbeef/shn.so
-%%SHN%%lib/deadbeef/shn.la
-%%SHN%%lib/deadbeef/shn.a
-%%AO%%lib/deadbeef/ao.so.0
-%%AO%%lib/deadbeef/ao.so
-%%AO%%lib/deadbeef/ao.la
-%%AO%%lib/deadbeef/ao.a
 %%SHELLEXEC%%lib/deadbeef/shellexec.so.0
 %%SHELLEXEC%%lib/deadbeef/shellexec.so
 %%SHELLEXEC%%lib/deadbeef/shellexec.la
@@ -104,10 +93,6 @@
 %%SID%%lib/deadbeef/sid.so
 %%SID%%lib/deadbeef/sid.la
 %%SID%%lib/deadbeef/sid.a
-%%ART%%lib/deadbeef/artwork.so.0
-%%ART%%lib/deadbeef/artwork.so
-%%ART%%lib/deadbeef/artwork.la
-%%ART%%lib/deadbeef/artwork.a
 %%EQ%%lib/deadbeef/supereq.so.0
 %%EQ%%lib/deadbeef/supereq.so
 %%EQ%%lib/deadbeef/supereq.la
@@ -116,10 +101,6 @@
 %%GME%%lib/deadbeef/gme.so
 %%GME%%lib/deadbeef/gme.la
 %%GME%%lib/deadbeef/gme.a
-%%DUMB%%lib/deadbeef/dumb.so.0
-%%DUMB%%lib/deadbeef/dumb.so
-%%DUMB%%lib/deadbeef/dumb.la
-%%DUMB%%lib/deadbeef/dumb.a
 %%NOTIFY%%lib/deadbeef/notify.so.0
 %%NOTIFY%%lib/deadbeef/notify.so
 %%NOTIFY%%lib/deadbeef/notify.la
@@ -137,6 +118,41 @@
 %%DOCSDIR%%/translators.txt
 %%DOCSDIR%%/help.ru.txt
 %%DOCSDIR%%/help.pt_BR.txt
+%%GUI%%lib/deadbeef/ddb_gui_GTK2.so.0
+%%GUI%%lib/deadbeef/ddb_gui_GTK2.so
+%%GUI%%lib/deadbeef/ddb_gui_GTK2.la
+%%GUI%%lib/deadbeef/ddb_gui_GTK2.a
+%%DSP%%lib/deadbeef/dsp_libsrc.so.0
+%%DSP%%lib/deadbeef/dsp_libsrc.so
+%%DSP%%lib/deadbeef/dsp_libsrc.la
+%%DSP%%lib/deadbeef/dsp_libsrc.a
+%%M3U%%lib/deadbeef/m3u.so
+%%M3U%%lib/deadbeef/m3u.so.0
+%%M3U%%lib/deadbeef/m3u.la
+%%M3U%%lib/deadbeef/m3u.a
+%%CONVERTER%%lib/deadbeef/converter.so.0
+%%CONVERTER%%lib/deadbeef/converter.so
+%%CONVERTER%%lib/deadbeef/converter.la
+%%CONVERTER%%lib/deadbeef/converter_gtkui.so.0
+%%CONVERTER%%lib/deadbeef/converter_gtkui.so
+%%CONVERTER%%lib/deadbeef/converter_gtkui.la
+%%CONVERTER%%lib/deadbeef/converter.a
+%%CONVERTER%%lib/deadbeef/converter_gtkui.a
+%%CONVERTER%%lib/deadbeef/convpresets/AAC_(Nero_FAAC).txt
+%%CONVERTER%%lib/deadbeef/convpresets/FLAC_(compression_level_5).txt
+%%CONVERTER%%lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt
+%%CONVERTER%%lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt
+%%CONVERTER%%lib/deadbeef/convpresets/MS_RIFF_WAV.txt
+%%CONVERTER%%lib/deadbeef/convpresets/MusePack.txt
+%%CONVERTER%%lib/deadbeef/convpresets/Ogg_Vorbis_(-q_5).txt
+%%CONVERTER%%lib/deadbeef/convpresets/TTA.txt
+%%CONVERTER%%lib/deadbeef/convpresets/WavPack.txt
+%%VFS_ZIP%%lib/deadbeef/vfs_zip.so.0
+%%VFS_ZIP%%lib/deadbeef/vfs_zip.so
+%%VFS_ZIP%%lib/deadbeef/vfs_zip.la
+%%VFS_ZIP%%lib/deadbeef/vfs_zip.a
+%%NLS%%share/locale/be/LC_MESSAGES/deadbeef.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/deadbeef.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/deadbeef.mo
 %%NLS%%share/locale/bn/LC_MESSAGES/deadbeef.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/deadbeef.mo
@@ -211,14 +227,15 @@
 @dirrmtry share/icons/hicolor/scalable
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
-@dirrmtry %%NLS%%share/locale/lg/LC_MESSAGES
-@dirrmtry %%NLS%%share/locale/lg
 @dirrmtry %%NLS%%share/locale/km/LC_MESSAGES
 @dirrmtry %%NLS%%share/locale/km
+@dirrmtry %%NLS%%share/locale/lg/LC_MESSAGES
+@dirrmtry %%NLS%%share/locale/lg
 %%DATADIR%%/pixmaps/noartwork.jpg
 @dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/pixmaps
 @dirrm %%DATADIR%%
+%%CONVERTER%%@dirrm lib/deadbeef/convpresets
 @dirrm lib/deadbeef
 @dirrm include/deadbeef
 @dirrmtry share/applications

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Fri Sep 2 13:20:20 UTC 2011 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

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

From: Veniamin Gvozdikov <g.veniamin@googlemail.com>
To: FreeBSD-gnats-submit@FreeBSD.org,
 freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/160393: [update] audio/deadbeef up to 0.5.1
Date: Fri, 2 Sep 2011 15:48:59 +0100

 --Apple-Mail=_B762BC97-C3A3-4891-9E25-5854852EC007
 Content-Disposition: attachment;
 	filename=deadbeef.patch
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="deadbeef.patch"
 Content-Transfer-Encoding: quoted-printable
 
 diff=20-ruN=20deadbeef.orig/Makefile=20deadbeef/Makefile=0A---=20=
 deadbeef.orig/Makefile=092011-09-02=2017:09:57.529098296=20+0400=0A+++=20=
 deadbeef/Makefile=092011-09-02=2017:26:18.277462125=20+0400=0A@@=20-2,27=20=
 +2,28=20@@=0A=20#=20Date=20created:=09=092010-01-17=0A=20#=20Whom:=09=09=09=
 Gvozdikov=20Veniamin=20<g.veniamin@googlemail.com>=0A=20#=0A-#=20=
 $FreeBSD:=20ports/audio/deadbeef/Makefile,v=201.13=202011/07/30=20=
 09:39:41=20kwm=20Exp=20$=0A+#=20$FreeBSD:=20=
 ports/audio/deadbeef/Makefile,v=201.11=202011/04/01=2012:29:11=20dhn=20=
 Exp=20$=0A=20#=0A=20=0A=20PORTNAME=3D=09deadbeef=0A-PORTVERSION=3D=09=
 0.4.4=0A-PORTREVISION=3D=092=0A+PORTVERSION=3D=090.5.1=0A=20CATEGORIES=3D=09=
 audio=0A=20MASTER_SITES=3D=09SF/${PORTNAME}/=0A=20=0A=20MAINTAINER=3D=09=
 g.veniamin@googlemail.com=0A=20COMMENT=3D=09DeaDBeeF=20is=20an=20audio=20=
 player=0A=20=0A+LICENSE=3D=09GPLv2=0A+=0A=20LIB_DEPENDS=3D=09=
 samplerate.1:${PORTSDIR}/audio/libsamplerate=20\=0A=20=09=09=
 mad.2:${PORTSDIR}/audio/libmad=20\=0A=20=09=09=
 execinfo.1:${PORTSDIR}/devel/libexecinfo=0A=20=0A-LICENSE=3D=09GPLv2=0A-=0A=
 =20GNU_CONFIGURE=3D=09yes=0A=20USE_GETTEXT=3D=09yes=0A=20USE_GMAKE=3D=09=
 yes=0A+USE_GCC=3D=094.5+=0A+USE_LDCONFIG=3D=09yes=0A=20USE_BZIP2=3D=09=
 yes=0A=20USE_ICONV=3D=09yes=0A=20CONFIGURE_ARGS=3D=09--disable-alsa=20=
 --disable-nullout=20\=0A@@=20-38,7=20+39,7=20@@=0A=20=09=09LASTFM=20=
 "last.fm/libre.fm=20scrobbler=20plugin"=20on\=0A=20=09=09ART=20"album=20=
 art=20loader=20plugin"=20on\=0A=20=09=09EQ=20"SuperEQ=20DSP=20plugin"=20=
 on\=0A-=09=09SID=20"commodore64=20SID=20music=20player=20plugin"=20on\=0A=
 +=09=09SID=20"SID=20music=20player=20plugin"=20on\=0A=20=09=09FFAP=20=
 "Monkey's=20Audio=20plugin"=20on\=0A=20=09=09VTX=20"libayemy=20VTX=20=
 ZX-Spectrum=20music=20player=20plugin"=20on\=0A=20=09=09ADP=20"adplug=20=
 plugin"=20on\=0A@@=20-49,7=20+50,7=20@@=0A=20=09=09SNDFILE=20"libsndfile=20=
 plugin=20for=20PCM=20wave=20files"=20on\=0A=20=09=09WAV=20"wavpack=20=
 plugin"=20on\=0A=20=09=09CDDA=20"CD-Audio=20plugin"=20on\=0A-=09=09GME=20=
 "Game=20Music=20Emu=20plugin=20for=20NSF,=20AY,=20etc"=20on\=0A+=09=09=
 GME=20"Game=20Music=20Emu=20plugin"=20on\=0A=20=09=09DUMB=20"D.U.M.B.=20=
 plugin=20for=20MOD,=20S3M=20and=20other"=20on\=0A=20=09=09NOTIFY=20=
 "support=20for=20OSD=20notifications=20into=20GTKUI=20plugin"=20on\=0A=20=
 =09=09MUSEPACK=20"musepack=20plugin"=20on\=0A@@=20-61,7=20+62,11=20@@=0A=20=
 =09=09SHN=20"shorten=20plugin"=20on\=0A=20=09=09AO=20"audio=20overload=20=
 plugin"=20on\=0A=20=09=09SHELLEXEC=20"shell=20commands=20plugin"=20on\=0A=
 -=09=09NLS=20"Native=20Language=20Support"=20on=0A+=09=09NLS=20"Native=20=
 Language=20Support"=20on\=0A+=09=09M3U=20"m3u=20plugin"=20on\=0A+=09=09=
 DSP=20"libsamplerate=20(SRC)=20plugin"=20on\=0A+=09=09CONVERTER=20"Build=20=
 converter"=20on\=0A+=09=09VFS_ZIP=20"ZIP=20support"=20on=0A=20=0A=20=
 .include=20<bsd.port.options.mk>=0A=20=0A@@=20-102,8=20+107,10=20@@=0A=20=
 PLIST_SUB+=3D=09ART=3D"@comment=20"=0A=20.else=0A=20.if=20=
 !defined(WITHOUT_VFS)=0A+CONFIGURE_ARTS+=3D=09--disable-artwork-imlib2=0A=
 =20PLIST_SUB+=3D=09ART=3D""=0A-LIB_DEPENDS+=3D=09=
 curl.6:${PORTSDIR}/ftp/curl=0A+LIB_DEPENDS+=3D=09=
 curl.6:${PORTSDIR}/ftp/curl=20\=0A+=09=09=
 jpeg.11:${PORTSDIR}/graphics/jpeg=0A=20.else=0A=20BROKEN=3D=09=09VFS=20=
 plugin=20required=20for=20album=20art=20loader,=20please=20rerun=20'make=20=
 config'=20and=20either=20disable=20ART=20or=20enable=20VFS=0A=20.endif=0A=
 @@=20-295,4=20+302,39=20@@=0A=20PLIST_SUB+=3D=09NLS=3D""=0A=20.endif=0A=20=
 =0A+.if=20defined(WITHOUT_CONVERTER)=0A+CONFIGURE_ARGS+=3D=09=
 --disable-converter=0A+PLIST_SUB+=3D=09CONVERTER=3D"@comment=20"=0A=
 +.else=0A+.if=20!defined(WITHOUT_GUI)=0A+PLIST_SUB+=3D=09CONVERTER=3D""=0A=
 +USE_GNOME=3D=09gtk20=20glib20=0A+.else=0A+BROKEN=3D=09=09CONVERTER=20=
 plugin=20required=20for=20gui,=20please=20rerun=20'make=20config'=20and=20=
 either=20disable=20CONVERTER=20or=20enable=20GUI=0A+.endif=0A+.endif=0A+=0A=
 +.if=20defined(WITHOUT_M3U)=0A+CONFIGURE_ARGS+=3D=09--disable-m3u=0A=
 +PLIST_SUB+=3D=09M3U=3D"@comment=20"=0A+.else=0A+PLIST_SUB+=3D=09M3U=3D""=0A=
 +.endif=0A+=0A+.if=20defined(WITHOUT_DSP)=0A+CONFIGURE_ARGS+=3D=09=
 --disable-src=0A+PLIST_SUB+=3D=09DSP=3D"@comment=20"=0A+.else=0A=
 +PLIST_SUB+=3D=09DSP=3D""=0A+LIB_DEPENDS+=3D=09=
 samplerate.1:${PORTSDIR}/audio/libsamplerate=0A+.endif=0A+=0A+.if=20=
 defined(WITHOUT_VFS_ZIP)=0A+CONFIGURE_ARGS+=3D=09--disable-vfs-zip=0A=
 +PLIST_SUB+=3D=09VFS_ZIP=3D"@comment=20"=0A+.else=0A+PLIST_SUB+=3D=09=
 VFS_ZIP=3D""=0A+LIB_DEPENDS+=3D=09zip.3:${PORTSDIR}/archivers/libzip=0A=
 +.endif=0A+=0A=20.include=20<bsd.port.mk>=0Adiff=20-ruN=20=
 deadbeef.orig/distinfo=20deadbeef/distinfo=0A---=20=
 deadbeef.orig/distinfo=092011-09-02=2017:09:57.529098296=20+0400=0A+++=20=
 deadbeef/distinfo=092011-09-01=2021:54:49.735566440=20+0400=0A@@=20-1,2=20=
 +1,2=20@@=0A-SHA256=20(deadbeef-0.4.4.tar.bz2)=20=3D=20=
 93547e776f1c67a68236d394a67d0d84478f12ad375a4208e6dbba5972f6ec32=0A-SIZE=20=
 (deadbeef-0.4.4.tar.bz2)=20=3D=202612233=0A+SHA256=20=
 (deadbeef-0.5.1.tar.bz2)=20=3D=20=
 449e2933634c8f06dfdac65cd1afbe87a7f97fcd8e541694d6e65fe1941ac18f=0A+SIZE=20=
 (deadbeef-0.5.1.tar.bz2)=20=3D=202317508=0Adiff=20-ruN=20=
 deadbeef.orig/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c=20=
 deadbeef/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c=0A=
 ---=20=
 deadbeef.orig/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c=09=
 2011-09-02=2017:09:57.525066499=20+0400=0A+++=20=
 deadbeef/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c=09=
 1970-01-01=2003:00:00.000000000=20+0300=0A@@=20-1,13=20+0,0=20@@=0A----=20=
 ./plugins/dumb/dumb-kode54/src/it/itrender.c.orig=092011-03-31=20=
 17:50:48.000000000=20+0200=0A-+++=20=
 ./plugins/dumb/dumb-kode54/src/it/itrender.c=092011-03-31=20=
 17:51:47.000000000=20+0200=0A-@@=20-3558,10=20+3558,6=20@@=0A-=20=09=
 playing->sample_vibrato_time=20+=3D=20playing->sample->vibrato_speed;=0D=0A=
 -=20}=0D=0A-=20=0D=0A--#ifndef=20__linux__=0D=0A--static=20inline=20=
 float=20log2(float=20x)=20{return=20(float)log(x)/(float)log(2.0f);}=0D=0A=
 --#endif=0D=0A--=0D=0A-=20static=20int=20delta_to_note(float=20delta,=20=
 int=20base)=0D=0A-=20{=0D=0A-=20=09float=20note;=0D=0Adiff=20-ruN=20=
 deadbeef.orig/pkg-plist=20deadbeef/pkg-plist=0A---=20=
 deadbeef.orig/pkg-plist=092011-09-02=2017:09:57.529098296=20+0400=0A+++=20=
 deadbeef/pkg-plist=092011-09-02=2016:34:57.182875802=20+0400=0A@@=20-1,5=20=
 +1,6=20@@=0A=20bin/deadbeef=0A=20include/deadbeef/deadbeef.h=0A=
 +%%GUI%%include/deadbeef/gtkui_api.h=0A=20%%ADP%%lib/deadbeef/adplug.a=0A=
 =20%%ADP%%lib/deadbeef/adplug.la=0A=20%%ADP%%lib/deadbeef/adplug.so=0A@@=20=
 -20,10=20+21,6=20@@=0A=20%%FLAC%%lib/deadbeef/flac.la=0A=20=
 %%FLAC%%lib/deadbeef/flac.so=0A=20%%FLAC%%lib/deadbeef/flac.so.0=0A=
 -%%GUI%%lib/deadbeef/gtkui.a=0A-%%GUI%%lib/deadbeef/gtkui.la=0A=
 -%%GUI%%lib/deadbeef/gtkui.so=0A-%%GUI%%lib/deadbeef/gtkui.so.0=0A=20=
 %%HOTKEYS%%lib/deadbeef/hotkeys.so=0A=20=
 %%HOTKEYS%%lib/deadbeef/hotkeys.la=0A=20=
 %%HOTKEYS%%lib/deadbeef/hotkeys.a=0A@@=20-84,14=20+81,6=20@@=0A=20=
 %%MMS%%lib/deadbeef/mms.so=0A=20%%MMS%%lib/deadbeef/mms.la=0A=20=
 %%MMS%%lib/deadbeef/mms.a=0A-%%SHN%%lib/deadbeef/shn.so.0=0A=
 -%%SHN%%lib/deadbeef/shn.so=0A-%%SHN%%lib/deadbeef/shn.la=0A=
 -%%SHN%%lib/deadbeef/shn.a=0A-%%AO%%lib/deadbeef/ao.so.0=0A=
 -%%AO%%lib/deadbeef/ao.so=0A-%%AO%%lib/deadbeef/ao.la=0A=
 -%%AO%%lib/deadbeef/ao.a=0A=20%%SHELLEXEC%%lib/deadbeef/shellexec.so.0=0A=
 =20%%SHELLEXEC%%lib/deadbeef/shellexec.so=0A=20=
 %%SHELLEXEC%%lib/deadbeef/shellexec.la=0A@@=20-104,10=20+93,6=20@@=0A=20=
 %%SID%%lib/deadbeef/sid.so=0A=20%%SID%%lib/deadbeef/sid.la=0A=20=
 %%SID%%lib/deadbeef/sid.a=0A-%%ART%%lib/deadbeef/artwork.so.0=0A=
 -%%ART%%lib/deadbeef/artwork.so=0A-%%ART%%lib/deadbeef/artwork.la=0A=
 -%%ART%%lib/deadbeef/artwork.a=0A=20%%EQ%%lib/deadbeef/supereq.so.0=0A=20=
 %%EQ%%lib/deadbeef/supereq.so=0A=20%%EQ%%lib/deadbeef/supereq.la=0A@@=20=
 -116,10=20+101,6=20@@=0A=20%%GME%%lib/deadbeef/gme.so=0A=20=
 %%GME%%lib/deadbeef/gme.la=0A=20%%GME%%lib/deadbeef/gme.a=0A=
 -%%DUMB%%lib/deadbeef/dumb.so.0=0A-%%DUMB%%lib/deadbeef/dumb.so=0A=
 -%%DUMB%%lib/deadbeef/dumb.la=0A-%%DUMB%%lib/deadbeef/dumb.a=0A=20=
 %%NOTIFY%%lib/deadbeef/notify.so.0=0A=20%%NOTIFY%%lib/deadbeef/notify.so=0A=
 =20%%NOTIFY%%lib/deadbeef/notify.la=0A@@=20-137,6=20+118,41=20@@=0A=20=
 %%DOCSDIR%%/translators.txt=0A=20%%DOCSDIR%%/help.ru.txt=0A=20=
 %%DOCSDIR%%/help.pt_BR.txt=0A+%%GUI%%lib/deadbeef/ddb_gui_GTK2.so.0=0A=
 +%%GUI%%lib/deadbeef/ddb_gui_GTK2.so=0A=
 +%%GUI%%lib/deadbeef/ddb_gui_GTK2.la=0A=
 +%%GUI%%lib/deadbeef/ddb_gui_GTK2.a=0A=
 +%%DSP%%lib/deadbeef/dsp_libsrc.so.0=0A=
 +%%DSP%%lib/deadbeef/dsp_libsrc.so=0A+%%DSP%%lib/deadbeef/dsp_libsrc.la=0A=
 +%%DSP%%lib/deadbeef/dsp_libsrc.a=0A+%%M3U%%lib/deadbeef/m3u.so=0A=
 +%%M3U%%lib/deadbeef/m3u.so.0=0A+%%M3U%%lib/deadbeef/m3u.la=0A=
 +%%M3U%%lib/deadbeef/m3u.a=0A+%%CONVERTER%%lib/deadbeef/converter.so.0=0A=
 +%%CONVERTER%%lib/deadbeef/converter.so=0A=
 +%%CONVERTER%%lib/deadbeef/converter.la=0A=
 +%%CONVERTER%%lib/deadbeef/converter_gtkui.so.0=0A=
 +%%CONVERTER%%lib/deadbeef/converter_gtkui.so=0A=
 +%%CONVERTER%%lib/deadbeef/converter_gtkui.la=0A=
 +%%CONVERTER%%lib/deadbeef/converter.a=0A=
 +%%CONVERTER%%lib/deadbeef/converter_gtkui.a=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/AAC_(Nero_FAAC).txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/FLAC_(compression_level_5).txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/MS_RIFF_WAV.txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/MusePack.txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/Ogg_Vorbis_(-q_5).txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/TTA.txt=0A=
 +%%CONVERTER%%lib/deadbeef/convpresets/WavPack.txt=0A=
 +%%VFS_ZIP%%lib/deadbeef/vfs_zip.so.0=0A=
 +%%VFS_ZIP%%lib/deadbeef/vfs_zip.so=0A=
 +%%VFS_ZIP%%lib/deadbeef/vfs_zip.la=0A+%%VFS_ZIP%%lib/deadbeef/vfs_zip.a=0A=
 +%%NLS%%share/locale/be/LC_MESSAGES/deadbeef.mo=0A=
 +%%NLS%%share/locale/tr/LC_MESSAGES/deadbeef.mo=0A=20=
 %%NLS%%share/locale/bg/LC_MESSAGES/deadbeef.mo=0A=20=
 %%NLS%%share/locale/bn/LC_MESSAGES/deadbeef.mo=0A=20=
 %%NLS%%share/locale/ca/LC_MESSAGES/deadbeef.mo=0A@@=20-211,14=20+227,15=20=
 @@=0A=20@dirrmtry=20share/icons/hicolor/scalable=0A=20@dirrmtry=20=
 share/icons/hicolor=0A=20@dirrmtry=20share/icons=0A-@dirrmtry=20=
 %%NLS%%share/locale/lg/LC_MESSAGES=0A-@dirrmtry=20%%NLS%%share/locale/lg=0A=
 =20@dirrmtry=20%%NLS%%share/locale/km/LC_MESSAGES=0A=20@dirrmtry=20=
 %%NLS%%share/locale/km=0A+@dirrmtry=20%%NLS%%share/locale/lg/LC_MESSAGES=0A=
 +@dirrmtry=20%%NLS%%share/locale/lg=0A=20=
 %%DATADIR%%/pixmaps/noartwork.jpg=0A=20@dirrm=20%%DOCSDIR%%=0A=20@dirrm=20=
 %%DATADIR%%/pixmaps=0A=20@dirrm=20%%DATADIR%%=0A+%%CONVERTER%%@dirrm=20=
 lib/deadbeef/convpresets=0A=20@dirrm=20lib/deadbeef=0A=20@dirrm=20=
 include/deadbeef=0A=20@dirrmtry=20share/applications=0A=
 
 --Apple-Mail=_B762BC97-C3A3-4891-9E25-5854852EC007
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 
 
 --Apple-Mail=_B762BC97-C3A3-4891-9E25-5854852EC007--
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Fri Sep 2 20:46:19 UTC 2011 
Responsible-Changed-Why:  
I'll take it 

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

From: Beech Rintoul <beech@freebsd.org>
To: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Cc: bug-followup@freebsd.org,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/160393: [update] audio/deadbeef up to 0.5.1
Date: Sat, 3 Sep 2011 12:02:39 -0800

 Patch does not apply:
 
 http://www.maximumdata.biz/tb/errors/9.0-FreeBSD/deadbeef-0.5.1.log
 
 Beech
 
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail  | http://people.freebsd.org/~beech
  X  - NO Word docs in e-mail | Skype: akbeech
 / \ - http://www.FreeBSD.org/releases/8.2R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Wed Sep 7 22:34:16 UTC 2011 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160393: commit references a PR
Date: Wed,  7 Sep 2011 22:34:02 +0000 (UTC)

 beech       2011-09-07 22:33:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/deadbeef       Makefile distinfo pkg-plist 
     audio/deadbeef/files 
                          patch-plugins__dumb__dumb-kode54__src__it__itrender.c 
   Log:
   - Update to 0.5.1
   
   PR:             ports/160393
   Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
   
   Revision  Changes    Path
   1.14      +52 -9     ports/audio/deadbeef/Makefile
   1.6       +2 -2      ports/audio/deadbeef/distinfo
   1.2       +0 -13     ports/audio/deadbeef/files/patch-plugins__dumb__dumb-kode54__src__it__itrender.c
   1.6       +39 -22    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"
 

From: Pavel Timofeev <timp87@gmail.com>
To: bug-followup@FreeBSD.org, g.veniamin@googlemail.com
Cc:  
Subject: Re: ports/160393: [update] audio/deadbeef up to 0.5.1
Date: Mon, 26 Sep 2011 14:53:51 +0400

 --0015174737587b0b5f04add5f95f
 Content-Type: text/plain; charset=UTF-8
 
 Excuse me, why is gcc45 in dependencies?
 I just tried to comment it. Deadbeef compiled succesfull and works good.
 
 --0015174737587b0b5f04add5f95f
 Content-Type: text/html; charset=UTF-8
 
 Excuse me, why is gcc45 in dependencies?<br>I just tried to comment it. Deadbeef compiled succesfull and works good.<br>
 
 --0015174737587b0b5f04add5f95f--
>Unformatted:
