summary refs log tree commit diff
path: root/pkgs/applications/video/devede
AgeCommit message (Collapse)AuthorFilesLines
2023-08-24devede: 4.16.0 -> 4.17.0kashw21-2/+2
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-9/+0
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2021-05-18devede: ffmpeg_3 -> ffmpegFliegendeWurst1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24devede: move to GitLab, 4.8.8 -> 4.16.0va1entin1-7/+7
devede: 4.8.8 -> 4.16.0 use pname and version
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-3/+3
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-23devede: Add needed setuptools dependencyJesse Wattenbarger1-2/+2
- devede_ng.py fails trying to import pkg_resources in a clean env w/o python3.7 installed - Adding setuptools (which has pkg_resources) to the dependencies seems to fix it
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-05-17devede: fix runtime errorAaron Andersen1-1/+11
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-03-05devede: 3.23.0 → 4.8.8Michal Rus1-10/+23
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk1-3/+3
See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-2/+2
2015-11-21buildPythonPackage: fix standalone applications using itDomen Kožar1-2/+2
2014-12-23add devede DVD creator guiBrandon Dimcheff1-0/+30