Commit Graph

8 Commits

Author SHA1 Message Date
Nick Cao
abae31311a
Merge pull request #231492 from doronbehar/pkg/video-trimmer
video-trimmer: 0.8.0 -> 0.8.1
2023-05-13 10:22:36 +08:00
Doron Behar
2f182beba9 video-trimmer: 0.8.0 -> 0.8.1 2023-05-12 18:42:35 +03:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Jan Tojnar
2a3e3c7a99 video-trimmer: add missing codecs
Otherwise it will complain when trying to trim screencasts produced by GNOME Shell:

	(video-trimmer:3229521): GStreamer-Play-WARNING **: 22:37:13.327: GstPlay: scaletempo element not available. Audio pitch will not be preserved during trick modes

	(video-trimmer:3229521): VideoTrimmer-WARNING **: 22:37:13.357: src/video_preview.rs:142: Error in MediaFile: Error from element /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: Your GStreamer installation is missing a plug-in.
	Your GStreamer installation is missing a plug-in.
	../gst/playback/gsturidecodebin.c(1027): no_more_pads_full (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0:
	no suitable plugins found:
	../gst/playback/gstdecodebin2.c(4701): gst_decode_bin_expose (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
	no suitable plugins found:
	Missing decoder: WebM (video/webm)
2022-10-21 22:57:17 +02:00
zendo
069a06dd5e video-trimmer: 0.7.1 -> 0.8.0 2022-10-15 10:11:40 +08:00
Jan Tojnar
fb7e3ad56c video-trimmer: Drop broken update script 2022-10-11 18:52:20 +02:00
Doron Behar
918d9061fd video-trimmer: Handle post-merge reviews
- Don't use appstream-glib and remove patch for `metainfo.xml.in.in` as
  it's not really required.
- Use an upstreamed patch that makes gtk3, python3 & glib not required,
  along with patching shebang of `post-install.py`.
- Remove `updateScript` as it's not suitable for non-gnome applications.
- Move gobject-introspection to `nativeBuildInputs`.
2022-09-03 16:13:29 +03:00
Doron Behar
6b45d2a1d2 video-trimmer: init at 0.7.1 2022-08-21 22:09:11 +03:00