Commit Graph

65 Commits

Author SHA1 Message Date
Sandro Jäckel
4a698c6580
backends: format 2021-08-10 10:19:32 +02:00
Doron Behar
aa5f2aceb3
Merge pull request #112359 from r-ryantm/auto-update/phonon-backend-vlc
libsForQt5.phonon-backend-vlc: 0.11.1 -> 0.11.2
2021-08-09 05:53:08 +00:00
R. RyanTM
1bfbe393c2 libsForQt5.phonon-backend-vlc: 0.11.1 -> 0.11.2 2021-02-08 02:52:51 +00:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Evils
13419bf372 phonon: update meta.homepage 2020-11-13 11:05:56 +01:00
Thomas Tuegel
fff4504bc9
phonon-backend-vlc: use libvlc 2020-09-25 10:47:43 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Jan Tojnar
0ea38bd65a
libsForQt5.phonon-backend-gstreamer: remove DESTDIR
Originally introduced in 128901e09f,
it no longer appears to be necessary.
2019-12-29 21:31:24 +01:00
Frederik Rietdijk
1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Jan Tojnar
62a09e7029
phonon: remove qt4
Qt4 is no longer supported.

https://phabricator.kde.org/D22688

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-11-22 20:25:48 +01:00
Jan Tojnar
c3c30bc59e
libsForQt5.phonon-backend-vlc: 0.9.0 → 0.11.1
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-22 20:25:29 +01:00
Jan Tojnar
c6147f7ec8
libsForQt5.phonon-backend-gstreamer: 4.9.0 → 4.10.0
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-22 20:24:43 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
R. RyanTM
1d1cbbc3e6 libsForQt5.phonon: 4.10.3 -> 4.11.1
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-10-22 20:04:04 -07:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
R. RyanTM
403d64a705 libsForQt5.phonon: 4.10.2 -> 4.10.3
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-04 23:30:44 -07:00
R. RyanTM
b7639bc540 phonon: 4.10.1 -> 4.10.2 (#54157)
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-04-08 22:49:15 +02:00
R. RyanTM
f64cf13b7b libsForQt5.phonon-backend-vlc: 0.10.1 -> 0.10.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
2019-03-11 03:13:55 -07:00
Markus Kowalewski
78b12734ee
phonon-backend-vlc: add license 2018-10-25 23:10:20 +02:00
Markus Kowalewski
0badfc2b6e
phonon-backend-gstreamer: add license 2018-10-25 23:10:20 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
`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-26 17:34:34 +02:00
Bastian Köcher
5fe81d07ba phonon: 4.9.1 -> 4.10.1
This update fixes also the compilation with Qt 5.11.
2018-06-12 14:27:11 +02:00
Vaibhav Sagar
a3f5c424f7 phonon-backend-vlc: 0.9.0 -> 0.10.1 2018-05-02 12:26:54 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Thomas Tuegel
bf37ecac6a
phonon: set paths for multiple outputs
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-10-11 18:28:07 -05:00
Matthew Justin Bauer
2eacddf0dc treewide: homepage URL fixes (#28475)
* 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-08-22 20:50:04 +02:00
Tuomas Tynkkynen
aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Thomas Tuegel
64b88c3017 Merge branch 'master' into phonon-gstreamer 2017-03-10 07:30:14 -06:00
Thomas Tuegel
5a05f6f483
phonon-backend-gstreamer: hardcode gstreamer plugin paths 2017-03-10 07:26:39 -06:00
Vladimír Čunát
b86b7c04a3
Merge branch 'master' into staging 2017-03-07 21:59:32 +01:00
Benno Fünfstück
128901e09f phonon-backend-gstreamer: don't create $out/$out/share/icons
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-06 13:25:12 +01:00
Thomas Tuegel
8ec7f51167
phonon: 4.9.0 -> 4.9.1
Fix build failure with Qt 5.8.0
2017-03-04 15:08:47 -06:00
Thomas Tuegel
127bf18a35
extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
Thomas Tuegel
4f2e7a0424
Separate Qt 5 packages from dependent libraries 2017-02-27 11:49:04 -06:00
Tuomas Tynkkynen
526aee8340 treewide: Make explicit that 'dev' output of gst_all_1.gstreamer is used 2016-08-23 03:52:06 +03:00
Thomas Tuegel
2f32588a8f phonon: explicitly select Qt 4 vs. Qt 5 2016-07-29 10:29:41 -05:00
Thomas Tuegel
05bbe4fa55 phonon: remove qtquick1 input 2016-05-10 20:09:15 -05:00
Thomas Tuegel
cbaca6aa71 phonon: fix src urls 2016-04-23 09:54:51 -05:00
Thomas Tuegel
b4ff81ffd6 phonon-backend-vlc: init at 0.9.0 2016-04-22 08:11:10 -05:00
Thomas Tuegel
8b585cc9f5 phonon: 4.8.3 -> 4.9.0
- Removed phonon-backend-vlc.
- Moved qt5.phonon to kde5.phonon.
2016-04-22 07:56:02 -05:00
Thomas Tuegel
3ecbb214b6 phonon: fix evaluation error 2016-04-20 10:15:10 -05:00
Thomas Tuegel
01b171c877 phonon: fix build after cmake setup hook changes 2016-04-20 10:01:06 -05:00
Thomas Tuegel
9a91200e9e phonon: Qt 5 infrastructure update 2015-12-20 07:56:41 -06:00
Thomas Tuegel
52798834a8 phonon: build with Qt 5.5 2015-09-27 15:08:08 -05:00
William A. Kennington III
45a7d4829e phonon: Fix building (on gcc5 maybe) 2015-06-24 21:57:59 -07:00
William A. Kennington III
b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Thomas Tuegel
5d1f6ad57c qt5: make qt-5.4.1 default 2015-03-24 17:14:56 -05:00