Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2010 16:34:34 GMT
From:      Gvozdikov Veniamin <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147656: update port: audio/deadbeef up to 0.4.1
Message-ID:  <201006071634.o57GYYmA076291@www.freebsd.org>
Resent-Message-ID: <201006071640.o57Ge5un097979@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147656
>Category:       ports
>Synopsis:       update port: audio/deadbeef up to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 07 16:40:05 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006071634.o57GYYmA076291>