1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/pulseaudio-qt: update to 1.10

Changes are:
* Depend on Qt 5.10
* Export stream and sinkinput
* Export StreamRestore
* Export StreamRestore
* [StreamRestore] Don't mess with channels
* Use override
* Don't delete profiles and ports on update
* mapstest: add missing include_directories for pulseaudio & glib2
This commit is contained in:
Tobias C. Berner 2019-05-17 17:15:45 +00:00
parent aefef6a782
commit 9723a972ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501878
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pulseaudio-qt
DISTVERSION= 1.0.1
PORTREVISION= 1
DISTVERSION= 1.1.0
MASTER_SITES= KDE/stable/${PORTNAME}
CATEGORIES= audio kde

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1553886892
SHA256 (pulseaudio-qt-1.0.1.tar.xz) = bf571c642ac7b5d5e6a793654ce4a531efcdd89dd76da963ca547f4c1b5238ed
SIZE (pulseaudio-qt-1.0.1.tar.xz) = 30360
TIMESTAMP = 1558112808
SHA256 (pulseaudio-qt-1.1.0.tar.xz) = 9c7cbc484dee6ab6bd6b479a5cca14c7f38a4d020f03e99ecfd047136da18662
SIZE (pulseaudio-qt-1.1.0.tar.xz) = 30556

View File

@ -12,6 +12,7 @@ include/KF5/KF5PulseAudioQt/PulseAudioQt/Sink
include/KF5/KF5PulseAudioQt/PulseAudioQt/SinkInput
include/KF5/KF5PulseAudioQt/PulseAudioQt/Source
include/KF5/KF5PulseAudioQt/PulseAudioQt/SourceOutput
include/KF5/KF5PulseAudioQt/PulseAudioQt/Stream
include/KF5/KF5PulseAudioQt/PulseAudioQt/StreamRestore
include/KF5/KF5PulseAudioQt/PulseAudioQt/VolumeObject
include/KF5/KF5PulseAudioQt/PulseAudioQt/card.h
@ -29,6 +30,7 @@ include/KF5/KF5PulseAudioQt/PulseAudioQt/sink.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/sinkinput.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/source.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/sourceoutput.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/stream.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/streamrestore.h
include/KF5/KF5PulseAudioQt/PulseAudioQt/volumeobject.h
include/KF5/pulseaudioqt_version.h
@ -37,5 +39,5 @@ lib/cmake/KF5PulseAudioQt/KF5PulseAudioQtConfigVersion.cmake
lib/cmake/KF5PulseAudioQt/KF5PulseAudioQtTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5PulseAudioQt/KF5PulseAudioQtTargets.cmake
lib/libKF5PulseAudioQt.so
lib/libKF5PulseAudioQt.so.1
lib/libKF5PulseAudioQt.so.1.0.1
lib/libKF5PulseAudioQt.so.2
lib/libKF5PulseAudioQt.so.1.1.0