svn commit: r507558 - head/graphics/radiance
Yuri Victorovich
yuri at FreeBSD.org
Mon Jul 29 06:19:15 UTC 2019
Author: yuri
Date: Mon Jul 29 06:19:14 2019
New Revision: 507558
URL: https://svnweb.freebsd.org/changeset/ports/507558
Log:
graphics/radiance: Update 0.6.0 -> 0.6.1
Modified:
head/graphics/radiance/Makefile
head/graphics/radiance/distinfo
head/graphics/radiance/pkg-plist
Modified: head/graphics/radiance/Makefile
==============================================================================
--- head/graphics/radiance/Makefile Mon Jul 29 05:25:22 2019 (r507557)
+++ head/graphics/radiance/Makefile Mon Jul 29 06:19:14 2019 (r507558)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= radiance
-DISTVERSION= 0.6.0
-PORTREVISION= 5
+DISTVERSION= 0.6.1
CATEGORIES= graphics
PKGNAMESUFFIX= -video
@@ -22,7 +21,6 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
USES= cmake compiler:c++14-lang gl localbase:ldflags qt:5
USE_GITHUB= yes
GH_ACCOUNT= zbanks
-GH_TAGNAME= 2b947cf
GH_TUPLE= zbanks:BTrack:1c5b72e:bt/BTrack
USE_QT= core declarative graphicaleffects gui network quickcontrols widgets \
buildtools_build qmake_build
Modified: head/graphics/radiance/distinfo
==============================================================================
--- head/graphics/radiance/distinfo Mon Jul 29 05:25:22 2019 (r507557)
+++ head/graphics/radiance/distinfo Mon Jul 29 06:19:14 2019 (r507558)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1543021353
-SHA256 (zbanks-radiance-0.6.0-2b947cf_GH0.tar.gz) = 5a03834b6a8a8f755097fe322e8e271fc8a9975f1abe8d233fe82ac185f087da
-SIZE (zbanks-radiance-0.6.0-2b947cf_GH0.tar.gz) = 258662
+TIMESTAMP = 1564379184
+SHA256 (zbanks-radiance-0.6.1_GH0.tar.gz) = cfc3281abe61ee9a5efba67d682b212bb75cb7197ff65ee0eff0d30577011163
+SIZE (zbanks-radiance-0.6.1_GH0.tar.gz) = 308059
SHA256 (zbanks-BTrack-1c5b72e_GH0.tar.gz) = af567e80f6edf031af17bf4e7ed7eb89349be059046a4877defd14bb6cc70899
SIZE (zbanks-BTrack-1c5b72e_GH0.tar.gz) = 21590
Modified: head/graphics/radiance/pkg-plist
==============================================================================
--- head/graphics/radiance/pkg-plist Mon Jul 29 05:25:22 2019 (r507557)
+++ head/graphics/radiance/pkg-plist Mon Jul 29 06:19:14 2019 (r507558)
@@ -2,6 +2,7 @@ bin/radiance
%%DATADIR%%/config/cli.json
%%DATADIR%%/config/gui_default.json
%%DATADIR%%/glsl/effect_header.glsl
+%%DATADIR%%/images/logo.png
%%DATADIR%%/library/effects/afix.glsl
%%DATADIR%%/library/effects/afixhighlight.glsl
%%DATADIR%%/library/effects/allwhite.glsl
@@ -175,7 +176,9 @@ bin/radiance
%%DATADIR%%/library/images/logo.png
%%DATADIR%%/library/images/nyancat.gif
%%DATADIR%%/qml/.gitignore
+%%DATADIR%%/qml/AutoDJ.qml
%%DATADIR%%/qml/BeatIndicator.qml
+%%DATADIR%%/qml/BusyBrokenIndicator.qml
%%DATADIR%%/qml/Button.qml
%%DATADIR%%/qml/CheckBox.qml
%%DATADIR%%/qml/CheckerboardBackground.qml
@@ -192,11 +195,14 @@ bin/radiance
%%DATADIR%%/qml/ImageNodeTile.qml
%%DATADIR%%/qml/Instantiators/ConsoleOutputInstantiator.qml
%%DATADIR%%/qml/Instantiators/FFmpegOutputInstantiator.qml
+%%DATADIR%%/qml/Instantiators/LightOutputInstantiator.qml
%%DATADIR%%/qml/Instantiators/MPVInstantiator.qml
%%DATADIR%%/qml/Instantiators/PlaceholderInstantiator.qml
%%DATADIR%%/qml/Instantiators/ScreenOutputInstantiator.qml
%%DATADIR%%/qml/Instantiators/YoutubeInstantiator.qml
+%%DATADIR%%/qml/Label.qml
%%DATADIR%%/qml/LibraryWidget.qml
+%%DATADIR%%/qml/LightOutputNodeTile.qml
%%DATADIR%%/qml/MidiMappingSelector.qml
%%DATADIR%%/qml/MidiMappings/DJControlAir.qml
%%DATADIR%%/qml/MidiMappings/DJControlCompact.qml
More information about the svn-ports-all
mailing list