Jörg Thalheim
1beee1cfc8
Merge pull request #34167 from rasendubi/screenkey
...
screenkey: init at 0.9
2018-02-27 22:50:46 +00:00
Jörg Thalheim
e4623d4e35
aegisub: not supported on aarch64
...
(requires luajit)
2018-02-27 17:41:38 +00:00
rnhmjoj
ab59f0df8d
mpv: add luasocket path
2018-02-27 17:29:05 +01:00
rnhmjoj
41c1a62113
mpv: clean up options
2018-02-27 17:27:46 +01:00
Florian Klink
168faeec7d
webtorrent_desktop: init at 0.19.0 ( #35840 )
...
* webtorrent_desktop: init at 0.19.0
* webtorrent_desktop: fix meta attributes
2018-02-27 11:27:46 +00:00
Vincent Laporte
c5eeb838c8
smplayer: 17.9.0 -> 18.2.2
2018-02-26 19:52:58 +01:00
Ryan Mulligan
ff67268406
dvdstyler: 3.0.3 -> 3.0.4
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/dvdstyler --help` got 0 exit code
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/dvdstyler --version` and found version 3.0.4
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/.dvdstyler-wrapped -h` got 0 exit code
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/.dvdstyler-wrapped --help` got 0 exit code
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/.dvdstyler-wrapped -v` and found version 3.0.4
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/.dvdstyler-wrapped --version` and found version 3.0.4
- ran `/nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4/bin/.dvdstyler-wrapped -h` and found version 3.0.4
- found 3.0.4 with grep in /nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4
- found 3.0.4 in filename of file in /nix/store/199jnnl507db7vsacx638sp3ql5m02av-dvdstyler-3.0.4
2018-02-25 20:29:45 -08:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Maximilian Bosch
f027e82e76
avidemux: rewrite derivation
...
This drastically reduces the complexity of the `avidemux` derivation
and adds QT5 support (see #33248 ).
Rather than invoking `cmake` over preconfigured hooks, it's much easier
to use the `bootStrap.bash` script provided by the developers to do the
installation tasks. Furthermore this script makes it way easier to
configure which parts of `avidemux` should be used (e.g. CLI-only) or
without the plugins.
In order to create a CLI-only instance you can simply override the
derivation:
```
avidemux.override {
withQT = false;
}
```
It's possible to set the default executable as well (`avidemux` creates
a `avidemux_qt5` and `avidemux_cli` executable by default):
```
avidemux.override {
default = "cli"; # default is `qt5`
}
```
The GTK support has been dropped entirely since it was originally broken
in our system and can't be built ATM. Other distros such as ArchLinux
don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64 )
2018-02-25 01:04:07 +03:00
Leon Isenberg
3c801e92a2
kodi: add IPTV Simple addon
2018-02-24 17:05:38 +01:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Alexey Shmalko
d1fbbb09bf
screenkey: init at 0.9
2018-02-12 20:33:14 +02:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Vladimír Čunát
0db25ddac5
qmediathekview: set platforms to linux
...
See #34821 .
2018-02-10 22:07:08 +01:00
Jörg Thalheim
1307ffdcd2
Merge pull request #34566 from dotlambda/qmediathekview
...
qmediathekview: init at 2017-04-16
2018-02-10 10:08:59 +00:00
Robert Schütz
896ea4b731
qmediathekview: init at 2017-04-16
2018-02-09 23:37:58 +01:00
Andreas Rammhold
95f4d6ba1c
mpv: fix CVE-2018-6460
...
Upstream has fixed this in a series of commits ontop of 0.28.0. Debian
has backported the fixes to 0.27.0.
Upstream issue: https://github.com/mpv-player/mpv/issues/5456
Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888654#8
2018-02-07 10:01:16 +01:00
Michael Raskin
907474e649
Merge pull request #33088 from exFalso/add-subdl
...
init subdl package
2018-02-06 21:32:53 +00:00
Michael Raskin
4b481684b1
Add a date to name
2018-02-06 21:30:36 +00:00
Cray Elliott
b9f3d49edd
obs-studio: 20.1.3 -> 21.0.2
2018-02-05 14:05:31 -08:00
Franz Pletz
968b56b6a4
Merge pull request #34293 from symphorien/bombono-gcc7
...
Bombono gcc7
2018-01-28 22:35:52 +00:00
adisbladis
8227d87aa6
mkvtoolnix: 19.0.0 -> 20.0.0
2018-01-28 06:59:53 +08:00
Symphorien Gibol
4b0dc51d11
bombono: import patches from AUR to fix gcc7 build
2018-01-27 15:47:14 +01:00
Tuomas Tynkkynen
fff0daddce
streamlink: 0.9.0 -> 0.10.0
2018-01-27 16:10:46 +02:00
Symphorien Gibol
cf3d266341
bombono: enable parallel builds
2018-01-26 15:45:54 +01:00
Symphorien Gibol
93d7267a77
bombono: add symphorien as maintainer
2018-01-26 15:45:22 +01:00
Frederik Rietdijk
27f6f9409b
Merge pull request #33967 from yegortimoshenko/20180117.050213/mornfall
...
maintainers: remove mornfall from packages
2018-01-18 11:27:31 +01:00
Tuomas Tynkkynen
67c73b4e64
Merge commit '2e56ba' from staging into master
2018-01-17 12:50:46 +02:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Tuomas Tynkkynen
6ed0fe7e45
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/build-support/fetchbower/default.nix
pkgs/build-support/fetchdarcs/default.nix
pkgs/build-support/fetchgx/default.nix
pkgs/development/python-modules/botocore/default.nix
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
Jörg Thalheim
4acd2f1a90
Merge pull request #33753 from gnidorah/avidemux
...
avidemux: support alsa
2018-01-13 17:42:23 +00:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
...
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
adisbladis
a896574a0b
Merge pull request #33812 from romildo/upd.subtitleeditor
...
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13 18:09:53 +08:00
rnhmjoj
e5aae0f2d6
mpv: fix PYTHONPATH
2018-01-13 03:30:25 +01:00
José Romildo Malaquias
dbf5d1d433
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-12 22:14:12 -02:00
adisbladis
747431cf42
smtube: 17.5.0 -> 18.1.0
2018-01-13 04:03:32 +08:00
gnidorah
18af8dabab
avidemux: support alsa
2018-01-11 21:30:06 +03:00
Vladimír Čunát
49a45fb51f
Merge #33311 : meson: set checkPhase in setup hook
2018-01-07 11:28:46 +01:00
Jan Tojnar
d75f95d2a2
packages using meson: remove unnecessary checkPhase
2018-01-06 06:47:57 +01:00
Bart Brouns
c8c94a22ae
Simplescreenrecorder: 0.3.8 -> 0.3.9
2018-01-06 05:05:38 +01:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Jörg Thalheim
f2fd4a5219
Merge pull request #33314 from jtojnar/gnome-mplayer
...
gnome_mplayer: 1.0.4 → 1.0.9
2018-01-03 11:10:29 +01:00
Jan Tojnar
608daaa649
gnome_mplayer: 1.0.4 → 1.0.9
2018-01-03 01:46:13 +01:00
John Ericson
4d2b763817
Merge pull request #26805 from obsidiansystems/cross-elegant
...
Make cross compilation elegant
2017-12-30 22:58:02 -05:00
John Ericson
5b74540c5b
treewide: Use depsBuildBuild
for buildPackges.stdenv.cc
2017-12-30 22:04:21 -05:00
Frederik Rietdijk
2d0bead714
Merge remote-tracking branch 'upstream/master' into HEAD
2017-12-30 17:04:54 +01:00
adisbladis
98162f1589
Merge pull request #33199 from veprbl/motion
...
motion: 4.0.1 -> 4.1.1
2017-12-30 10:24:04 +01:00
Dmitry Kalinkin
9adb3f8e11
motion: 4.0.1 -> 4.1.1
2017-12-30 00:17:17 -05:00
Robin Gloster
ee1c85aee9
mariadb: lib -> connector-c
2017-12-29 02:18:35 +01:00
exfalso
9cfe7e74e0
subdl: init at 4cf5789
2017-12-26 20:53:18 +00:00
Carles Pagès
5aa539a537
kodi: fix hw accel
...
Also, drop SDL build inputs. SDL was not even detected/enabled.
2017-12-23 09:50:21 +01:00
Frederik Rietdijk
16467a0ff7
Merge pull request #32945 from lebel/makemkv-1.10.8
...
makemkv: 1.10.7 -> 1.10.8
2017-12-22 08:45:08 +00:00
José Romildo Malaquias
d402bd69a9
mkvtoolnix: 17.0.0 -> 19.0.0
2017-12-22 06:46:40 +01:00
David Lebel
7f0e2dde87
makemkv: 1.10.7 -> 1.10.8
2017-12-21 13:00:02 -05:00
Peter Hoeg
662bfa145a
vlc: 2.2.6 -> 2.2.8
2017-12-21 08:18:58 +08:00
Orivej Desh
745be0cb61
mpv: fix build with libva 2
2017-12-18 16:43:24 +00:00
Cray Elliott
52b8b7b02f
obs-studio: fix vlc plugin
...
previous obs could not find libvlc.so so I addded the path to
it to LD_LIBRARY_PATH
2017-12-17 23:00:48 -08:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
Orivej Desh
f1226ac796
cinelerra: disable parallel building
2017-12-07 08:31:32 +00:00
Vladimír Čunát
5f020d5627
Merge branch 'staging'
...
There are security fixes in multiple packages /cc #32117 ,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Orivej Desh
3db6d699d6
peek: disable on darwin, add optional dependencies
2017-11-29 07:50:40 +00:00
Brian McKenna
a0c5d084c6
peek: init at 1.2.0
2017-11-28 23:53:55 +00:00
Vladimír Čunát
8b53b2ec2c
Merge branch 'master' into staging
2017-11-28 21:06:44 +01:00
Ricardo M. Correia
9249dc6557
Merge pull request #30790 from spiderbit/master
...
kodi: downgrade kodiPlugin.joystick to compatible version 1.3.2
2017-11-28 18:29:55 +01:00
Vladimír Čunát
6705f30e2c
Merge branch 'master' into staging
2017-11-27 15:09:53 +01:00
John Ericson
e755a8a27d
treewide: Use targetPrefix
instead of prefix
for platform name prefixes
...
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
Jan Tojnar
24cd69494c
gnome-mpv: 0.9 → 0.13
2017-11-26 03:31:43 +01:00
Cray Elliott
86c0844d32
obs-studio: 20.1.0 -> 20.1.3
2017-11-21 19:15:44 -08:00
Peter Hoeg
737558b7bb
kodi: 17.4 -> 17.6 and move to cmake
...
ffmpeg is now built as a separate derivation using the kodi makefile to avoid
having to rebuild ffmpeg every time kodi is changed.
Additionally, due to the far superior cmake output a number of dependencies were
identified that have been added as well.
2017-11-18 10:01:04 +00:00
Orivej Desh
4be7aae5b3
cinelerra: add a note about parallel building
2017-11-17 16:41:16 +00:00
Orivej Desh
3baeb1c356
Merge pull request #31530 from woffs/shotcut-17.11
...
shotcut: 17.09 -> 17.11
2017-11-16 21:31:13 +00:00
zraexy
7d1aa9fd22
streamlink: 0.8.1 -> 0.9.0
2017-11-14 08:08:47 -09:00
Frank Doepper
440ce4cfa1
shotcut: 17.09 -> 17.11
2017-11-11 17:59:13 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
rnhmjoj
922b0b9629
mkvtoolnix: 16.0.0 -> 17.0.0
2017-11-05 20:55:06 +01:00
Michael Raskin
7be7698612
Merge pull request #25552 from antonxy/master
...
lightworks: init at 14.0.0
2017-11-05 00:01:48 +00:00
Peter Hoeg
93cc9b93e0
kmplayer: add missing X dependencies
2017-10-27 13:07:44 +08:00
Peter Hoeg
a47c892bf5
Merge pull request #30784 from zraexy/kmplayer
...
kmplayer: fix desktop file exec
2017-10-25 23:42:05 +08:00
zraexy
9e1ef99fc2
kmplayer: fix desktop file exec
2017-10-25 06:57:43 -08:00
Stefan Huchler
72f441d090
kodi: downgrades kodiPlugin.joystick to compatible version 1.3.2
2017-10-25 13:56:32 +02:00
Cillian de Róiste
9e0b37944b
obs-studio: 20.0.1 -> 20.1.0 + support more features
2017-10-24 23:09:33 +02:00
Clemens Lutz
794ecdd8b8
makemkv: 1.10.6 -> 1.10.7
2017-10-22 00:28:31 +02:00
Heitham Omar
dc60c1e3d0
mpv: enable dvb on Linux
2017-10-15 21:26:00 +01:00
Vladimír Čunát
3ee33f35f8
Merge branch 'staging'
...
Contains security fixes in X server and X libs.
On Hydra, the amount to rebuild on master is now higher than on staging;
the comparison looks OK.
2017-10-15 13:59:18 +02:00
Vladimír Čunát
b1d32c0538
aegisub: fixup build with icu-59
...
Thanks to https://github.com/gentoo/gentoo/commit/779fbc09c456a
2017-10-15 10:44:16 +02:00
vbgl
fcfeda5544
Merge pull request #30206 from romildo/upd.mkvtoolnix
...
mkvtoolnix: 15.0.0 -> 16.0.0; libmatroska: 1.4.7 -> 1.4.8
2017-10-14 21:48:44 +02:00
José Romildo Malaquias
d49181676b
mkvtoolnix: 15.0.0 -> 16.0.0
2017-10-07 18:12:29 -03:00
Unknown
20b48cbd97
kmplayer: 0.11.3d -> 0.12.0b
2017-10-07 12:30:41 -08:00
Orivej Desh
f137004179
Merge branch 'master' into staging
...
* master: (81 commits)
Add NixOS 17.09 AMIs
gradle: 4.2 -> 4.2.1
maintainers.nix: use my GitHub handle as maintainer name
fcitx-engines.rime: init at 0.3.2
brise: init at 2017-09-16
librime: init at 1.2.9
marisa: init at 0.2.4
opencc: build shared library and programs
josm: 12712 -> 12914
exa: 0.7.0 -> 0.8.0
krb5: add deprecation date for old configuration
rustRegistry: 2017-09-10 -> 2017-10-03
go-ethereum: Fix libusb segmentation faults on Darwin
tor-browser-bundle-bin: 7.0.5 -> 7.0.6
libsodium: 1.0.13 -> 1.0.15
tor-browser-bundle: geoip support
tor-browser-bundle: support transports obfs2,obfs3
tor-browser-bundle: bump https-everywhere to 2017.9.12
tint2: limit platforms to Linux since macOS is not supported and fails the tests
eclipse-plugin-vrapper: init at 0.72.0
...
2017-10-03 17:46:39 +00:00
Franz Pletz
ad2ae842bb
vlc: add patch to fix CVE-2017-9300
2017-10-02 18:54:43 +02:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00
Orivej Desh
432f9925a6
Merge pull request #29745 from mgdelacroix/gpac-update
...
gpac: 0.5.0 -> 0.7.1
2017-10-01 09:01:56 +00:00
Orivej Desh
2847acf517
gpac: fix up
2017-10-01 08:59:12 +00:00
Robin Gloster
40ed226507
treewide: mark a bunch of failing builds as broken
...
(cherry picked from commit 23fdbaa375
)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Robin Gloster
1a681a6ecb
shotcut: 17.02 -> 17.09
...
fixes the previously broken build
2017-09-27 00:51:20 +02:00
Miguel de la Cruz
4994e3f2c2
gpac: 0.5.0 -> 0.7.1
2017-09-24 17:45:47 +01:00