Commit Graph

23220 Commits

Author SHA1 Message Date
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
Jan Tojnar
2cb88c524b
deadbeefPlugins.opus: init at 0.8 2018-02-24 18:43:23 +01:00
Miguel Madrid Mencía
114a8f159b
gthumb: fixed mime types 2018-02-24 18:41:00 +01:00
Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio 2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio 2018-02-24 10:34:10 -06:00
adisbladis
cdd1b8bc02
firefox-beta-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:13 +08:00
adisbladis
6e52011875
firefox-devedition-bin: 59.0b11 -> 59.0b12 2018-02-24 22:44:03 +08:00
Michael Raskin
40186c3af2
Merge pull request #35462 from jfrankenau/update-geeqie
geeqie: 1.3 -> 1.4
2018-02-24 14:06:22 +00:00
obadz
29542830a8 citrix_receiver: fix build errors in recent version
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
2018-02-24 13:10:20 +00:00
Jörg Thalheim
9c065623d5
Merge pull request #35447 from svsdep/keepass-plugins-patch-back
keepass: bring back and update plugins load patches
2018-02-24 11:09:37 +00:00
Gabriel Ebner
f5b173ffbc qalculate-gtk: 2.1.0 -> 2.2.1 2018-02-24 11:54:53 +01:00
Vasyl Solovei
e3c5cf39bc keepass: bring back and update plugins load patches
Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.

This closes #35446.
2018-02-24 12:53:19 +02:00
Johannes Frankenau
a3f856b85d geeqie: 1.3 -> 1.4 2018-02-24 11:51:21 +01:00
Aristid Breitkreuz
e7fb957838 insync: 1.3.17.36167 -> 1.3.22.36179 2018-02-24 11:24:03 +01:00
lewo
6eda5ea726
Merge pull request #35437 from ericsagnes/pkg-update/pamix
pamix: 1.5 -> 1.6
2018-02-24 08:51:07 +01:00
Elis Hirwing
36725805be
testssl: 2.9.5-1 -> 2.9.5-2 2018-02-24 07:45:03 +01:00
Eric Sagnes
84c1de3d48 pamix: 1.5 -> 1.6 2018-02-24 11:22:13 +09:00
Jörg Thalheim
e9fdcc9662
Merge pull request #35425 from xeji/kubernetes-go-version
kubernetes: patch broken go version check
2018-02-24 01:38:57 +00:00
Jörg Thalheim
465d8b0fa9 kubernetes: use fetchpatch instead 2018-02-24 01:18:46 +00:00
xeji
b54e5b908d kubernetes: patch broken go version check
fixes #35403
patch from https://github.com/kubernetes/kubernetes/pull/58207
already merged upstream - remove for next version
2018-02-23 22:56:36 +01:00
Andreas Rammhold
a6664d8192
mupdf: apply patch for CVE-2018-6544 (part 2)
This (hopefully) completes 998b1ef.
2018-02-23 22:25:37 +01:00
Michael Weiss
49b7fc3908 android-studio-preview: 3.1.0.11 -> 3.1.0.12 2018-02-23 21:57:09 +01:00
Vladimír Čunát
296fa609ad
Merge #35404: sage: explicitly use gfortran6 2018-02-23 20:39:51 +01:00
Joachim F
cda0f9fede
Merge pull request #35414 from flokli/CVE-2018-6544
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:14:31 +00:00
Florian Klink
998b1ef13b mupdf: apply patch for CVE-2018-6544 2018-02-23 19:50:54 +01:00
Will Dietz
749d0e7f3a micro: 1.3.4 -> 1.4.0 2018-02-23 11:14:27 -06:00
Timo Kaufmann
89162cdd29 sage: explicitly use gfortran6
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke
the build.
2018-02-23 17:00:21 +01:00
Tim Steinbach
098c7f3d94
atom: 1.23.3 -> 1.24.0 2018-02-23 08:37:36 -05:00
Jörg Thalheim
aa6d6cc78f
Merge pull request #35151 from xeji/virtmanager-cleanup
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
2018-02-23 11:31:21 +00:00
adisbladis
0b0b5a5e28
go-ethereum: Dont install sources in $out 2018-02-23 18:47:45 +08:00
adisbladis
0b3a5b567a
Merge pull request #35350 from adisbladis/drop/go-1_8
go: Remove old version 1.8
2018-02-23 14:29:25 +08:00
Peter Hoeg
af2d94fed5 virtmanager-qt: 0.48.79 -> 0.52.80 2018-02-23 13:19:05 +08:00
Franz Pletz
3f47f618ae
Merge pull request #35217 from htr/htr/add-nixnote
nixnote2: init at 2.0.2
2018-02-23 05:11:23 +00:00
Franz Pletz
ff56849151
Merge pull request #35341 from jerith666/timetrap-1-15-1
timetrap: 1.10.0 -> 1.15.1
2018-02-23 04:04:32 +00:00
Franz Pletz
89aab8649e
Merge pull request #35291 from svsdep/keepassrpc
keepass-keepassrpc: init at 1.7.3.1
2018-02-23 04:04:11 +00:00
Franz Pletz
eba35726ff
Merge pull request #35344 from svsdep/keepass-xdotool
keepass: fix auto-type and clipboard features
2018-02-23 04:00:50 +00:00
Franz Pletz
7abd3cb134
Merge pull request #35295 from volth/patch-96
mercurial: 4.3.2 -> 4.5
2018-02-23 03:44:57 +00:00
Michael Alan Dorman
2af43907e0 melpa-packages: 2018-02-22
Removals:
 - ac-anaconda: removed from melpa
 - cider-profile: removed from melpa
