about summary refs log tree commit diff
path: root/pkgs/applications/video/avidemux
Commit message (Collapse)AuthorAge
* avidemux: 2.7.0 -> 2.7.1Maximilian Bosch2018-06-19
| | | | | | | | | | | | | | | | | | | | The current version of `avidemux` (v2.7.0) breaks on master (see https://hydra.nixos.org/build/75993794), the 18.03 build remains fine (https://hydra.nixos.org/build/75935027). The following changes have been applied: * `glibc` compat patch is obsolete as it landed in upstream. * Fixed QT_PLUGIN_PATH for QT binaries to avoid errors because of missing plugins like this: ``` qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. [1] 20081 abort /nix/store/rjwxc6ih15zwvvy71ss8bvnh56ibfbmj-avidemux-2.7.1/bin/avidemux3_qt5 ```
* avidemux: fix build with glibc 2.27Piotr Bogdan2018-04-13
|
* avidemux: restrict platformsNikolay Amiantov2018-03-06
|
* libGL rename: fallout after a week on masterVladimír Čunát2018-03-05
| | | | and a few nitpicks.
* avidemux: rewrite derivationMaximilian Bosch2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* avidemux: support alsagnidorah2018-01-11
|
* avidemux: 2.6.20 -> 2.7.0Franz Pletz2017-09-05
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* avidemux: 2.6.18 -> 2.6.20Nikolay Amiantov2017-07-27
|
* avidemux: 2.6.16 -> 2.6.18Bjørn Forsman2017-01-12
|
* avidemux: 2.6.15 -> 2.6.16Bjørn Forsman2017-01-03
|
* avidemux: 2.6.12 -> 2.6.15Nikolay Amiantov2016-11-24
|
* treewide: quote URLs in my packagesNikolay Amiantov2016-11-24
|
* avidemux: use symlinkJoinNikolay Amiantov2016-04-26
|
* avidemux: refactor again to fix build failuresNikolay Amiantov2016-04-14
|
* avidemux: don't depend on unfree FAAC by defaultNikolay Amiantov2016-03-29
|
* avidemux: 2.5.6 -> 2.6.12Nikolay Amiantov2016-03-26
|
* Revert "avidemux: 2.5.6 -> 2.6.9"Arseniy Seroka2016-01-03
| | | | This reverts commit 170c8e08d321072eda4f892271085626d56a5493.
* avidemux: 2.5.6 -> 2.6.9Arseniy Seroka2015-10-28
|
* avidemux: make faacSupport optionalMathijs Kwik2014-04-10
|
* avidemux: upgraded to 2.5.6Mathijs Kwik2012-03-28
| | | | | | | | - added support for vp8 (libvpx) - added support for xvid - added support for libva output svn path=/nixpkgs/trunk/; revision=33447
* Updating avidemuxLluís Batlle i Rossell2010-03-16
| | | | svn path=/nixpkgs/trunk/; revision=20670
* Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to ↵Lluís Batlle i Rossell2009-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | rebuild stdenv. In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared objects through direct pass as ld command arguments of the absolute path to shared objects, instead of using the -L/-l combinations. cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly passing the absolute path to the shared object to the linker, and as our wrapper did not add any -rpath for those, writting the nix expressions for some cmake packages resulted in a lot of tricks, compared to using this gcc-wrapper2. This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a stdenv update. I also updated some cmake expressions to use this gcc-wrapper2, and reduced its tricks. I also updated the cmake setup-hook for it to make cmake not touch any rpath decided at build time, when running the 'make install' of makefiles created by cmake. svn path=/nixpkgs/trunk/; revision=18885
* Enabling plugins in avidemux.Lluís Batlle i Rossell2009-11-24
| | | | | | Adding an assertion, for stdenv having glibc. avidemux wants pthreads. svn path=/nixpkgs/trunk/; revision=18593
* Adding avidemux.Lluís Batlle i Rossell2009-11-24
svn path=/nixpkgs/trunk/; revision=18584