Port details |
- qt5-phonon4-gstreamer GStreamer backend for Phonon 4 Qt 5
- 4.9.0_2 multimedia
=0 4.9.0_2Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2015-04-05 18:04:15
- Last Update: 2018-06-21 16:52:09
- SVN Revision: 472983
- License: LGPL21
- WWW:
- http://phonon.kde.org
- Description:
- This port provides the GStreamer backend for Phonon 4 Qt 5.
WWW: http://phonon.kde.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qt5-phonon4-gstreamer>0:multimedia/qt5-phonon4-gstreamer
- No installation instructions:
- This port has been deleted.
- PKGNAME: qt5-phonon4-gstreamer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1472999371
SHA256 (KDE/phonon-backend-gstreamer-4.9.0.tar.xz) = cec3e5ece1261d344b68363ef0606ebf49772628ba94bb55b0c0d18773b885f1
SIZE (KDE/phonon-backend-gstreamer-4.9.0.tar.xz) = 75960
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- ECMConfig.cmake : devel/kf5-extra-cmake-modules
- pkgconf>=1.3.0_1 : devel/pkgconf
- libGL.so : graphics/mesa-libs
- glproto.pc : x11/glproto
- dri2proto.pc : x11/dri2proto
- dri3proto.pc : x11/dri3proto
- gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
- moc : devel/qt5-buildtools
- qmake : devel/qt5-qmake
- Runtime dependencies:
-
- ECMConfig.cmake : devel/kf5-extra-cmake-modules
- libGL.so : graphics/mesa-libs
- gstreamer1-plugins>=1.4 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libgstreamer-1.0.so : multimedia/gstreamer1
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5OpenGL.so : graphics/qt5-opengl
- libphonon4qt5.so : multimedia/qt5-phonon4
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qt5-phonon4-gstreamer-4.9.0_2:
GST_PLUGINS=off: Install GStreamer plugins
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake:outsource kde:5 pkgconfig tar:xz qmake:_env gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.0_2 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
4.9.0_2 19 May 2018 06:26:01 |
tcberner |
multimedia/qt5-phonon4* readd/bump PORTREVISION
* Due to a bad sed /d call qt5-phonon4 ports lost their PORTREVISIONS, readd and
bump them.
Reported by: VVD (in IRC) |
4.9.0 18 May 2018 12:27:44 |
rakuco |
Update the Qt5 ports to 5.10.1.
The work was done by tcberner and myself, with thanks to antoine for the
exp-run.
Not a lot to report compared to other Qt5 updates:
* net/qt5-network is still broken with LibreSSL. I said this in a commit
message ages ago but it bears repeating: upstream is open to adding support
for LibreSSL, but someone needs to step up to maintain it upstream, otherwise
things will continue to be broken all the time.
* www/qt5-webengine is a huge monster that is terrible to update, just like
www/chromium itself is. We (kde@) have decided to keep using the 5.9 series
for the time being, as it should be compatible with the rest of Qt anyway. It
was updated to 5.9.5, the latest 5.9 release at the time of writing.
PR: 228213 |
4.9.0_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
4.9.0 14 Nov 2016 16:12:57 |
tcberner |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX> (Only the first 15 lines of the commit message are shown above ) |
4.9.0 23 Oct 2016 13:57:04 |
rakuco |
Switch to an out-of-source CMake build. |
4.9.0 05 Oct 2016 15:23:41 |
tcberner |
Fix build of multimedia/qt5-phonon-gstreamer
In r421340 there was an unfortunate mistake when realphabetizing the USE_QT5
components, and 'phonon4' became a 'phonon'.
Approved by: rakuco (mentor)
MFH: 2016Q4 |
4.9.0 04 Sep 2016 14:30:14 |
rakuco |
Update Phonon to 4.9.0.
Release notes:
- https://community.kde.org/Phonon/Releases/Core/4.9.0
- https://community.kde.org/Phonon/Releases/GStreamer/4.9.0
- https://community.kde.org/Phonon/Releases/VLC/0.9.0
This release fixes the build with the upcoming Qt 5.6, which was failing like
this:
/usr/bin/c++ -O2 -pipe -fstack-protector -fno-strict-aliasing
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall
-W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common
-fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden
-Wno-return-type-c-linkage
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o -o cmTC_08ed6
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o:(.qtversion[qt_version_tag]+0x0):
undefined reference to `qt_version_tag'
Most of the work was done by tcberner@.
PR: 211916 |
4.8.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.8.2 28 Sep 2015 20:33:54 |
kwm |
Fix build with GStreamer 1.6.0. |
4.8.2 05 Apr 2015 18:03:57 |
makc |
- Add ports for Qt 5 variety of Phonon 4
- Introduce new USE_QT5 component: phonon4
Based on patches submitted by Tobias C.Berner <tcberner@gmail.com>
via kde-freebsd maillist:
https://mail.kde.org/pipermail/kde-freebsd/2015-January/018741.html |