Ryan Mulligan
4c0efb17ce
openshot-qt: 2.3.4 -> 2.4.1
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/v3kr4pyvqih44nkanbcs50574wz6gjcv-openshot-qt-2.4.1/bin/openshot-qt --version` and found version 2.4.1
- ran `/nix/store/v3kr4pyvqih44nkanbcs50574wz6gjcv-openshot-qt-2.4.1/bin/..openshot-qt-wrapped-wrapped --version` and found version 2.4.1
- ran `/nix/store/v3kr4pyvqih44nkanbcs50574wz6gjcv-openshot-qt-2.4.1/bin/.openshot-qt-wrapped --version` and found version 2.4.1
- found 2.4.1 with grep in /nix/store/v3kr4pyvqih44nkanbcs50574wz6gjcv-openshot-qt-2.4.1
cc "@AndersonTorres"
2018-02-28 11:39:25 +01:00
Jörg Thalheim
700a963111
Merge pull request #35885 from rnhmjoj/mpv
...
mpv: fix lua library paths and clean up
2018-02-28 00:12:19 +00:00
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 23fdbaa37599f490435056b9865023870656571b)
[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
Samuel Leathers
694e7e08d6
kodi: 17.3 -> 17.4
2017-09-23 16:59:45 +02:00
Tuomas Tynkkynen
ab71280823
darwin: Disable some packages that have never built successfully
...
mate.mate-desktop: https://hydra.nixos.org/build/61110037
gdmap: https://hydra.nixos.org/build/61144743
redsocks: https://hydra.nixos.org/build/61123106
resolv_wrapper: https://hydra.nixos.org/build/61121132
ogmtools: https://hydra.nixos.org/build/61108726
mp3info: https://hydra.nixos.org/build/61139015
lxappearance-gtk3: https://hydra.nixos.org/build/61126327
hdf5-fortran: https://hydra.nixos.org/build/61146631
pqiv: https://hydra.nixos.org/build/61124724
2017-09-22 17:25:38 +03:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson
fd9c7eb2e8
misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs
2017-09-21 15:49:53 -04:00
Jonathan Rudenberg
84bfe7ed78
kodiPlugins: fix path for shared object links
...
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
2017-09-19 08:10:12 +02:00
Frederik Rietdijk
3c30b5dc3d
Merge pull request #29356 from zraexy/streamlink
...
streamlink: 0.7.0 -> 0.8.1
2017-09-14 10:29:36 +02:00
Joachim F
d1f0affe33
Merge pull request #28869 from symphorien/bombono
...
bombono: init at 1.2.4
2017-09-13 18:46:13 +00:00
dywedir
15002fbf7e
mpv: 0.26.0 -> 0.27.0
2017-09-13 12:23:04 +02:00
zraexy
e87a72caef
streamlink: 0.7.0 -> 0.8.1
2017-09-12 12:39:08 -08:00
Vincent Laporte
b5c9a47b85
smplayer: 17.8.0 -> 17.9.0
2017-09-09 14:45:26 +02:00
Frederik Rietdijk
fc75bcec48
Revert "pitivi: fix path to gst-python"
...
This reverts commit c10a1c6e1c
.
Not needed anymore since the issue is fixed properly in 23cc97f16b
.
2017-09-08 21:54:10 +02:00
Robert Helgesson
c10a1c6e1c
pitivi: fix path to gst-python
...
This fixes the `object() takes no parameters` error that shows up on
startup.
2017-09-08 20:51:03 +02:00
John Ericson
f152a5d7bb
mplayer: depsBuildBuild isn't (yet) a parameter, so don't use it
...
Thanks @dezgeg for catching my error.
2017-09-06 00:37:15 -04:00
John Ericson
5b6d78194c
Merge pull request #29028 from obsidiansystems/cross-cleanup
...
misc pkgs: Clean up cross
2017-09-05 13:59:50 -04:00
John Ericson
10b2bb8288
mplayer: Simplify cross, no crossAttrs
or crossConfig
2017-09-05 13:45:34 -04:00
Franz Pletz
df92ed29a5
avidemux: 2.6.20 -> 2.7.0
2017-09-05 14:24:58 +02:00
Symphorien Gibol
945f346f60
bombono: init at 1.2.4
2017-09-02 21:09:41 +02:00
Profpatsch
b35972b3fa
mpvScripts.convert: fix for mpv >0.26.0
...
See https://gist.github.com/Zehkul/25ea7ae77b30af959be0#gistcomment-2189556
2017-08-31 01:23:11 +02:00
Samuel Leathers
d99d9026b3
k9copy: fix build with gcc6
2017-08-30 21:27:36 +02:00
Bastian Köcher
bebcef8892
libopenshot-audio: 0.1.2 -> 0.1.4
2017-08-29 12:31:50 +02:00
Bastian Köcher
f5f0d83890
libopenshot: 0.1.4 -> 0.1.7
...
Removes ruby to fix compilation errors.
2017-08-29 12:30:47 +02:00
Bastian Köcher
75f86ae831
Openshot: 2.3.1 -> 2.3.4
2017-08-29 12:30:10 +02:00
Vincent Laporte
c4a156ed45
qarte: 3.2.0+158 -> 3.10.0+188
2017-08-27 10:03:00 +02:00
Orivej Desh
383f3f3a1b
smplayer: 17.7.0 -> 17.8.0
2017-08-26 16:48:51 +00:00
romildo
66b78476be
mkvtoolnix: 14.0.0 -> 15.0.0
2017-08-26 10:34:23 -03:00
Cray Elliott
1995dbf772
obs-studio: 20.0.0 -> 20.0.1
2017-08-13 14:47:31 -07:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Frederik Rietdijk
7ebcd39a0f
Merge commit '4c49205' into HEAD
2017-08-13 18:34:59 +02:00
Cray Elliott
ef026e02fc
obs-studio: 19.0.3 -> 20.0.0
2017-08-12 15:50:55 -07:00
romildo
da93220fff
mkvtoolnix: 13.0.0 -> 14.0.0
2017-08-09 17:11:01 -03:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Franz Pletz
07106fb508
mpv: bump waf version to 1.9.8
...
The bootstrap.py file from mpv downloads this exact version.
2017-08-04 04:09:19 +02:00
Cillian de Róiste
2244b1815d
shotcut: fix homepage
2017-08-03 23:03:04 +02:00
Cillian de Róiste
7c17925aae
key-mon: fix download and homepage URLs
2017-08-03 23:03:03 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Vincent Laporte
01c8e4fe81
mplayer: adds dvdread support
2017-07-28 06:38:53 +00:00
Nikolay Amiantov
2803d0ddd7
avidemux: 2.6.18 -> 2.6.20
2017-07-27 17:07:44 +03:00
Johannes Frankenau
7e62e8d036
mpv: 0.25.0 -> 0.26.0
...
Add option for archive support and fix dvdread and dvdnav support.
2017-07-23 11:00:00 +02:00
Peter Hoeg
9c4b1c8fdd
handbrake: remove leftover file
2017-07-18 20:52:02 +08:00
Tobias Geerinckx-Rice
46dc5394cd
Update e-mail address for nckx
2017-07-10 20:54:18 +02:00
Vincent Laporte
645f11b13d
smplayer: 17.6.0 -> 17.7.0
2017-07-08 13:53:04 +02:00
Clemens Lutz
4c1ecbb669
makemkv: 1.10.5 -> 1.10.6
2017-07-02 22:28:28 +02:00
zraexy
afb27bd4eb
streamlink: 0.6.0 -> 0.7.0
2017-07-02 00:44:23 -08:00
Cray Elliott
20d31d7f49
obs-studio: 19.0.2 -> 19.0.3
2017-06-30 19:29:59 -07:00
romildo
e521b75b9e
mkvtoolnix: 12.0.0 -> 13.0.0
2017-06-30 14:01:25 -03:00
John Ericson
e1faeb574a
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
...
Purge stdenv cross
2017-06-28 21:39:16 -04:00
John Ericson
9c163cebdd
omxplayer: Don't use stdenv.cross
2017-06-28 18:21:05 -04:00
Frederik Rietdijk
8a62a9b064
Merge pull request #26125 from volth/webkitgtk-naming
...
rename webkitgtk24x⇒webkitgtk24x-gtk3; webkitgtk2⇒webkitgtk24x-gtk2
2017-06-28 13:54:38 +02:00
John Ericson
594d264205
cross stdenv adaptor: Support --host --build --target across the board
...
Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.
rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building
2017-06-22 17:52:28 -04:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Michiel Leenaars
b4b698248f
qstopmotion: init -> 2.3.2
2017-06-18 00:47:01 +02:00
Will Dietz
b2660fe3cc
mplayer: Use system ffmpeg instead of vendored version. ( #26572 )
...
Fixes use of mplayer with https:// URL's.
2017-06-14 17:44:33 +02:00
romildo
f2e075a241
mkvtoolnix: 11.0.0 -> 12.0.0
2017-06-09 12:44:17 +02:00
Edward Tjörnhammar
677f194a10
kodiPlugins.steam-controller: init at 0.9.0
2017-06-05 17:19:12 +02:00
Edward Tjörnhammar
fe0b858113
kodiPlugins.joystick: init at 1.3.6
2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
4f410bfc8d
kodiPlugins.advanced-emulator-launcher: init at 0.9.6
2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
513e66e310
kodiPlugins: move build funs to common
2017-06-05 17:17:57 +02:00
Vincent Laporte
3a4d03dc7f
smtube: 17.1.0 -> 17.5.0
2017-06-01 08:42:21 +02:00
Vincent Laporte
790dedfee9
smplayer: 17.4.2 -> 17.6.0
2017-06-01 08:42:07 +02:00
Volth
b7ccf27229
rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2
2017-05-26 13:43:25 +00:00
armijnhemel
d75c61ec8d
vlc: 2.2.5.1 -> 2.2.6 ( #26084 )
2017-05-26 08:47:01 +08:00
Edward Tjörnhammar
5b01ba947a
kodiPlugins.svtplay: 4.0.42 -> 4.0.48
2017-05-25 15:33:08 +02:00
Edward Tjörnhammar
1f98e47ec1
kodiPlugins.exodus: 3.0.5 -> 3.1.13
2017-05-25 13:58:47 +02:00
Edward Tjörnhammar
0c6153059d
kodi: 17.2 -> 17.3
2017-05-25 13:58:46 +02:00
Peter Hoeg
8fd2f022f0
kodi: 17.1 -> 17.2
2017-05-24 16:03:25 +08:00
Peter Hoeg
4e2b190d52
vlc: 2.2.4 -> 2.2.5.1
...
Fixes a nasty vulnerability caused by broken subtitle handling:
http://blog.checkpoint.com/2017/05/23/hacked-in-translation/
2017-05-24 13:08:40 +08:00
Carles Pagès
f60767d55e
Merge pull request #25366 from titanous/kodi-hdhomerun
...
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Cray Elliott
777d5ee732
obs-studio: 18.0.2 -> 19.0.2
2017-05-22 02:45:18 -07:00
Joachim Fasting
874b81b31f
treewide: s,enableParallelBuild(s),enableParallelBuilding,g
2017-05-20 17:16:17 +02:00
Cray Elliott
577327bc9f
obs-studio: bump revision to fix Settings crash
2017-05-18 21:44:59 -07:00
zraexy
83edd95335
streamlink: 0.5.0 -> 0.6.0
2017-05-11 22:58:10 -08:00
Anton Schirg
7a9efec8ed
lightworks: init at 14.0.0
2017-05-08 23:03:39 +02:00
Frederik Rietdijk
ef4442e827
Python: replace requests2 with requests tree-wide
...
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Cray Elliott
d95cd1b24e
obs-studio: 18.0.1 -> 18.0.2
...
add myself as a maintainer for this package, add fdk_aac, pthreadstubs,
and Xdmcp as dependencies. Also add a patch to fix a linker error
involving xcb
2017-05-04 15:26:51 -07:00
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