[neon/snap-packaging/gwenview-snap] /: Bundle ffmpeg.
Scarlett Moore
null at kde.org
Tue Oct 8 13:44:40 BST 2024
Git commit ba609592ed459e5d348c9bace63813d559d57f66 by Scarlett Moore.
Committed on 08/10/2024 at 12:44.
Pushed by scarlettmoore into branch 'master'.
Bundle ffmpeg.
M +1 -5 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/ba609592ed459e5d348c9bace63813d559d57f66
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6d1d26d..76f4aa5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -47,10 +47,6 @@ plugs:
content: foo
default-provider: cups
target: $SNAP_DATA/foo
- ffmpeg-2204:
- interface: content
- target: ffmpeg-platform # the folder where this content snap will be mounted
- default-provider: ffmpeg-2204
package-repositories:
- type: apt
components:
@@ -221,7 +217,7 @@ parts:
- ffmpeg-2204
override-prime: |
set -eux
- for snap in "core22" "kf6-core22" "ffmpeg-2204"; do
+ for snap in "core22" "kf6-core22"; do
cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \;
done
More information about the Neon-commits
mailing list