Update Phonon to 4.6.0. Major changes:
* Main library renamed from "phonon" to "phonon_s", to avoid clashing with Qt4's one. * Backends now live in multimedia/phonon-backend port (committed earlier). * The multimedia/phonon module added, to avoid adding complicated RDEP strings to ports of Phonon users.
This commit is contained in:
parent
5b2d4302ba
commit
0caaa078fe
@ -1,28 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/04/24 08:53:37 zhuk Exp $
|
||||
|
||||
COMMENT = multimedia layer from qt4/kde4
|
||||
COMMENT = multimedia layer for Qt4/KDE4
|
||||
CATEGORIES = multimedia devel
|
||||
VERSION = 4.4.2
|
||||
VERSION = 4.6.0
|
||||
DISTNAME = phonon-${VERSION}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/phonon/4.4.2/}
|
||||
HOMEPAGE = http://phonon.kde.org/
|
||||
|
||||
# LGPL 2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
# Renamed to avoid clashing with Qt4's one
|
||||
SHARED_LIBS = phonon_s 0.0 \
|
||||
phononexperimental 2.0
|
||||
|
||||
# higher than base kde4 to avoid issues
|
||||
# LGPL v2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
SHARED_LIBS += phonon 5.0
|
||||
SHARED_LIBS += phononexperimental 0.0
|
||||
BUILD_DEPENDS += devel/automoc
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/phonon/${VERSION}/src/}
|
||||
|
||||
MODULES = x11/qt4 devel/cmake
|
||||
MODULES = x11/kde4
|
||||
MODKDE4_USE =
|
||||
MODKDE4_LIB_LINKS = Yes
|
||||
|
||||
LIB_DEPENDS += multimedia/xine-lib
|
||||
WANTLIB = m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtDeclarative lib/qt4/QtGui
|
||||
WANTLIB += lib/qt4/QtNetwork lib/qt4/QtScript lib/qt4/QtSql lib/qt4/QtSvg
|
||||
WANTLIB += lib/qt4/QtTest lib/qt4/QtXml lib/qt4/QtXmlPatterns
|
||||
WANTLIB += pulse pulse-mainloop-glib qzeitgeist
|
||||
|
||||
WANTLIB += GL glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-0.10 gstbase-0.10 \
|
||||
gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10 \
|
||||
gthread-2.0 lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtOpenGL m stdc++ \
|
||||
xine
|
||||
LIB_DEPENDS = productivity/libqzeitgeist>=0.8.0 \
|
||||
audio/pulseaudio
|
||||
|
||||
# Not sure if it's needed at all but doesn't hurt either for now.
|
||||
CONFIGURE_ARGS = -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:Bool=Yes
|
||||
|
||||
# Clashes with the one provided by Qt itself.
|
||||
CONFIGURE_ARGS += -DPHONON_BUILD_DESIGNER_PLUGIN:Bool=No
|
||||
|
||||
# Upstream says, tests need to be redone.
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (phonon-4.4.2.tar.bz2) = 2eqyg4N4MmElTxzvO5Kj+g==
|
||||
RMD160 (phonon-4.4.2.tar.bz2) = qjeQPxZpBN0JQBVB34/CaKKFhgY=
|
||||
SHA1 (phonon-4.4.2.tar.bz2) = wynZJPt1qJqd6KTXmf9NzX7jMC4=
|
||||
SHA256 (phonon-4.4.2.tar.bz2) = 8UBMPzJiAbOCwmujfy2IXTC8cbpf2OFHmvtjL5LZNIY=
|
||||
SIZE (phonon-4.4.2.tar.bz2) = 629193
|
||||
SHA256 (phonon-4.6.0.tar.xz) = KRXno3ySoKgje55tLvZ7qLAF7jUp0DmRzT0TfwObo8Q=
|
||||
SIZE (phonon-4.6.0.tar.xz) = 280712
|
||||
|
21
multimedia/phonon/patches/patch-cmake_CMakeLists_txt
Normal file
21
multimedia/phonon/patches/patch-cmake_CMakeLists_txt
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-cmake_CMakeLists_txt,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
||||
Skip installing files we already have in either CMake base
|
||||
installation or somewhere else.
|
||||
--- cmake/CMakeLists.txt.orig Sun Feb 5 21:07:55 2012
|
||||
+++ cmake/CMakeLists.txt Sun Feb 5 21:08:35 2012
|
||||
@@ -1,15 +1,9 @@
|
||||
install(FILES cmake_uninstall.cmake.in
|
||||
COPYING-CMAKE-SCRIPTS
|
||||
- FindAutomoc4.cmake
|
||||
- FindPackageHandleStandardArgs.cmake
|
||||
FindPhononInternal.cmake
|
||||
PhononMacros.cmake
|
||||
- FindQt4.cmake
|
||||
MacroEnsureVersion.cmake
|
||||
MacroLogFeature.cmake
|
||||
MacroOptionalFindPackage.cmake
|
||||
- MacroPushRequiredVars.cmake
|
||||
PhononMacros.cmake
|
||||
- Qt4ConfigDependentSettings.cmake
|
||||
- Qt4Macros.cmake
|
||||
DESTINATION ${BUILDSYSTEM_INSTALL_DIR})
|
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-cmake_FindPhononInternal_cmake,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
||||
Allow paths to be overriden.
|
||||
--- cmake/FindPhononInternal.cmake.orig Thu Nov 15 15:47:01 2012
|
||||
+++ cmake/FindPhononInternal.cmake Thu Nov 15 15:46:55 2012
|
||||
@@ -90,10 +90,10 @@ set(CMAKE_MODULE_PATH ${_phonon_cmake_module_path_back
|
||||
|
||||
set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
|
||||
|
||||
-set(SHARE_INSTALL_PREFIX "share") # CACHE PATH "Base directory for files which go to share/")
|
||||
-set(INCLUDE_INSTALL_DIR "include" ) # CACHE PATH "The subdirectory to the header prefix")
|
||||
-set(BIN_INSTALL_DIR "bin" ) # CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
|
||||
-set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" ) # CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX})")
|
||||
+set(SHARE_INSTALL_PREFIX "share" CACHE PATH "Base directory for files which go to share/")
|
||||
+set(INCLUDE_INSTALL_DIR "include" CACHE PATH "The subdirectory to the header prefix")
|
||||
+set(BIN_INSTALL_DIR "bin" CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
|
||||
+set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX})")
|
||||
set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde4)")
|
||||
set(ICON_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/icons" CACHE PATH "The icon install dir (default ${SHARE_INSTALL_PREFIX}/share/icons/)")
|
||||
set(SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/kde4/services" CACHE PATH "The install dir for service (desktop, protocol, ...) files")
|
12
multimedia/phonon/patches/patch-phonon_CMakeLists_txt
Normal file
12
multimedia/phonon/patches/patch-phonon_CMakeLists_txt
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-phonon_CMakeLists_txt,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
||||
Rename library file name to distinguish from Qt's one.
|
||||
--- phonon/CMakeLists.txt.orig Mon Nov 5 22:31:52 2012
|
||||
+++ phonon/CMakeLists.txt Mon Nov 5 23:29:22 2012
|
||||
@@ -103,6 +103,7 @@ set_target_properties(phonon PROPERTIES
|
||||
SOVERSION ${PHONON_LIB_SOVERSION}
|
||||
DEFINE_SYMBOL MAKE_PHONON_LIB
|
||||
LINK_INTERFACE_LIBRARIES ""
|
||||
+ OUTPUT_NAME "phonon_s"
|
||||
)
|
||||
# LINK_INTERFACE_LIBRARIES: By default don't add any linked libraries to the "exported"
|
||||
# link interfaces, so that executables linking against this library
|
11
multimedia/phonon/patches/patch-phonon_pc_cmake
Normal file
11
multimedia/phonon/patches/patch-phonon_pc_cmake
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-phonon_pc_cmake,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
||||
Rename library file name to distinguish from Qt's one.
|
||||
--- phonon.pc.cmake.orig Mon Nov 5 23:34:21 2012
|
||||
+++ phonon.pc.cmake Mon Nov 5 23:34:30 2012
|
||||
@@ -8,5 +8,5 @@ Name: Phonon
|
||||
Description: Phonon library needed to build applications
|
||||
Version: @PHONON_LIB_MAJOR_VERSION@.@PHONON_LIB_MINOR_VERSION@.@PHONON_LIB_PATCH_VERSION@
|
||||
Requires: QtCore QtGui QtDBus
|
||||
-Libs: -L${libdir} -lphonon
|
||||
+Libs: -L${libdir} -lphonon_s
|
||||
Cflags: -I${includedir}
|
14
multimedia/phonon/phonon.port.mk
Normal file
14
multimedia/phonon/phonon.port.mk
Normal file
@ -0,0 +1,14 @@
|
||||
# $OpenBSD: phonon.port.mk,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
||||
MODPHONON_WANTLIB = ${MODKDE4_LIB_DIR}/phonon_s
|
||||
MODPHONON_LIB_DEPENDS = phonon->=4.6.0p2:multimedia/phonon
|
||||
|
||||
# If enabled (default), make sure at least one Phonon backend is
|
||||
# installed prior installing affected port.
|
||||
MODPHONON_PLUGIN_DEPS ?= Yes
|
||||
.if ${MODPHONON_PLUGIN_DEPS:L} == "yes"
|
||||
MODPHONON_RUN_DEPENDS = phonon-gstreamer-*|phonon-vlc-*:multimedia/phonon-backend/gstreamer
|
||||
.endif
|
||||
|
||||
WANTLIB += ${MODPHONON_WANTLIB}
|
||||
LIB_DEPENDS += ${MODPHONON_LIB_DEPENDS}
|
||||
RUN_DEPENDS += ${MODPHONON_RUN_DEPENDS}
|
@ -1,3 +1,5 @@
|
||||
phonon is the chosen multimedia backend for kde4.
|
||||
A version of phonon ships with qt4. Unfortunately, it's not quite enough
|
||||
for kde4, so there is a more recent version provided as an external package.
|
||||
Phonon is the multimedia framework for KDE4.
|
||||
|
||||
Phonon uses backend plugins to access different providers, see
|
||||
ports in multimedia/phonon-backend. At least one of the backend
|
||||
plugins should be installed.
|
||||
|
@ -1,192 +1,188 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/18 12:53:38 espie Exp $
|
||||
%%SHARED%%
|
||||
include/KDE/
|
||||
include/KDE/Phonon/
|
||||
include/KDE/Phonon/AbstractAudioOutput
|
||||
include/KDE/Phonon/AbstractMediaStream
|
||||
include/KDE/Phonon/AbstractVideoOutput
|
||||
include/KDE/Phonon/AddonInterface
|
||||
include/KDE/Phonon/AudioDevice
|
||||
include/KDE/Phonon/AudioDeviceEnumerator
|
||||
include/KDE/Phonon/AudioOutput
|
||||
include/KDE/Phonon/AudioOutputDevice
|
||||
include/KDE/Phonon/AudioOutputDeviceModel
|
||||
include/KDE/Phonon/AudioOutputInterface
|
||||
include/KDE/Phonon/BackendCapabilities
|
||||
include/KDE/Phonon/BackendInterface
|
||||
include/KDE/Phonon/Effect
|
||||
include/KDE/Phonon/EffectDescription
|
||||
include/KDE/Phonon/EffectDescriptionModel
|
||||
include/KDE/Phonon/EffectInterface
|
||||
include/KDE/Phonon/EffectParameter
|
||||
include/KDE/Phonon/EffectWidget
|
||||
include/KDE/Phonon/Experimental/
|
||||
include/KDE/Phonon/Experimental/AbstractVideoDataOutput
|
||||
include/KDE/Phonon/Experimental/AudioDataOutput
|
||||
include/KDE/Phonon/Experimental/SnapshotInterface
|
||||
include/KDE/Phonon/Experimental/VideoDataOutput
|
||||
include/KDE/Phonon/Experimental/VideoDataOutputInterface
|
||||
include/KDE/Phonon/Experimental/VideoFrame
|
||||
include/KDE/Phonon/Experimental/VideoFrame2
|
||||
include/KDE/Phonon/Experimental/Visualization
|
||||
include/KDE/Phonon/Global
|
||||
include/KDE/Phonon/MediaController
|
||||
include/KDE/Phonon/MediaNode
|
||||
include/KDE/Phonon/MediaObject
|
||||
include/KDE/Phonon/MediaObjectInterface
|
||||
include/KDE/Phonon/MediaSource
|
||||
include/KDE/Phonon/ObjectDescription
|
||||
include/KDE/Phonon/ObjectDescriptionModel
|
||||
include/KDE/Phonon/Path
|
||||
include/KDE/Phonon/PlatformPlugin
|
||||
include/KDE/Phonon/SeekSlider
|
||||
include/KDE/Phonon/StreamInterface
|
||||
include/KDE/Phonon/VideoPlayer
|
||||
include/KDE/Phonon/VideoWidget
|
||||
include/KDE/Phonon/VideoWidgetInterface
|
||||
include/KDE/Phonon/VolumeFaderEffect
|
||||
include/KDE/Phonon/VolumeFaderInterface
|
||||
include/KDE/Phonon/VolumeSlider
|
||||
include/phonon/
|
||||
include/phonon/AbstractAudioOutput
|
||||
include/phonon/AbstractMediaStream
|
||||
include/phonon/AbstractVideoOutput
|
||||
include/phonon/AddonInterface
|
||||
include/phonon/AudioCaptureDevice
|
||||
include/phonon/AudioCaptureDeviceModel
|
||||
include/phonon/AudioChannelDescription
|
||||
include/phonon/AudioChannelDescriptionModel
|
||||
include/phonon/AudioOutput
|
||||
include/phonon/AudioOutputDevice
|
||||
include/phonon/AudioOutputDeviceModel
|
||||
include/phonon/AudioOutputInterface
|
||||
include/phonon/AudioOutputInterface40
|
||||
include/phonon/AudioOutputInterface42
|
||||
include/phonon/BackendCapabilities
|
||||
include/phonon/BackendInterface
|
||||
include/phonon/Effect
|
||||
include/phonon/EffectDescription
|
||||
include/phonon/EffectDescriptionModel
|
||||
include/phonon/EffectInterface
|
||||
include/phonon/EffectParameter
|
||||
include/phonon/EffectWidget
|
||||
include/phonon/Global
|
||||
include/phonon/MediaController
|
||||
include/phonon/MediaNode
|
||||
include/phonon/MediaObject
|
||||
include/phonon/MediaObjectInterface
|
||||
include/phonon/MediaSource
|
||||
include/phonon/ObjectDescription
|
||||
include/phonon/ObjectDescriptionData
|
||||
include/phonon/ObjectDescriptionModel
|
||||
include/phonon/ObjectDescriptionModelData
|
||||
include/phonon/Path
|
||||
include/phonon/PlatformPlugin
|
||||
include/phonon/SeekSlider
|
||||
include/phonon/StreamInterface
|
||||
include/phonon/SubtitleDescription
|
||||
include/phonon/SubtitleDescriptionModel
|
||||
include/phonon/VideoPlayer
|
||||
include/phonon/VideoWidget
|
||||
include/phonon/VideoWidgetInterface
|
||||
include/phonon/VideoWidgetInterface44
|
||||
include/phonon/VideoWidgetInterfaceLatest
|
||||
include/phonon/VolumeFaderEffect
|
||||
include/phonon/VolumeFaderInterface
|
||||
include/phonon/VolumeSlider
|
||||
include/phonon/abstractaudiooutput.h
|
||||
include/phonon/abstractmediastream.h
|
||||
include/phonon/abstractvideooutput.h
|
||||
include/phonon/addoninterface.h
|
||||
include/phonon/audiodataoutput.h
|
||||
include/phonon/audiodataoutputinterface.h
|
||||
include/phonon/audiooutput.h
|
||||
include/phonon/audiooutputinterface.h
|
||||
include/phonon/backendcapabilities.h
|
||||
include/phonon/backendinterface.h
|
||||
include/phonon/effect.h
|
||||
include/phonon/effectinterface.h
|
||||
include/phonon/effectparameter.h
|
||||
include/phonon/effectwidget.h
|
||||
include/phonon/experimental/
|
||||
include/phonon/experimental/abstractaudiodataoutput.h
|
||||
include/phonon/experimental/abstractvideodataoutput.h
|
||||
include/phonon/experimental/audiodataoutput.h
|
||||
include/phonon/experimental/audiodataoutputinterface.h
|
||||
include/phonon/experimental/audioformat.h
|
||||
include/phonon/experimental/avcapture.h
|
||||
include/phonon/experimental/backendcapabilities.h
|
||||
include/phonon/experimental/backendinterface.h
|
||||
include/phonon/experimental/export.h
|
||||
include/phonon/experimental/globalconfig.h
|
||||
include/phonon/experimental/mediasource.h
|
||||
include/phonon/experimental/objectdescription.h
|
||||
include/phonon/experimental/packet.h
|
||||
include/phonon/experimental/packetpool.h
|
||||
include/phonon/experimental/phononnamespace.h
|
||||
include/phonon/experimental/snapshotinterface.h
|
||||
include/phonon/experimental/videodataoutput.h
|
||||
include/phonon/experimental/videodataoutput2.h
|
||||
include/phonon/experimental/videodataoutputinterface.h
|
||||
include/phonon/experimental/videoframe.h
|
||||
include/phonon/experimental/videoframe2.h
|
||||
include/phonon/experimental/videowidget.h
|
||||
include/phonon/experimental/visualization.h
|
||||
include/phonon/globalconfig.h
|
||||
include/phonon/mediacontroller.h
|
||||
include/phonon/medianode.h
|
||||
include/phonon/mediaobject.h
|
||||
include/phonon/mediaobjectinterface.h
|
||||
include/phonon/mediasource.h
|
||||
include/phonon/objectdescription.h
|
||||
include/phonon/objectdescriptionmodel.h
|
||||
include/phonon/path.h
|
||||
include/phonon/phonon_export.h
|
||||
include/phonon/phonondefs.h
|
||||
include/phonon/phononnamespace.h
|
||||
include/phonon/platformplugin.h
|
||||
include/phonon/pulsesupport.h
|
||||
include/phonon/seekslider.h
|
||||
include/phonon/streaminterface.h
|
||||
include/phonon/videoplayer.h
|
||||
include/phonon/videowidget.h
|
||||
include/phonon/videowidgetinterface.h
|
||||
include/phonon/volumefadereffect.h
|
||||
include/phonon/volumefaderinterface.h
|
||||
include/phonon/volumeslider.h
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/04/24 08:53:37 zhuk Exp $
|
||||
include/kde4/
|
||||
include/kde4/KDE/
|
||||
include/kde4/KDE/Phonon/
|
||||
include/kde4/KDE/Phonon/AbstractAudioOutput
|
||||
include/kde4/KDE/Phonon/AbstractMediaStream
|
||||
include/kde4/KDE/Phonon/AbstractVideoOutput
|
||||
include/kde4/KDE/Phonon/AddonInterface
|
||||
include/kde4/KDE/Phonon/AudioDevice
|
||||
include/kde4/KDE/Phonon/AudioDeviceEnumerator
|
||||
include/kde4/KDE/Phonon/AudioOutput
|
||||
include/kde4/KDE/Phonon/AudioOutputDevice
|
||||
include/kde4/KDE/Phonon/AudioOutputDeviceModel
|
||||
include/kde4/KDE/Phonon/AudioOutputInterface
|
||||
include/kde4/KDE/Phonon/BackendCapabilities
|
||||
include/kde4/KDE/Phonon/BackendInterface
|
||||
include/kde4/KDE/Phonon/Effect
|
||||
include/kde4/KDE/Phonon/EffectDescription
|
||||
include/kde4/KDE/Phonon/EffectDescriptionModel
|
||||
include/kde4/KDE/Phonon/EffectInterface
|
||||
include/kde4/KDE/Phonon/EffectParameter
|
||||
include/kde4/KDE/Phonon/EffectWidget
|
||||
include/kde4/KDE/Phonon/Experimental/
|
||||
include/kde4/KDE/Phonon/Experimental/AbstractVideoDataOutput
|
||||
include/kde4/KDE/Phonon/Experimental/AudioDataOutput
|
||||
include/kde4/KDE/Phonon/Experimental/SnapshotInterface
|
||||
include/kde4/KDE/Phonon/Experimental/VideoDataOutput
|
||||
include/kde4/KDE/Phonon/Experimental/VideoDataOutputInterface
|
||||
include/kde4/KDE/Phonon/Experimental/VideoFrame
|
||||
include/kde4/KDE/Phonon/Experimental/VideoFrame2
|
||||
include/kde4/KDE/Phonon/Experimental/Visualization
|
||||
include/kde4/KDE/Phonon/Global
|
||||
include/kde4/KDE/Phonon/MediaController
|
||||
include/kde4/KDE/Phonon/MediaNode
|
||||
include/kde4/KDE/Phonon/MediaObject
|
||||
include/kde4/KDE/Phonon/MediaObjectInterface
|
||||
include/kde4/KDE/Phonon/MediaSource
|
||||
include/kde4/KDE/Phonon/ObjectDescription
|
||||
include/kde4/KDE/Phonon/ObjectDescriptionModel
|
||||
include/kde4/KDE/Phonon/Path
|
||||
include/kde4/KDE/Phonon/PlatformPlugin
|
||||
include/kde4/KDE/Phonon/SeekSlider
|
||||
include/kde4/KDE/Phonon/StreamInterface
|
||||
include/kde4/KDE/Phonon/VideoPlayer
|
||||
include/kde4/KDE/Phonon/VideoWidget
|
||||
include/kde4/KDE/Phonon/VideoWidgetInterface
|
||||
include/kde4/KDE/Phonon/VolumeFaderEffect
|
||||
include/kde4/KDE/Phonon/VolumeFaderInterface
|
||||
include/kde4/KDE/Phonon/VolumeSlider
|
||||
include/kde4/phonon/
|
||||
include/kde4/phonon/AbstractAudioOutput
|
||||
include/kde4/phonon/AbstractMediaStream
|
||||
include/kde4/phonon/AbstractVideoOutput
|
||||
include/kde4/phonon/AddonInterface
|
||||
include/kde4/phonon/AudioCaptureDevice
|
||||
include/kde4/phonon/AudioCaptureDeviceModel
|
||||
include/kde4/phonon/AudioChannelDescription
|
||||
include/kde4/phonon/AudioChannelDescriptionModel
|
||||
include/kde4/phonon/AudioDataOutput
|
||||
include/kde4/phonon/AudioOutput
|
||||
include/kde4/phonon/AudioOutputDevice
|
||||
include/kde4/phonon/AudioOutputDeviceModel
|
||||
include/kde4/phonon/AudioOutputInterface
|
||||
include/kde4/phonon/AudioOutputInterface40
|
||||
include/kde4/phonon/AudioOutputInterface42
|
||||
include/kde4/phonon/AvCapture
|
||||
include/kde4/phonon/BackendCapabilities
|
||||
include/kde4/phonon/BackendInterface
|
||||
include/kde4/phonon/Effect
|
||||
include/kde4/phonon/EffectDescription
|
||||
include/kde4/phonon/EffectDescriptionModel
|
||||
include/kde4/phonon/EffectInterface
|
||||
include/kde4/phonon/EffectParameter
|
||||
include/kde4/phonon/EffectWidget
|
||||
include/kde4/phonon/Global
|
||||
include/kde4/phonon/GlobalDescriptionContainer
|
||||
include/kde4/phonon/MediaController
|
||||
include/kde4/phonon/MediaNode
|
||||
include/kde4/phonon/MediaObject
|
||||
include/kde4/phonon/MediaObjectInterface
|
||||
include/kde4/phonon/MediaSource
|
||||
include/kde4/phonon/Mrl
|
||||
include/kde4/phonon/ObjectDescription
|
||||
include/kde4/phonon/ObjectDescriptionData
|
||||
include/kde4/phonon/ObjectDescriptionModel
|
||||
include/kde4/phonon/ObjectDescriptionModelData
|
||||
include/kde4/phonon/Path
|
||||
include/kde4/phonon/PlatformPlugin
|
||||
include/kde4/phonon/SeekSlider
|
||||
include/kde4/phonon/StreamInterface
|
||||
include/kde4/phonon/SubtitleDescription
|
||||
include/kde4/phonon/SubtitleDescriptionModel
|
||||
include/kde4/phonon/VideoCaptureDevice
|
||||
include/kde4/phonon/VideoCaptureDeviceModel
|
||||
include/kde4/phonon/VideoPlayer
|
||||
include/kde4/phonon/VideoWidget
|
||||
include/kde4/phonon/VideoWidgetInterface
|
||||
include/kde4/phonon/VideoWidgetInterface44
|
||||
include/kde4/phonon/VideoWidgetInterfaceLatest
|
||||
include/kde4/phonon/VolumeFaderEffect
|
||||
include/kde4/phonon/VolumeFaderInterface
|
||||
include/kde4/phonon/VolumeSlider
|
||||
include/kde4/phonon/abstractaudiooutput.h
|
||||
include/kde4/phonon/abstractmediastream.h
|
||||
include/kde4/phonon/abstractvideooutput.h
|
||||
include/kde4/phonon/addoninterface.h
|
||||
include/kde4/phonon/audiodataoutput.h
|
||||
include/kde4/phonon/audiodataoutputinterface.h
|
||||
include/kde4/phonon/audiooutput.h
|
||||
include/kde4/phonon/audiooutputinterface.h
|
||||
include/kde4/phonon/backendcapabilities.h
|
||||
include/kde4/phonon/backendinterface.h
|
||||
include/kde4/phonon/effect.h
|
||||
include/kde4/phonon/effectinterface.h
|
||||
include/kde4/phonon/effectparameter.h
|
||||
include/kde4/phonon/effectwidget.h
|
||||
include/kde4/phonon/experimental/
|
||||
include/kde4/phonon/experimental/abstractaudiodataoutput.h
|
||||
include/kde4/phonon/experimental/abstractvideodataoutput.h
|
||||
include/kde4/phonon/experimental/audiodataoutput.h
|
||||
include/kde4/phonon/experimental/audiodataoutputinterface.h
|
||||
include/kde4/phonon/experimental/audioformat.h
|
||||
include/kde4/phonon/experimental/avcapture.h
|
||||
include/kde4/phonon/experimental/avcaptureinterface.h
|
||||
include/kde4/phonon/experimental/backendcapabilities.h
|
||||
include/kde4/phonon/experimental/backendinterface.h
|
||||
include/kde4/phonon/experimental/export.h
|
||||
include/kde4/phonon/experimental/globalconfig.h
|
||||
include/kde4/phonon/experimental/mediasource.h
|
||||
include/kde4/phonon/experimental/objectdescription.h
|
||||
include/kde4/phonon/experimental/packet.h
|
||||
include/kde4/phonon/experimental/packetpool.h
|
||||
include/kde4/phonon/experimental/phononnamespace.h
|
||||
include/kde4/phonon/experimental/snapshotinterface.h
|
||||
include/kde4/phonon/experimental/videodataoutput.h
|
||||
include/kde4/phonon/experimental/videodataoutput2.h
|
||||
include/kde4/phonon/experimental/videodataoutputinterface.h
|
||||
include/kde4/phonon/experimental/videoframe.h
|
||||
include/kde4/phonon/experimental/videoframe2.h
|
||||
include/kde4/phonon/experimental/videowidget.h
|
||||
include/kde4/phonon/experimental/visualization.h
|
||||
include/kde4/phonon/globalconfig.h
|
||||
include/kde4/phonon/globaldescriptioncontainer.h
|
||||
include/kde4/phonon/mediacontroller.h
|
||||
include/kde4/phonon/medianode.h
|
||||
include/kde4/phonon/mediaobject.h
|
||||
include/kde4/phonon/mediaobjectinterface.h
|
||||
include/kde4/phonon/mediasource.h
|
||||
include/kde4/phonon/mrl.h
|
||||
include/kde4/phonon/objectdescription.h
|
||||
include/kde4/phonon/objectdescriptionmodel.h
|
||||
include/kde4/phonon/path.h
|
||||
include/kde4/phonon/phonon_export.h
|
||||
include/kde4/phonon/phonondefs.h
|
||||
include/kde4/phonon/phononnamespace.h
|
||||
include/kde4/phonon/platformplugin.h
|
||||
include/kde4/phonon/pulsesupport.h
|
||||
include/kde4/phonon/seekslider.h
|
||||
include/kde4/phonon/streaminterface.h
|
||||
include/kde4/phonon/videoplayer.h
|
||||
include/kde4/phonon/videowidget.h
|
||||
include/kde4/phonon/videowidgetinterface.h
|
||||
include/kde4/phonon/volumefadereffect.h
|
||||
include/kde4/phonon/volumefaderinterface.h
|
||||
include/kde4/phonon/volumeslider.h
|
||||
lib/cmake/phonon/
|
||||
lib/cmake/phonon/PhononConfig.cmake
|
||||
lib/cmake/phonon/PhononConfigVersion.cmake
|
||||
lib/cmake/phonon/PhononTargets${MODKDE4_CMAKE_PREFIX}.cmake
|
||||
lib/cmake/phonon/PhononTargets.cmake
|
||||
lib/kde4/
|
||||
lib/kde4/plugins/
|
||||
lib/kde4/plugins/phonon_backend/
|
||||
lib/pkgconfig/
|
||||
${KDE4LIB}/
|
||||
@lib ${KDE4LIB}/libphonon_s.so.${LIBphonon_s_VERSION}
|
||||
@lib ${KDE4LIB}/libphononexperimental.so.${LIBphononexperimental_VERSION}
|
||||
@lib lib/libphonon_s.so.${LIBphonon_s_VERSION}
|
||||
@lib lib/libphononexperimental.so.${LIBphononexperimental_VERSION}
|
||||
lib/pkgconfig/phonon.pc
|
||||
share/dbus-1/
|
||||
share/dbus-1/interfaces/
|
||||
lib/qt4/mkspecs/modules/qt_phonon.pri
|
||||
share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
|
||||
share/icons/
|
||||
share/icons/oxygen/
|
||||
share/icons/oxygen/128x128/
|
||||
share/icons/oxygen/128x128/apps/
|
||||
share/icons/oxygen/128x128/apps/phonon-xine.png
|
||||
share/icons/oxygen/16x16/
|
||||
share/icons/oxygen/16x16/apps/
|
||||
share/icons/oxygen/16x16/apps/phonon-xine.png
|
||||
share/icons/oxygen/22x22/
|
||||
share/icons/oxygen/22x22/apps/
|
||||
share/icons/oxygen/22x22/apps/phonon-xine.png
|
||||
share/icons/oxygen/32x32/
|
||||
share/icons/oxygen/32x32/apps/
|
||||
share/icons/oxygen/32x32/apps/phonon-xine.png
|
||||
share/icons/oxygen/48x48/
|
||||
share/icons/oxygen/48x48/apps/
|
||||
share/icons/oxygen/48x48/apps/phonon-xine.png
|
||||
share/icons/oxygen/64x64/
|
||||
share/icons/oxygen/64x64/apps/
|
||||
share/icons/oxygen/64x64/apps/phonon-xine.png
|
||||
share/icons/oxygen/scalable/
|
||||
share/icons/oxygen/scalable/apps/
|
||||
share/icons/oxygen/scalable/apps/phonon-xine.svgz
|
||||
share/kde4/
|
||||
share/kde4/services/
|
||||
share/kde4/services/phononbackends/
|
||||
share/kde4/services/phononbackends/gstreamer.desktop
|
||||
share/kde4/services/phononbackends/xine.desktop
|
||||
share/phonon/
|
||||
share/phonon/buildsystem/
|
||||
share/phonon/buildsystem/COPYING-CMAKE-SCRIPTS
|
||||
share/phonon/buildsystem/FindPhononInternal.cmake
|
||||
share/phonon/buildsystem/MacroEnsureVersion.cmake
|
||||
share/phonon/buildsystem/MacroLogFeature.cmake
|
||||
share/phonon/buildsystem/MacroOptionalFindPackage.cmake
|
||||
share/phonon/buildsystem/PhononMacros.cmake
|
||||
share/phonon/buildsystem/cmake_uninstall.cmake.in
|
||||
|
Loading…
Reference in New Issue
Block a user