SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "opencv"

# SliTaz package receipt.

PACKAGE="opencv"
VERSION="4.5.5"
CATEGORY="development"
SHORT_DESC="Open source computer vision library."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://opencv.org/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION/$TARBALL"

DEPENDS="ffmpeg gcc83-lib-base gtk+ jpeg libpng tiff"
BUILD_DEPENDS="cmake ffmpeg-dev gcc83 gtk+-dev jpeg-dev libgnutls
    libpng-dev tiff-dev"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    export    CC=gcc-83
    export    CXX=g++-83
    export    LDFLAGS="$LDFLAGS -latomic"

    mkdir    _build &&
    cd    _build &&
    cmake    ..                \
        -D CMAKE_INSTALL_PREFIX=/usr    \
        -D ENABLE_PRECOMPILED_HEADERS=OFF &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    share
    cook_copy_files        *.so*
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)