Skip to content

Commit

Permalink
ffmpegthumbnailer: 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Nov 6, 2024
1 parent dd3a5f2 commit 40178a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ffmpegthumbnailer/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ef466e64df666ba006c0b071eb48018e ffmpegthumbnailer-2.2.2.tar.bz2
114472c46d9e1e1ab1f43834988ca150 ffmpegthumbnailer-2.2.3.tar.gz
23 changes: 12 additions & 11 deletions ffmpegthumbnailer/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
# Depends on: ffmpeg libjpeg-turbo

name=ffmpegthumbnailer
version=2.2.2
version=2.2.3
release=1
source=https://github.com/dirkvdb/$name/releases/download/$version/$name-$version.tar.bz2
source=$name-$version.tar.gz::https://github.com/dirkvdb/$name/archive/refs/tags/$version.tar.gz

build() {
cmake -S $name-$version -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DENABLE_GIO=True \
-DENABLE_THUMBNAILER=True \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D BUILD_SHARED_LIBS=True \
-D CMAKE_BUILD_TYPE=RelWithDebugInfo \
-D CMAKE_CXX_FLAGS="$CXXFLAGS" \
-D CMAKE_C_FLAGS="$CFLAGS" \
-D ENABLE_GIO=ON \
-D ENABLE_THUMBNAILER=ON \
-D ENABLE_TESTS=OFF \
-Wno-dev

ninja -C build -j ${JOBS:-1} -v
Expand Down

0 comments on commit 40178a1

Please sign in to comment.