2018-02-22 21:32:07 -05:00
Michael Alan Dorman
a65ec7eb1d melpa-stable-packages: 2018-02-22
Removals:
 - ac-anaconda: removed from melpa
2018-02-22 21:32:06 -05:00
Michael Alan Dorman
13fd5f1b05 org-packages: 2018-02-22 2018-02-22 21:32:06 -05:00
Michael Alan Dorman
41d2d75ea0 elpa-packages: 2018-02-22 2018-02-22 21:32:06 -05:00
Graham Christensen
87e6be3dca
Merge pull request #35313 from volth/patch-87
jetbrains-editors: minor updates
2018-02-22 20:47:08 -05:00
Franz Pletz
53dc96c8b4
Merge pull request #32323 from caugner/nextcloud-2.3.3
nextcloud-client: 2.3.2 -> 2.3.3
2018-02-22 23:36:01 +00:00
Gabriel Ebner
ba58b425f1 neovim: fix bundlerEnv 2018-02-22 21:18:04 +01:00
adisbladis
4b73b8ccc3
perkeep: Build with go 1.9 2018-02-23 01:41:33 +08:00
volth
80cc3bd29a
tortoisehg: 4.3.1 -> 4.5 2018-02-22 16:41:51 +00:00
Vasyl Solovei
18691c6b65 keepass: fix auto-type and clipboard features
This fixes paths to `xdotool`, `xprop` and `xsel`. These are required
tools for auto-type to work correctly.
2018-02-22 17:30:42 +02:00
Matt McHenry
1bf7dfaabe timetrap: 1.10.0 -> 1.15.1 2018-02-22 10:17:27 -05:00
Vasyl Solovei
fc42c85baf keepass-keepassrpc: init at 1.7.3.1
Repackaged as the name was confusing and there is a dedicated repository
for this plugin, ready to use and with the fresh plugin version.
Left an alias to an old package name.
2018-02-22 16:11:05 +02:00
lewo
844a494d80
Merge pull request #35329 from dywedir/sit
sit: init at 0.1.2
2018-02-22 14:59:27 +01:00