summary refs log tree commit diff
path: root/pkgs/development/libraries/phonon
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03libsForQt5.phonon: unbreak on darwinWeijia Wang1-1/+0
2023-04-24plasma5Packages.kactivities: refactorWeijia Wang1-1/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89012-4/+0
2022-06-26libsForQt5.phonon-backend-gstreamer: backport fix for ↵Zane van Iperen1-4/+12
https://bugs.kde.org/show_bug.cgi?id=445196
2022-02-24libsForQt5.phonon-backend-vlc: 0.11.2 -> 0.11.3R. RyanTM1-4/+5
* libsForQt5.phonon-backend-vlc: 0.11.2 -> 0.11.3 (#149566) and update meta attributes Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-08-10backends: formatSandro Jäckel1-9/+7
2021-08-09Merge pull request #112359 from r-ryantm/auto-update/phonon-backend-vlcDoron Behar1-2/+2
libsForQt5.phonon-backend-vlc: 0.11.1 -> 0.11.2
2021-02-08libsForQt5.phonon-backend-vlc: 0.11.1 -> 0.11.2R. RyanTM1-2/+2
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel3-0/+6
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob3-5/+5
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer3-7/+7
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-11-13phonon: update meta.homepageEvils1-1/+1
2020-09-25phonon-backend-vlc: use libvlcThomas Tuegel1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-12-29libsForQt5.phonon-backend-gstreamer: remove DESTDIRJan Tojnar1-4/+0
Originally introduced in 128901e09fd7cdd8f1fd8af2753dba54bf86c0f1, it no longer appears to be necessary.
2019-11-24Merge staging-next into stagingFrederik Rietdijk3-67/+76
2019-11-22phonon: remove qt4Jan Tojnar1-22/+20
Qt4 is no longer supported. https://phabricator.kde.org/D22688 Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22libsForQt5.phonon-backend-vlc: 0.9.0 → 0.11.1Jan Tojnar1-23/+22
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745). Requires qttools for Qt5LinguistTools. Qt4 support removed since Phonon no longer supports it either. Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22libsForQt5.phonon-backend-gstreamer: 4.9.0 → 4.10.0Jan Tojnar1-20/+21
Required to build with Phonon 4.11 (https://github.com/NixOS/nixpkgs/pull/71745). Not having this blocks the channels. Requires qttools for Qt5LinguistTools. Qt4 support removed since Phonon no longer supports it either. Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-10-22libsForQt5.phonon: 4.10.3 -> 4.11.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/phonon-qt5/versions
2019-08-28treewide: remove redundant recvolth3-3/+3
2019-08-04libsForQt5.phonon: 4.10.2 -> 4.10.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/phonon-qt5/versions
2019-04-08phonon: 4.10.1 -> 4.10.2 (#54157)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/phonon-qt4/versions
2019-03-11libsForQt5.phonon-backend-vlc: 0.10.1 -> 0.10.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/phonon-backend-vlc-qt5/versions
2018-10-25phonon-backend-vlc: add licenseMarkus Kowalewski1-0/+1
2018-10-25phonon-backend-gstreamer: add licenseMarkus Kowalewski1-0/+1
2018-06-26phonon-backend-vlc: use qt5 by defaultMaximilian Bosch1-7/+8
`minitube` is currently broken transitively due to the broken `phonon-backend-qt4`: https://hydra.nixos.org/build/76523277 Although QT4 is fairly old, this package is still built with `qt4` ATM, however QT5 is available as well. After this change, QT5 will be built by default and in case anybody requires legacy QT4 it has to be enabled explicitly like this: ``` with import <nixpkgs> { }; phonon-backend-vlc.override { withQt4 = true; } ``` Now the QT5-only build can be used (which fixes `minitube`) and there are no confusions anymore with the build dependencies. Previously `phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by default which was likely responsible for broken `minitube`.
2018-06-12phonon: 4.9.1 -> 4.10.1Bastian Köcher1-2/+2
This update fixes also the compilation with Qt 5.11.
2018-05-02phonon-backend-vlc: 0.9.0 -> 0.10.1Vaibhav Sagar1-2/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-10-11phonon: set paths for multiple outputsThomas Tuegel1-3/+30
phonon was not set up for multiple outputs; in fact, some of the single-output paths were incorrect, such as the path to install Qt 5 plugins.
2017-08-22treewide: homepage URL fixes (#28475)Matthew Justin Bauer3-3/+3
* pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
2017-03-14Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2-5/+35
Conflicts: pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-10Merge branch 'master' into phonon-gstreamerThomas Tuegel1-0/+4
2017-03-10phonon-backend-gstreamer: hardcode gstreamer plugin pathsThomas Tuegel2-5/+35
2017-03-07Merge branch 'master' into stagingVladimír Čunát1-0/+4
2017-03-06phonon-backend-gstreamer: don't create $out/$out/share/iconsBenno Fünfstück1-0/+4
The build system tries to update the mtime of the icons directory if `DESTDIR` is unset. That code has bug though that does not deal well with absolute `CMAKE_SHARE_PREFIX` resulting a double prefix bug. Setting `DESTDIR=/` (should be a no-op) fixes this.
2017-03-04phonon: 4.9.0 -> 4.9.1Thomas Tuegel1-2/+2
Fix build failure with Qt 5.8.0
2017-02-27extra-cmake-modules: Lift Qt dependencyThomas Tuegel1-2/+4
2017-02-27Separate Qt 5 packages from dependent librariesThomas Tuegel1-2/+2
2016-08-23treewide: Make explicit that 'dev' output of gst_all_1.gstreamer is usedTuomas Tynkkynen1-1/+1
2016-07-29phonon: explicitly select Qt 4 vs. Qt 5Thomas Tuegel3-8/+10
2016-05-10phonon: remove qtquick1 inputThomas Tuegel1-3/+2
2016-04-23phonon: fix src urlsThomas Tuegel3-3/+3
2016-04-22phonon-backend-vlc: init at 0.9.0Thomas Tuegel1-0/+39
2016-04-22phonon: 4.8.3 -> 4.9.0Thomas Tuegel2-15/+57
- Removed phonon-backend-vlc. - Moved qt5.phonon to kde5.phonon.
2016-04-20phonon: fix evaluation errorThomas Tuegel1-0/+54