summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/pitivi
AgeCommit message (Collapse)Author
2022-07-02pitivi: 2021.05 → 2022.06Jan Tojnar
https://gitlab.gnome.org/GNOME/pitivi/-/compare/2021.05.0...2022.06.0 - Add librosa for beat detection - Also remove some dependencies that have long been unneeded.
2022-04-05pitivi: fix build with meson 0.61Bobby Rong
2022-03-25gnome-desktop: Move into top-levelJan Tojnar
2021-09-12pitivi: 2021.01 -> 2021.05R. RyanTM
2021-05-08gnome: rename from gnome3Jan Tojnar
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-05pitivi: 2020.09.2 → 2021.01Jan Tojnar
2021-02-22pitivi: remove unused inputSandro Jäckel
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-29pitivi: 2020.09.1 -> 2020.09.2R. RyanTM
2020-10-24pitivi: 0.999 -> 2020.09.1Niklas Hambüchen
2020-10-24pitivi: Use `gst-transcoder` from `gst-plugins-bad`Niklas Hambüchen
2020-10-24gstreamer: 1.16.2 -> 1.18.0Niklas Hambüchen
Fixes #98769. Important changes from https://gstreamer.freedesktop.org/releases/1.18/: * `gst-validate` was renamed to `gst-devtools` upstream: > * the `gst-validate` tarball has been superseded by > the `gst-devtools` tarball for consistency with the git module name. * `gst-python` is now Python 3 only: > * Python 2.x is no longer supported
2020-10-23pitivi: Fix .svg loading at startup, see #56943 #89691Niklas Hambüchen
2020-09-02pitivi: Fix buildJan Tojnar
The latest version is not compatible with Python 3.8, let's cherry-pick some patches from master. Also pre-prepare for incoming release of GStreamer 1.18.
2020-09-02pitivi: clean upJan Tojnar
* format with nixpkgs-fmt * use pkg-config instead of pkgconfig alias * reorder attributes * move version inside the mkDerivation
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-17gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-02-14gnome3: stop using aliasesJan Tojnar
2018-12-25gsound: rename from gnome3.gsoundworldofpeace
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-30pitivi: 0.99.0 → 0.999.0Jan Tojnar
2018-10-05gnome3: remove versionBranch attributeJan Tojnar
Standard library now contains stdenv.lib.versions.majorMinor, which does the same.
2018-09-04pitivi: add python3 for install scriptJan Tojnar
Meson no longer propagates it so we need to re-add it.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-04-25pitivi: 0.96 → 0.99Jan Tojnar
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2017-09-08Revert "pitivi: fix path to gst-python"Frederik Rietdijk
This reverts commit c10a1c6e1cf46cb0ed042f10970e89e585be6d97. Not needed anymore since the issue is fixed properly in 23cc97f16b7854f08cd661830480a91f6947290c.
2017-09-08pitivi: fix path to gst-pythonRobert Helgesson
This fixes the `object() takes no parameters` error that shows up on startup.
2016-10-14Python: more evaluation fixups.Vladimír Čunát
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk
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-07-25pitivi: 0.95 -> 0.96 (fixes startup error) (#17228)Bjørn Forsman
* pitivi: 0.95 -> 0.96 (fixes startup error) The upgrade of gtk3 to v3.20 broke pitivi, causing it to segfault after the user closes the Welcome dialog. This release fixes that. New dependencies: gst-transcoder and dbus. (pitivi imports dbus if it finds the GNOME_DESKTOP_SESSION_ID environment variable. Without dbus there will be some ugly errors for GNOME desktop users.) * pitivi: use wrapGAppsHook instead of makeWrapper Allows us to remove preFixup. * pitivi: move meta section to the end Like most Nix package files are written.
2016-03-13drop my maintainership (close #13881)宋文武
2015-12-06pitivi: 0.94 -> 0.95Bjørn Forsman
Notable (hard) dependency changes: - gstreamer >= 1.6.0 - gst-plugins-bad with GTK support (need "gstgtk" plugin) - pygobject >= 3.14 - gst-validate - matplotlib (used for drawing the "timeline") Changes v1 -> v2: pitivi no longer requires clutter, so I switched clutter-gtk => gtk3.
2015-09-18pitivi: 0.93 -> 0.94 (close #9894)宋文武
2015-05-19More usage of gnome3.defaultIconThemeLuca Bruno
2015-03-23pitivi: cleanup and fix icons on non-nixosLuca Bruno
2014-04-17pitivi: fix gsettings schemas, depend upon gnome-desktopLuca Bruno
2014-03-27pitivi: fix icons宋文武
2014-03-22add pitivi 0.93宋文武