Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 15:01:15 GMT
From:      Gvozdikov Veniamin <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/148732: update port: audio/cueplayer up to 0.27
Message-ID:  <201007181501.o6IF1FcZ026144@www.freebsd.org>
Resent-Message-ID: <201007181510.o6IFA95L060784@freefall.freebsd.org>

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

>Number:         148732
>Category:       ports
>Synopsis:       update port: audio/cueplayer up to 0.27
>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:   Sun Jul 18 15:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD zlobook.local 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #2: Mon Jul 5 22:22:00 KRAST 2010 root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64 amd64
>Description:
Update:
Use libnotify for notifications. optional.
Added an English locale.
Fixed bug with Russian files in no uft8 locales.
Select the audio output settings.
Playing on cue inside flac (vorbis comment)
Embedded within the cue flac in ape2flac
>How-To-Repeat:

>Fix:
diff -ruN cueplayer.orig/Makefile cueplayer/Makefile
--- cueplayer.orig/Makefile	2010-07-18 22:36:46.000000000 +0800
+++ cueplayer/Makefile	2010-07-18 22:49:27.000000000 +0800
@@ -6,18 +6,21 @@
 #
 
 PORTNAME=	cueplayer
-PORTVERSION=	0.25
-PORTREVISION?=	1
+PORTVERSION=	0.27
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	g.veniamin@googlemail.com
 COMMENT=	CUE player
 
+LIB_DEPENDS=	notify.1:${PORTSDIR}/devel/libnotify
+
 USE_QT_VER=	4
 QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build network
 USE_GSTREAMER=	flac good dvd lame ugly ffmpeg taglib ogg vorbis soup libmms wavpack
 
+LICENSE=	GPLv3
+
 DESKTOP_ENTRIES="Cueplayer" "Lightweight media player based on Qt and Gstreamer" \
 		"${DATADIR}/${PORTNAME}.png" "${PORTNAME}" \
 		"AudioVideo;Audio;Video;" ${FALSE}
diff -ruN cueplayer.orig/distinfo cueplayer/distinfo
--- cueplayer.orig/distinfo	2010-07-18 22:36:46.000000000 +0800
+++ cueplayer/distinfo	2010-07-18 22:41:42.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (cueplayer-0.25.tar.gz) = 10e47b6dad8e321996ba1e13d2a11806
-SHA256 (cueplayer-0.25.tar.gz) = 620d0d0161011a650617e511d13acb9f0e4963ecf16154e64b855710ded60c86
-SIZE (cueplayer-0.25.tar.gz) = 103162
+MD5 (cueplayer-0.27.tar.gz) = e72033dbaa3d54cee0a074debc52ad44
+SHA256 (cueplayer-0.27.tar.gz) = 3e6e3fd1f5cd459be0d52f906dab7e9a20cc41434a0b127c706ba7f60247050d
+SIZE (cueplayer-0.27.tar.gz) = 127885
diff -ruN cueplayer.orig/pkg-plist cueplayer/pkg-plist
--- cueplayer.orig/pkg-plist	2010-07-18 22:36:46.000000000 +0800
+++ cueplayer/pkg-plist	2010-07-18 22:44:24.000000000 +0800
@@ -1,5 +1,6 @@
 bin/cueplayer
 %%DATADIR%%/loc/cueplayer_pl.qm
+%%DATADIR%%/loc/cueplayer_en.qm
 %%DATADIR%%/cueplayer.png
 @dirrm %%DATADIR%%/loc
 @dirrm %%DATADIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:



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