mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Gerbera : implement test (#6310)
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://docs.gerbera.io"
|
||||
COPYRIGHT="2005-2010 Gena Batyan, Sergey 'Jin' Bostandzhyan, Leonhard Wimmer
|
||||
2020-2021 Gerbera Contributors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/gerbera/gerbera/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b1e5591515f05a46de052ef4d95a2bb3387e96f565a5ce7abb6a77dbe581f09a"
|
||||
SOURCE_FILENAME="gerbera-$portVersion.tar.gz"
|
||||
@@ -79,6 +79,7 @@ BUILD_REQUIRES="
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:libtag$secondaryArchSuffix
|
||||
devel:libuuid$secondaryArchSuffix
|
||||
devel:libgtest$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
@@ -101,7 +102,8 @@ BUILD()
|
||||
-DWITH_INOTIFY=NO \
|
||||
-DWITH_SYSTEMD=NO \
|
||||
-DWITH_NPUPNP=YES \
|
||||
-DWITH_AVCODEC=YES
|
||||
-DWITH_AVCODEC=YES \
|
||||
-DWITH_TESTS=ON
|
||||
|
||||
make $jobArgs -C build
|
||||
}
|
||||
@@ -116,3 +118,8 @@ INSTALL()
|
||||
mkdir -p $postInstallDir
|
||||
cp $portDir/additional-files/install_config.sh $postInstallDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make -C build test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user