Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160404296
D9950.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D9950.diff
View Options
Index: head/audio/tagutil/Makefile
===================================================================
--- head/audio/tagutil/Makefile
+++ head/audio/tagutil/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= tagutil
-PORTVERSION= 3.0.1
+PORTVERSION= 3.0.3
DISTVERSIONPREFIX= v
-PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= alex@kaworu.ch
@@ -21,6 +20,7 @@
man/man1/tagutil.1.gz
CMAKE_ARGS= -DMAN_PATH=${PREFIX}/man
+CMAKE_SOURCE_PATH= ${WRKSRC}/src
OPTIONS_DEFINE= JSON
OPTIONS_MULTI= MEDIA
@@ -29,13 +29,15 @@
TAGLIB_DESC= Multiple file format but limited tags support
JSON_DESC= JSON output format support
-JSON_LIB_DEPENDS+= libjansson.so:devel/jansson
-JSON_CMAKE_OFF+= -DWITHOUT_JSON=yes
-FLAC_LIB_DEPENDS+= libFLAC.so:audio/flac
-FLAC_CMAKE_OFF+= -DWITHOUT_FLAC=yes
-OGG_LIB_DEPENDS+= libvorbisfile.so:audio/libvorbis
-OGG_CMAKE_OFF+= -DWITHOUT_OGGVORBIS=yes
-TAGLIB_LIB_DEPENDS+= libtag_c.so:audio/taglib
-TAGLIB_CMAKE_OFF+= -DWITHOUT_TAGLIB=yes
+JSON_LIB_DEPENDS= libjansson.so:devel/jansson
+JSON_CMAKE_OFF= -DWITHOUT_JSON=yes
+FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
+FLAC_CMAKE_OFF= -DWITHOUT_FLAC=yes
+OGG_LIB_DEPENDS=\
+ libvorbisfile.so:audio/libvorbis \
+ libogg.so:audio/libogg
+OGG_CMAKE_OFF= -DWITHOUT_OGGVORBIS=yes
+TAGLIB_LIB_DEPENDS= libtag_c.so:audio/taglib
+TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes
.include <bsd.port.mk>
Index: head/audio/tagutil/distinfo
===================================================================
--- head/audio/tagutil/distinfo
+++ head/audio/tagutil/distinfo
@@ -1,2 +1,3 @@
-SHA256 (kAworu-tagutil-v3.0.1_GH0.tar.gz) = a31501bd93c1e31aaf11b53f044076a1773cc7fccfef1156a8719a8d8dd17c0b
-SIZE (kAworu-tagutil-v3.0.1_GH0.tar.gz) = 53306
+TIMESTAMP = 1487797890
+SHA256 (kAworu-tagutil-v3.0.3_GH0.tar.gz) = 36b549a2e15ef53b17e2fd0384a60995962baadb46d67e6b65b98cca3d4c3c6c
+SIZE (kAworu-tagutil-v3.0.3_GH0.tar.gz) = 72613
Index: head/audio/tagutil/pkg-descr
===================================================================
--- head/audio/tagutil/pkg-descr
+++ head/audio/tagutil/pkg-descr
@@ -1,5 +1,5 @@
-Tagutil is a CLI tool to edit music file's tag. It aim to provide both an
-easy-to-script interface and ease of use interactively and fully support Vorbis
-Comments (unlimited set of tags).
+Tagutil is a CLI tool to display and modify tags stored in music
+files. It aims to provide both an easy-to-script and an interactive
+interface. It fully supports Vorbis Comments (unlimited set of tags).
WWW: https://github.com/kAworu/tagutil
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 25, 4:20 AM (1 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34304014
Default Alt Text
D9950.diff (2 KB)
Attached To
Mode
D9950: audio/tagutil: Update to 3.0.3
Attached
Detach File
Event Timeline
Log In to Comment