Commit graph

1080 commits

Author SHA1 Message Date
Vincent Laporte d75ae6dee9 smplayer: 17.3.0 -> 17.4.2 2017-05-04 23:19:17 +02:00
Jonathan Rudenberg 8a978a7be3 kodi: init pvr-hdhomerun plugin at 2.4.7 2017-05-02 13:47:02 -04:00
José Romildo Malaquias cc5f1f54dc mkvtoolnix: 9.9.0 -> 11.0.0 (#25349)
Add dependency on Qt’s multimedia component, required for compilation
of the GUIs since version 11.0.0.
2017-05-02 10:09:51 +01:00
Jörg Thalheim d58c6a4730 Merge pull request #25364 from titanous/update-makemkv
makemkv: 1.10.4 -> 1.10.5
2017-05-01 16:24:23 +02:00
Cray Elliott c49a454210 mpv, xpra: depend on ffmpeg instead of ffmpeg_3_2
effectively updates them to depend on ffmpeg_3_3
2017-04-30 16:52:49 -07:00
Jonathan Rudenberg df7d1fccca makemkv: 1.10.4 -> 1.10.5 2017-04-30 16:31:10 -04:00
Peter Hoeg 229e3383f4 mpv: 0.24.0 -> 0.25.0 2017-04-24 15:42:55 +08:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Matthew Bauer 32d95b1f04
dvdauthor: supports darwin 2017-04-23 18:08:19 -05:00
aszlig b017935103
vlc: Fix build for Qt >= 5.7.0
This basically does something similar than the AUR build:

https://aur.archlinux.org/packages/vlc-qt5/

On our side, all there is to do is to force compiling using C++11 mode
and use a patch that the AUR package took from the following upstream
patchwork URL:

https://patches.videolan.org/patch/14061/

Instead of passing CXXFLAGS to the configure script, I'm using sed here
to make sure we don't override flags figured out by configure.

For example if ./configure is used with CXXFLAGS=-std=c++11 appended or
prepended, we have something like:

... -I../include   -std=c++11 -Wall -Wextra -Wsign-compare ...

While if we don't do that at all, we have something like:

... -I../include   -g -O2 -Wall -Wextra -Wsign-compare ...

Another way would be to use NIX_CFLAGS_COMPILE, but that would affect
even compilation of C code and thus resulting in a bunch of warnings
like this:

cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++
              but not for C

So with our approach the flags during build look much better:

... -I../include   -std=c++11 -g -O2 -Wall -Wextra -Wsign-compare ...

Another thing I've changed is that the vlc_qt5 attribute in
all-packages.nix now uses the latest Qt 5 version, because the build for
Qt >= 5.7.0 is now no longer broken.

I've also ordered the preConfigure attribute before the configureFlags
attribute, because it makes more sense in terms of context (pre ->
configure -> post).

Tested by building on x86_64-linux with libsForQt56.vlc, libsForQt58.vlc
and vlc (the Qt 4 version, just to be sure I didn't accidentally break
it).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ttuegel
2017-04-19 05:09:47 +02:00
zraexy 51770c85e4
streamlink: 0.3.0 -> 0.5.0 2017-04-17 01:24:28 +02:00
Patrick Callahan e760c7bd6a openshot-qt: 2.2.0 -> 2.3.1 (#24868)
* openshot-qt: 2.2.0 -> 2.3.1

* openshot-qt: use buildPythonApplication

* openshot: get dialogs in gtk environments working
2017-04-16 21:09:22 +02:00
Peter Hoeg 8356c6ca2f handbrake: 1.0.3 -> 1.0.7 2017-04-16 19:42:32 +08:00
Jean-Baptiste Giraudeau 40d46f9ca4 Kodi: use kodi fork of libdvdnav/libdvdread. Fix #24153 (dvd playback) 2017-04-07 07:55:07 +02:00
AndersonTorres fdd654a7a9 openshot-qt: 2.1.0 -> 2.2.0
Also, libopenshot and libopenshot-audio
are now directly referenced on all-packages.nix.
2017-03-30 00:53:22 -03:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Thomas Tuegel 8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Cray Elliott 7bd73bdba3 obs-studio: use upstream crash fixes, drop patch 2017-03-25 21:08:08 -07:00
Thomas Tuegel f77e6d03e9
openshot-qt: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:40 -05:00
Peter Hoeg 7833436098 kodi: 17.0 -> 17.1 2017-03-24 08:19:16 +08:00
Peter Hoeg b9f56c9f49 handbrake: force link libx265 2017-03-21 18:28:50 +08:00
Peter Hoeg f4f29bcd8b handbrake: 0.10.5 -> 1.0.3 2017-03-19 09:48:22 +08:00
Robin Gloster 4e2f802ce8
gnome_mplayer: fix src and build 2017-03-18 12:47:57 +01:00
Vincent Laporte 88d7718a64 mkvtoolnix-cli: fix build on darwin 2017-03-13 21:20:26 +00:00
José Romildo Malaquias 04290bbd14 mkvtoolnix: 9.8.0 -> 9.9.0 (#23827)
* mkvtoolnix: 9.8.0 -> 9.9.0

Starting with version 9.9.0 the man pages and their translations are
not pre-built and bundled with the source code. The tool "xsltproc"
and the DocBook XSL stylesheets for man pages are now required
dependencies to build them.
2017-03-13 22:16:38 +01:00
Cray Elliott 76836ee2c7 obs-studio: 18.0.0 -> 18.0.1
also add patch to fix a segfault, submitted upstream to obs-studio
2017-03-10 04:22:25 -08:00
Vincent Laporte 1fb6fc28cf smplayer: 17.2.0 -> 17.3.0 2017-03-08 23:02:03 +01:00
AndersonTorres 9ef30ce570
dvdstyler: init at 3.0.3 2017-03-06 17:36:28 +01:00
Jörg Thalheim 550f65a0f4 Merge pull request #23517 from michalrus/devede
devede: 3.23.0 → 4.8.8
2017-03-06 14:19:50 +01:00
Bart Brouns 633cd69453
simplescreenrecorder: 0.3.6 -> 0.3.8 2017-03-06 07:56:33 -05:00
Tomas Hlavaty 079c306c6e openshot-qt: remove myself from the maintainer list 2017-03-05 20:47:24 +01:00
Michal Rus 13a9059c55
devede: 3.23.0 → 4.8.8 2017-03-05 14:48:22 +01:00
Cray Elliott 0b7861dc7f obs-studio: 17.0.1 -> 18.0.0 2017-03-02 02:44:34 -08:00
Bjørn Forsman 3d104ab2b3 gst-plugins-base: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Bjørn Forsman 0591cd607b gst-plugins-good: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Bjørn Forsman 4b2c7fe3d1 gst-ffmpeg: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Bjørn Forsman 9e21b2c5e9 gst-python: align attrname with pkgname 2017-02-27 12:16:26 +01:00
Franz Pletz 78d3a11384
mpv: 0.23.0 -> 0.24.0 2017-02-26 10:26:12 +01:00
Daiderd Jordan bbc9b1ab2c
mpv: disable drmSupport on darwin 2017-02-25 21:34:54 +01:00
Thomas Tuegel 0ed156a216 Merge pull request #22977 from ttuegel/triage-kde4
Remove KDE 4 desktop packages
2017-02-25 12:21:44 -06:00
Jonathan Rudenberg 87d294fcdd kodi: Explicitly compile in libcec support
Adding this flag prevents silent breakage of CEC support.
2017-02-25 08:53:31 +01:00
Thomas Tuegel f28848cb4d
kde4.kdelibs -> kdelibs4
Our kdelibs4 package does not come from KDE 4, so per upstream's request I am
moving it out of the kde4 set.
2017-02-24 17:16:28 -06:00
Thomas Tuegel 9af7f6b9d4
Remove kde4.kdenlive and dependencies
- Already updated to KDE 5 in Nixpkgs
2017-02-24 16:49:03 -06:00
Thomas Tuegel 6e1d64a3c0
Remove kde4.bangarang
- No upstream activity
2017-02-24 16:49:03 -06:00
Thomas Tuegel f228ea5215 Merge pull request #22698 from FRidh/kde
KDE: update frameworks and applications
2017-02-14 12:54:39 -06:00
Frederik Rietdijk d375d7b354 kmplayer: file not available via new mirror either 2017-02-13 09:55:40 +01:00
Robert Helgesson 446aa6834a
subtitle-editor: fix build
Apply Debian patch that makes the project build with later GStreamer
versions.
2017-02-12 21:14:09 +01:00
Vincent Laporte 4464199779 smplayer: 17.1.0 -> 17.2.0 2017-02-11 13:55:07 +01:00
Vincent Laporte 980565bca0 smtube: 16.7.2 -> 17.1.0 2017-02-11 13:46:42 +01:00
Edward Tjörnhammar 7d8a6ef1fd
kodiPlugins.exodus: 2.0.12 -> 3.0.5 2017-02-09 21:18:57 +01:00
Graham Christensen 8608f91661
gnash: remove due to removal of ming 2017-02-06 21:23:40 -05:00
Carles Pagès c54f47b013 kodiPlugins.pvr-hts: 3.4.4 -> 3.4.16 2017-02-03 23:13:41 +01:00
Nikolay Amiantov de9017ee68 vokoscreen: don't use qt.full 2017-02-03 18:21:16 +03:00
Edward Tjörnhammar 62dc683096
kodiPlugins: updates
* Added exodus in favour of genesis, same developer and old plugin is dead
  * Added gamepad(controllers) inputs as enableControllers
  * Updated SVTPlay, HyperLauncher
  * Removed SALTS, doesn't work without a FHS
2017-02-02 21:12:55 +01:00
Carles Pagès d211d7c440
kodiPlugins.pvr-hts: update to 3.4.4 for kodi17
Updated pvr-hts plugin to latest version to work with kodi 17. Had to
update libcec as well, to pick the name change.
2017-02-02 21:12:54 +01:00
Edward Tjörnhammar a70b4f7b38
kodi: 16.1 -> 17.0 2017-02-02 21:12:54 +01:00
Lluís Batlle 8389060731 Updating shotcut to 17.02. 2017-02-02 10:25:47 +01:00
goibhniu 8605cdc898 Merge pull request #22207 from league/vokoscreen
vokoscreen: init at 2.5.0
2017-02-02 09:51:44 +01:00
Damien Cassou 58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Nikolay Amiantov db99892817 treewide: quote homepages in my packages 2017-01-31 03:27:10 +03:00
Lluís Batlle i Rossell 8d5b2e66bd Updating shotcut to 17.01 and fixing its jobs 2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell 91686f2d37 Add fixed cinelerra
I don't know what version to choose
2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell 20465bedee Updating shotcut and melt. 2017-01-28 20:12:51 +01:00
Christopher League c1c7d2894d vokoscreen: init at 2.5.0
vokoscreen is an easy to use screencast creator to record educational
videos, live recordings of browser, installation, videoconferences, etc.

It uses Qt5 and ffmpeg.
2017-01-27 16:08:34 -05:00
Graham Christensen 2427ba2a39 Merge pull request #22157 from MP2E/obs_studio_update
obs-studio: 0.15.2 -> 17.0.1
2017-01-26 21:37:01 -05:00
Cray Elliott 2598d77968 obs-studio: 0.15.2 -> 17.0.1
upstream version scheme change, this is the equivalent of 0.17.1
2017-01-25 18:55:59 -08:00
Franz Pletz a8a5d3dcf8
clipgrab: 3.6.1 -> 3.6.2 2017-01-26 03:52:48 +01:00
Yorick van Pelt 2a939c4b21 streamlink: 0.0.2 -> 0.3.0 2017-01-25 19:12:49 +01:00
romildo e98aa7832c mkvtoolnix: 9.6.0 -> 9.8.0
- Update mkvtoolnix to v9.8.0
- Add a build dependency on drake, because it is not bundled with
  mkvtoolnix anymore since v9.8.0
2017-01-24 18:50:56 -02:00
Vincent Laporte 1f0d5bfcf9 smplayer: 16.11.0 -> 17.1.0 2017-01-21 19:56:06 +01:00
Carles Pagès fd400ced6b Rename page to cpages to match github
I also updated the mail.
2017-01-20 16:55:29 +01:00
Daiderd Jordan 2b0ca8dc5d Merge pull request #21681 from matthewbauer/anki
Anki: Darwin support
2017-01-18 21:41:11 +01:00
Matthew Bauer 0ede72738d
mplayer: add darwin platform 2017-01-17 19:49:05 -06:00
Clemens Lutz fe6e4e2464 makemkv: 1.9.10 -> 1.10.4 2017-01-14 18:33:35 +01:00
Vincent Laporte 139ed790da qarte: 3.2.0+146 -> 3.2.0+158 2017-01-14 17:04:51 +01:00
Vincent Laporte d535b2df06 smtube: 16.1.0 -> 16.7.2 2017-01-14 14:09:20 +01:00
Vincent Laporte a04337d5c8 smplayer: 16.1.0 -> 16.11.0 2017-01-14 13:44:19 +01:00
Bjørn Forsman 05bb3fe22e avidemux: 2.6.16 -> 2.6.18 2017-01-12 20:13:12 +01:00
Stefan Götz 9280174493 mpv: 0.22.0 -> 0.23.0 2017-01-10 22:42:29 +01:00
Frederik Rietdijk 4187179f7b Merge pull request #21455 from puffnfresh/package/Natron
natron: init at 2.1.9
2017-01-06 08:22:08 +01:00
Brian McKenna f133475370 natron: init at 2.1.9 2017-01-06 15:49:35 +11:00
Bjørn Forsman 26dc6dab4c avidemux: 2.6.15 -> 2.6.16 2017-01-03 20:27:25 +01:00
Joachim Fasting 52cb1df30c
kodi/wrapper: fix typo, preferLocalBuilds -> preferLocalBuild 2016-12-14 03:48:44 +01:00
romildo ae1fa72a48 mkvtoolnix: 9.5.0 -> 9.6.0 2016-12-02 20:55:34 -02:00
Nikolay Amiantov 91fd6b04aa libquvi: specify glib dependency 2016-11-24 01:17:55 +03:00
Nikolay Amiantov 79b0a9bf39 avidemux: 2.6.12 -> 2.6.15 2016-11-24 01:17:54 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Franz Pletz 1305691cec
mpv: 0.21.0 -> 0.22.0 2016-11-23 13:23:32 +01:00
Pascal Wittmann f7e0bc2ae7
Make all meta.maintainers attributes lists 2016-11-20 18:06:03 +01:00
= 56fdd19bc8
w_scan: init at 20161022 2016-11-14 17:20:23 +01:00
Brian McKenna c950840544 motion: init at 4.0.1 2016-11-08 10:55:13 +11:00
Franz Pletz 12088f2ba1
mpv: add support for drm, fixes vaapi 2016-11-03 12:54:26 +01:00
zraexy e675b2c0de streamlink: 1.14.0-rc1 -> 0.0.2
Update streamlink to 0.0.2
1.14.0-rc1 was not an official release
2016-10-31 20:07:49 +02:00
Frederik Rietdijk 7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Stefan Goetz 9ed93637a3 mpv: 0.20.0 -> 0.21.0 (#19873) 2016-10-26 02:11:56 +02:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
romildo 766c0c1ec9 mkvtoolnix: 9.4.2 -> 9.5.0 2016-10-21 14:57:01 -02:00
Frederik Rietdijk 8fb03df1c1 handbrake: use python2 2016-10-18 23:16:08 +02:00
Frederik Rietdijk 7af8b221fd kodi: use python2 2016-10-18 23:16:05 +02:00
Vladimír Čunát 6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00