Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Vincent Laporte
ef15478313
qarte: use pyqt5_with_qtmultimedia
...
Otherwise, qarte fails at run-time with:
> from PyQt5.QtMultimedia import QMediaPlayer
> ModuleNotFoundError: No module named 'PyQt5.QtMultimedia'
2019-08-27 06:00:08 +00:00
Vincent Laporte
e063d084de
qarte: use qt5’s mkDerivation
...
See #65399
2019-08-27 05:57:23 +00:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Peter Hoeg
83fe813941
Merge pull request #64383 from peterhoeg/u/kodi
...
kodi: 18.1 -> 18.3
2019-08-26 14:41:12 +08:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jan Tojnar
0c20b6a9df
Merge pull request #67256 from jtojnar/celluloid-0.17
...
celluloid: 0.16 → 0.17
2019-08-22 20:23:12 +02:00
Jan Tojnar
991c1ebeb1
celluloid: 0.16 → 0.17
...
Renamed from gnome-mpv.
https://github.com/celluloid-player/celluloid/releases/tag/v0.17
2019-08-22 19:47:07 +02:00
Marek Mahut
e17822c853
Merge pull request #67143 from r-ryantm/auto-update/shotcut
...
shotcut: 19.07.15 -> 19.08.16
2019-08-21 22:36:25 +02:00
Vladimír Čunát
a887feda74
vlc: 3.0.7.1 -> 3.0.8 (security)
...
https://www.videolan.org/security/sb-vlc308.html
I've been using it briefly without any issues; the NEWS seem fairly safe:
https://www.videolan.org/developers/vlc-branch/NEWS
2019-08-21 21:43:46 +02:00
R. RyanTM
91c187fb6c
shotcut: 19.07.15 -> 19.08.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2019-08-20 17:40:07 -07:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
...
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
Marek Mahut
c834dc9b2a
Merge pull request #66991 from r-ryantm/auto-update/mkvtoolnix
...
mkvtoolnix: 35.0.0 -> 36.0.0
2019-08-20 19:38:38 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
R. RyanTM
7fae3a2460
mkvtoolnix: 35.0.0 -> 36.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-08-19 16:00:59 -07:00
Marek Mahut
c9d957afc1
Merge pull request #66875 from r-ryantm/auto-update/dvdstyler
...
dvdstyler: 3.1 -> 3.1.2
2019-08-19 10:01:04 +02:00
R. RyanTM
4db5a101e8
dvdstyler: 3.1 -> 3.1.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/dvdstyler/versions
2019-08-18 23:32:26 -07:00
worldofpeace
27dbf754e3
Merge pull request #66684 from vbgl/mkvtoolnix-qt-mkDerivation
...
mkvtoolnix: use wrapQtApp
2019-08-18 17:58:06 -04:00
Vincent Laporte
b43c368bda
mkvtoolnix: use wrapQtApp
...
See #65399
2019-08-18 17:56:37 -04:00
Marek Mahut
fcacab714d
Merge pull request #66804 from r-ryantm/auto-update/clipgrab
...
clipgrab: 3.8.3 -> 3.8.4
2019-08-18 22:24:03 +02:00
Marek Mahut
f39b94cb71
clipgrab: use qt5’s mkDerivation
2019-08-18 13:59:27 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
R. RyanTM
2784331d15
clipgrab: 3.8.3 -> 3.8.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipgrab/versions
2019-08-17 15:34:15 -07:00
R. RyanTM
5b8f8a6177
avidemux: 2.7.3 -> 2.7.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avidemux/versions
2019-08-17 10:33:37 -07:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Frederik Rietdijk
fe9a3e3e63
Merge staging-next into staging
2019-08-17 09:39:23 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Vincent Laporte
6bb07c80bf
smtube: use qt5’s mkDerivation
...
See #65399
2019-08-14 14:43:11 +00:00
Vincent Laporte
95ec53813a
smplayer: use qt5’s mkDerivation
...
See #65399
2019-08-14 14:43:11 +00:00
worldofpeace
248791870f
Merge pull request #65785 from rawkode/feature/qtwrap-shotcut
...
shotcut: use qt5's mkDerivation
2019-08-09 10:31:01 -04:00
David McKay
cc1f808891
shotcut: use qt5's mkDerivation
2019-08-09 10:27:39 -04:00
Bjørn Forsman
a920c2aabd
v4l-utils: align attr with pkg name
2019-08-07 20:44:13 +02:00
Emmanuel Rosa
f6b4c024cd
openshot: use wrapQtAppsHook
...
See #65399
2019-08-06 09:37:44 -04:00
Frederik Rietdijk
d20a59d2e5
Merge master into staging-next
2019-08-02 23:27:18 +02:00
David McKay
0a54b3eeb0
vokoscreen: use qt5's mkDerivation
2019-08-02 13:58:00 +01:00
Frederik Rietdijk
55e4555b77
Merge master into staging-next
2019-08-01 09:42:54 +02:00
Jörg Thalheim
33c6b28a78
makemkv: modernize derivation ( #65608 )
...
makemkv: modernize derivation
2019-07-31 09:25:47 +01:00
Daniël de Kok
2240ddcf8c
makemkv: modernize derivation
...
- Use libsForQt5.callPackage
- Replace separate builder.sh script
- Replace patchelf call by autoPatchElfHook
- Use ffmpeg in place of libav
2019-07-31 08:11:40 +02:00
Michael Weiss
14ce4947b2
k9copy, kpmcore: Mark as broken
...
See: https://github.com/NixOS/nixpkgs/pull/63260#pullrequestreview-251601561
The build for kpmcore is only broken when the Qt version is older than
5.12.
2019-07-30 19:53:58 +02:00
Graham Christensen
c547924878
obs-studio: use qt's mkDerivation to fix xcb plugin abort
2019-07-30 08:26:00 -04:00
Peter Hoeg
e712667ffd
kodi: 18.1 -> 18.3
2019-07-29 15:07:26 +08:00
worldofpeace
d06d718264
Merge pull request #65518 from jokogr/f/vlc_use_wrapqtappshook
...
vlc: use wrapQtAppsHook
2019-07-28 22:21:50 -04:00
worldofpeace
22f8aa4b90
Merge pull request #65458 from ck3d/svdrpsend-fix
...
vdr: fix shebang of svdrpsend
2019-07-28 17:35:14 -04:00
Ioannis Koutras
20b09bee14
vlc: use wrapQtAppsHook
2019-07-28 20:19:11 +02:00
Christian Kögler
09a6b262c4
vdr: fix shebang of svdrpsend
2019-07-28 11:37:57 +02:00
Frederik Rietdijk
cca5ee9c07
Merge staging-next into staging
2019-07-28 09:10:03 +02:00
Aaron Andersen
d01fa1dc36
Merge pull request #65450 from titanous/ccextractor
...
ccextractor: init at 0.88
2019-07-27 21:41:42 -04:00
Jonathan Rudenberg
467b92cf32
ccextractor: init at 0.88
2019-07-27 21:09:12 -04:00
Averell Dalton
8b401ea18a
plex-media-player: fix startup using wrapQtAppsHook
2019-07-25 23:44:20 +02:00
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
R. RyanTM
0890e94321
dvdstyler: 3.0.4 -> 3.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/dvdstyler/versions
2019-07-20 12:59:15 +02:00
Bart Brouns
ca90de12ef
shotcut: 19.02.28 -> 19.07.15
2019-07-20 12:54:53 +02:00
Benjamin Esham
765cd8c2ed
handbrake: fix Darwin build by turning off GUI support
...
This involved several pieces:
- Always disable GTK GUI support under Darwin. The gtk3 package depends
transitively on dbus, which depends transitively on systemd, which is
not currently supported on Darwin. (I gather that it may be possible
to work around this in the future.)
- Also disable the native GUI support under Darwin (using the
--disable-xcode flag). Building this GUI would require using the Xcode
build system, which I was not able to figure out how to do; for now,
all builds on Darwin are command-line-only.
- Add the lzma package as a dependency on all platforms.
- Add dependencies on the AudioToolbox, Foundation, libobjc, and
VideoToolbox packages on Darwin.
2019-07-19 13:16:11 -04:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
Mario Rodas
5bcc6cecb3
Merge pull request #64041 from r-ryantm/auto-update/gpac
...
gpac: 0.7.1 -> 0.8.0
2019-07-14 21:29:26 -05:00
Frederik Rietdijk
79a03641d5
Merge staging-next into staging
2019-07-09 15:46:26 +02:00
Frederik Rietdijk
74c24385cb
Merge master into staging-next
2019-07-09 15:46:00 +02:00
Frederik Rietdijk
7cf5909fad
Merge staging-next into staging
2019-07-09 15:44:08 +02:00
Gabriel Ebner
f674ead30f
mjpg-streamer: 2016-03-08 -> unstable-2019-05-24
2019-07-07 16:02:55 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
...
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
...
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers
2019-07-05 10:42:08 -05:00
Ryan Mulligan
83143ac4c2
Merge pull request #64084 from r-ryantm/auto-update/mkvtoolnix
...
mkvtoolnix: 34.0.0 -> 35.0.0
2019-07-03 05:48:39 -07:00
Frederik Rietdijk
25a77b7210
Merge staging-next into staging
2019-07-03 08:59:42 +02:00
R. RyanTM
ad1be0083c
smtube: 18.11.0 -> 19.6.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smtube/versions
2019-07-03 08:31:49 +02:00
Aaron Andersen
ed952d43b9
Merge pull request #63878 from solson/plex-media-player-update
...
plex-media-player: 2.23.0 -> 2.36.0
2019-07-02 20:31:20 -04:00
R. RyanTM
df42799672
mkvtoolnix: 34.0.0 -> 35.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-07-01 18:04:47 -07:00
worldofpeace
3ddbe024f7
Merge pull request #61853 from worldofpeace/exiv2-0.27.x
...
exiv2: 0.26.2018.12.30 -> 0.27.1
2019-07-01 16:57:57 -04:00
worldofpeace
eb9eef12fc
Revert "clipgrab: add comment about backporting"
...
This reverts commit f449ef7e0b
.
2019-07-01 16:35:39 -04:00
MarcFontaine
f449ef7e0b
clipgrab: add comment about backporting
2019-07-01 16:07:58 -04:00
MarcFontaine
17fafbb531
clipgrab: 3.8.2 -> 3.8.3
2019-07-01 16:07:57 -04:00
R. RyanTM
903a46534a
gpac: 0.7.1 -> 0.8.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gpac/versions
2019-07-01 09:58:07 -07:00
worldofpeace
cab7c6cbd9
treewide: use dontConfigure
2019-07-01 04:23:51 -04:00
Scott Olson
63e6881290
plex-media-player: 2.23.0 -> 2.36.0
2019-06-27 18:03:16 -06:00
worldofpeace
cee981f031
mythtv: fix build with exiv2 0.27.1
2019-06-27 03:18:06 -04:00
markuskowa
902dbe7a3e
Merge pull request #63630 from ck3d/vdr-2.4.1
...
vdr: 2.4.0 -> 2.4.1
2019-06-24 10:32:31 +02:00
Christian Kögler
5e26875f77
vdr: 2.4.0 -> 2.4.1
2019-06-21 20:52:05 +02:00
volth
d42a787417
fix ofborg evaluations broken in #63113
2019-06-20 19:01:58 +00:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
...
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
worldofpeace
df4415a14a
Merge pull request #63455 from r-ryantm/auto-update/vlc
...
libsForQt5.vlc: 3.0.7 -> 3.0.7.1
2019-06-18 17:33:07 -04:00
R. RyanTM
fe6259ea97
libsForQt5.vlc: 3.0.7 -> 3.0.7.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/vlc/versions
2019-06-18 09:45:23 -07:00
Ryan Mulligan
a8a45b4109
Merge pull request #63315 from r-ryantm/auto-update/obs-studio
...
obs-studio: 23.1.0 -> 23.2.1
2019-06-18 07:26:30 -07:00
Christian Kögler
10d9abb1eb
vdr-xineliboutput: introduced review comments
2019-06-17 18:48:48 +02:00
R. RyanTM
666dc54667
obs-studio: 23.1.0 -> 23.2.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/obs-studio/versions
2019-06-17 03:23:31 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Jan Tojnar
9e480c5dfa
gnome-mpv: use external patch
2019-06-16 12:15:10 +02:00
Chris Rendle-Short
28070039ae
gnome-mpv: 0.13 -> 0.16
2019-06-16 13:01:02 +10:00
Daniël de Kok
0b28ad249a
makemkv: 1.14.3 -> 1.14.4
...
Changes:
- Support for AACS v70
- Many small improvements
2019-06-15 11:01:13 +02:00
Christian Kögler
8eafd21f9e
initial vdr plugin xineliboutput-2.1.0
...
Needed to patch package xineLib to fix usage of XINE_PLUGIN_PATH .
2019-06-14 10:04:27 +02:00
Will Dietz
02e6a5fd12
vlc: 3.0.7 - security!
...
http://www.jbkempf.com/blog/post/2019/VLC-3.0.7-and-security
NEWS here: https://www.videolan.org/developers/vlc-branch/NEWS
(will likely always point to latest release, FWIW, scroll as needed)
2019-06-10 07:02:24 -05:00
Vladimír Čunát
290695dd28
treewide icu61+ fixes
...
It's exactly the same issue as in the parent commit.
/cc #60250 (2fe63c8
).
2019-06-05 23:16:23 +02:00
Mateusz Kowalczyk
cb18cee680
Merge pull request #62479 from r-ryantm/auto-update/mkvtoolnix
...
mkvtoolnix: 33.1.0 -> 34.0.0
2019-06-03 08:34:09 +09:00
Florian Klink
640afe964e
Barco clickshare ( #59891 )
...
Barco clickshare
2019-06-02 12:41:21 +02:00
R. RyanTM
aed90c4019
mkvtoolnix: 33.1.0 -> 34.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-06-01 23:46:19 -07:00
Jan Tojnar
d20bfc72cb
vokoscreen: 2.5.0 -> 2.5.8-beta ( #62144 )
...
vokoscreen: 2.5.0 -> 2.5.8-beta
2019-05-31 21:36:08 +02:00
GRBurst
8e0b32ecd6
vokoscreen: 2.5.0 -> 2.5.8-beta
2019-05-31 11:27:42 +02:00
Yarny0
8b6f54f007
clickshare-csc1: init at 01.07.00.033
...
Barco ClickShare is a wireless presentation system
where a USB dongle transmits to a base station
that is connected with a beamer.
Note that this package also contains a udev rule
file to grant access to the dongle if connected.
Access is limited to a group "clickshare"
(the name may be altered by package options).
2019-05-30 16:28:32 +02:00
R. RyanTM
48d6a67f12
smplayer: 19.1.0 -> 19.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smplayer/versions
2019-05-25 19:04:55 +09:00
Vincent Laporte
721d2bc1af
qarte: 3.10.0+188 -> 4.6.0
2019-05-23 06:06:27 +00:00
Robin Gloster
6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
...
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
Aaron Andersen
619492c03e
devede: fix runtime error
2019-05-17 22:11:51 -04:00
Vladyslav M
4d5ebf6fc8
wf-recorder: unstable-2019-04-21 -> 0.1
2019-05-13 19:02:41 +03:00
Christopher A. Williamson
e6aaadf610
mkclean: init at 0.8.10
2019-05-13 05:43:28 +09:00
Alexander Bantyev
38c093e376
olive-editor: init at 0.0.1 ( #57867 )
...
* olive-editor: init at unstable-2019-03-18
* olive-editor: unstable-2019-03-18 -> 0.0.1
Upstream tagged a first alpha release
+ frei0r is now available on Darwin
2019-05-10 18:31:04 +02:00
Mario Rodas
20eda8246c
mpv: fix darwin build
2019-05-06 23:57:10 -05:00
Justin Wood
6a03c9feac
obs-studio: 23.0.2 -> 23.1.0
2019-05-03 14:17:14 -04:00
Daniël de Kok
67fd25fbcd
makemkv: 1.14.1 -> 1.14.3
...
Changelog:
https://www.makemkv.com/download/
2019-05-01 08:04:42 +02:00
worldofpeace
8d212a5022
Merge pull request #60444 from angristan/plex-media-player/fix-desktop-icons
...
plex-media-player: remove custom desktopItem
2019-04-30 17:39:02 -04:00
angristan
5f1dc029c0
plex-media-player: remove icon file copy to build output
2019-04-30 23:16:56 +02:00
Frederik Rietdijk
fd2bd6e433
Merge staging-next into master
2019-04-30 15:50:24 +02:00
angristan
ee303d04de
plex-media-player: remove custom desktopItem
2019-04-30 01:52:45 +02:00
xrelkd
3f6c29d79e
mkvtoolnix: 33.0.0 -> 33.1.0 ( #60315 )
2019-04-29 20:57:20 +02:00
Daniel Schaefer
786f02f7a4
treewide: Remove usage of isNull
...
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Matthew Bauer
84d00355e8
Merge remote-tracking branch 'NixOS/master' into staging
2019-04-23 22:00:42 -04:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
CrazedProgrammer
6f8bc48072
wf-recorder: unstable-2019-03-12 -> unstable-2019-04-21
2019-04-21 15:34:40 +02:00
Jan Tojnar
d3259ed673
Merge branch 'master' into staging
2019-04-20 12:49:01 +02:00
R. RyanTM
759b542e5a
mkvtoolnix: 32.0.0 -> 33.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mkvtoolnix/versions
2019-04-18 08:51:25 +02:00
Frederik Rietdijk
2346182c2c
Merge staging-next into staging
2019-04-18 08:26:30 +02:00
worldofpeace
7abeda982a
gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemas
...
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-04-17 13:39:23 -04:00
Silvan Mosberger
3dd1d308d0
Merge pull request #59710 from r-ryantm/auto-update/streamlink
...
streamlink: 1.0.0 -> 1.1.1
2019-04-16 22:18:38 +02:00
R. RyanTM
bd05814ca0
obs-linuxbrowser: 0.6.0 -> 0.6.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/obs-linuxbrowser/versions
2019-04-16 18:46:50 +02:00
R. RyanTM
bfca9f35f6
streamlink: 1.0.0 -> 1.1.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/streamlink/versions
2019-04-16 05:26:38 -07:00
worldofpeace
5d8f4a1e02
Merge pull request #58400 from minijackson/kodi-wayland
...
kodi: add Wayland support
2019-04-14 20:35:47 -04:00
Minijackson
e1f802dfef
kodi: add Wayland support
2019-04-14 20:32:26 -04:00
Maximilian Bosch
5cb0c0bcc7
Merge pull request #59449 from r-ryantm/auto-update/avidemux
...
avidemux: 2.7.2 -> 2.7.3
2019-04-14 16:09:54 +02:00
R. RyanTM
b1d624a798
avidemux: 2.7.2 -> 2.7.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/avidemux/versions
2019-04-14 01:03:34 -07:00
Aaron Andersen
9f7c0e351e
openshot-qt: 2.4.3 -> 2.4.4
2019-04-11 20:30:02 -04:00
Aaron Andersen
60ef0708c9
libsForQt5.libopenshot: 0.2.2 -> 0.2.3
2019-04-11 20:29:45 -04:00
Aaron Andersen
6d69de5631
libsForQt5.libopenshot-audio: 0.1.7 -> 0.1.8
2019-04-11 20:29:40 -04:00
Frederik Rietdijk
7f7da0a16f
Merge master into staging-next
2019-04-07 15:14:52 +02:00
Christian Kögler
75060fab76
vdr: fix overrideAttrs ( #59083 )
...
The current vdr derivation can not be overritten. The attribute plugins
gets lost while overriding and that leads to problems when evaluating
vdrPlugins.
Moved vdr own plugins outside vdr derivation.
2019-04-07 15:09:38 +02:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
R. RyanTM
c0015274bb
xawtv: 3.105 -> 3.106
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xawtv/versions
2019-04-05 15:43:22 +00:00
Tor Hedin Brønner
3388f833d7
handbrake: add required harfbuzz dependency
...
This was previously propagated by pango.
2019-04-05 12:14:09 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
Florian Klink
8313a5dcd3
Merge pull request #58588 from shazow/fix/vlc
...
vlc: Add chromecast support; libmicrodns: Init at 0.0.10
2019-04-01 17:16:42 +02:00
Andrey Petrov
c37aa79639
vlc: add chromecastSupport option
...
Enables Chromecast support by default in VLC.
Fixes #58365 .
Includes release note.
2019-04-01 09:44:56 -04:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
worldofpeace
b556663201
peek: build with vala_0_40
...
Fixes https://github.com/NixOS/nixpkgs/issues/58433
2019-03-30 14:09:31 -04:00
Silvan Mosberger
a8e19088da
Merge pull request #54392 from ivan/nv-codec
...
ffmpeg, mpv: enable hardware-accelerated decoding with CUDA
2019-03-29 19:57:13 +01:00
Will Dietz
74b76c16ac
mkvtoolnix: 31.0.0 -> 32.0.0
...
https://gitlab.com/mbunkus/mkvtoolnix/blob/release-32.0.0/NEWS.md
2019-03-26 10:12:04 -05:00
Jan Tojnar
97eb65324d
treewide: no gnome aliases
2019-03-24 14:46:50 -04:00
volth
2be90ccb4f
gnome3.gtk -> gtk3
...
fix evaluation when config.allowAliases == false
(regression after #55735 )
2019-03-24 14:34:39 -04:00
Carles Pagès
cd0f0374f6
kodi: 18.0 -> 18.1
...
Also updated its bundled ffmpeg for a bugfix.
2019-03-24 00:22:48 +01:00
Silvan Mosberger
1784621e0c
Merge pull request #57731 from ar1a/obs-23
...
obs-studio: 22.0.3 -> 23.0.2
2019-03-17 17:42:36 +01:00
Ryan Mulligan
96e4072057
Merge pull request #57662 from CrazedProgrammer/wf-recorder
...
wf-recorder: init at unstable-2019-03-12
2019-03-16 08:40:39 -07:00
CrazedProgrammer
bc9d5b7bef
wf-recorder: init at unstable-2019-03-12
2019-03-16 08:52:50 +01:00
R. RyanTM
f8ed501111
avidemux: 2.7.1 -> 2.7.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/avidemux/versions
2019-03-15 10:41:44 -07:00
Aria Edmonds
2a2fe2bea4
obs-studio: 22.0.3 -> 23.0.2
2019-03-15 04:38:20 +11:00