svn commit: r484294 - head/audio/flacon

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 6 14:51:28 UTC 2018


Author: danfe
Date: Tue Nov  6 14:51:26 2018
New Revision: 484294
URL: https://svnweb.freebsd.org/changeset/ports/484294

Log:
  Flacon 5.0.0 is out!
  
    - Added support to change sample rate and bit depth for output
      audio files
    - Added new tags: "Album performer", Disk number", and "Disk count"
    - Added extended dialog to edit all tags
    - Fixed the CUE parser
    - Improved appearance and behavior of the program
    - Translations updated
  
  Reported by:	portscout

Modified:
  head/audio/flacon/Makefile
  head/audio/flacon/distinfo
  head/audio/flacon/pkg-plist

Modified: head/audio/flacon/Makefile
==============================================================================
--- head/audio/flacon/Makefile	Tue Nov  6 14:50:01 2018	(r484293)
+++ head/audio/flacon/Makefile	Tue Nov  6 14:51:26 2018	(r484294)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	flacon
-PORTVERSION=	4.1.0
+PORTVERSION=	5.0.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Graphical audio file extractor and encoder
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
 
 LIB_DEPENDS=	libuchardet.so:textproc/uchardet
 

Modified: head/audio/flacon/distinfo
==============================================================================
--- head/audio/flacon/distinfo	Tue Nov  6 14:50:01 2018	(r484293)
+++ head/audio/flacon/distinfo	Tue Nov  6 14:51:26 2018	(r484294)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523983731
-SHA256 (flacon-flacon-v4.1.0_GH0.tar.gz) = 8e9b7e9b12b79d7dbe1b1e4f47d7561538a62a55ab752a7269736a77bf56dd70
-SIZE (flacon-flacon-v4.1.0_GH0.tar.gz) = 1579869
+TIMESTAMP = 1541440005
+SHA256 (flacon-flacon-v5.0.0_GH0.tar.gz) = 183d364fb47afa8b9e55803b77b99c9eba44d7031a28d4062b1a309b2a9f02b2
+SIZE (flacon-flacon-v5.0.0_GH0.tar.gz) = 1638111

Modified: head/audio/flacon/pkg-plist
==============================================================================
--- head/audio/flacon/pkg-plist	Tue Nov  6 14:50:01 2018	(r484293)
+++ head/audio/flacon/pkg-plist	Tue Nov  6 14:51:26 2018	(r484294)
@@ -18,7 +18,9 @@ share/icons/hicolor/scalable/apps/flacon.svg
 %%DATADIR%%/translations/flacon_et.qm
 %%DATADIR%%/translations/flacon_fr.qm
 %%DATADIR%%/translations/flacon_gl.qm
+%%DATADIR%%/translations/flacon_he.qm
 %%DATADIR%%/translations/flacon_hu.qm
+%%DATADIR%%/translations/flacon_id.qm
 %%DATADIR%%/translations/flacon_it.qm
 %%DATADIR%%/translations/flacon_ja_JP.qm
 %%DATADIR%%/translations/flacon_lt.qm
@@ -32,9 +34,11 @@ share/icons/hicolor/scalable/apps/flacon.svg
 %%DATADIR%%/translations/flacon_pt_PT.qm
 %%DATADIR%%/translations/flacon_ro_RO.qm
 %%DATADIR%%/translations/flacon_ru.qm
+%%DATADIR%%/translations/flacon_ru_new.qm
 %%DATADIR%%/translations/flacon_sr.qm
 %%DATADIR%%/translations/flacon_sr at latin.qm
 %%DATADIR%%/translations/flacon_tr.qm
 %%DATADIR%%/translations/flacon_uk.qm
+%%DATADIR%%/translations/flacon_uz at Latn.qm
 %%DATADIR%%/translations/flacon_zh_CN.qm
 %%DATADIR%%/translations/flacon_zh_TW.qm


More information about the svn-ports-all mailing list