Skip to content

Commit

Permalink
ffmpegthumbnailer-git: new package at git
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Aug 15, 2024
1 parent 4fbcd4c commit 5b0a466
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/ffmpegthumbnailer-git/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -e

export DESTDIR="$1"

cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr

cmake --build build
cmake --install build
4 changes: 4 additions & 0 deletions utils/ffmpegthumbnailer-git/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake make
ffmpeg
libjpeg-turbo
libpng
1 change: 1 addition & 0 deletions utils/ffmpegthumbnailer-git/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/dirkvdb/ffmpegthumbnailer
1 change: 1 addition & 0 deletions utils/ffmpegthumbnailer-git/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git 1

0 comments on commit 5b0a466

Please sign in to comment.