Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
5b7a5c8f
Commit
5b7a5c8f
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
unmaintained/opencv: remove, there is one in testing
parent
0f5612e6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unmaintained/opencv/APKBUILD
+0
-50
0 additions, 50 deletions
unmaintained/opencv/APKBUILD
with
0 additions
and
50 deletions
unmaintained/opencv/APKBUILD
deleted
100644 → 0
+
0
−
50
View file @
0f5612e6
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
opencv
pkgver
=
3.2.0
pkgrel
=
6
pkgdesc
=
"Computer vision and machine learning software library"
url
=
"https://opencv.org"
arch
=
"all"
license
=
"BSD-3-Clause"
makedepends
=
"cmake ffmpeg-dev libpng-dev libjpeg-turbo-dev tiff-dev jasper-dev
libgomp openexr-dev gtk+3.0-dev gtk+-dev gst-plugins-base-dev
libgphoto2-dev v4l-utils-dev libwebp-dev libdc1394-dev doxygen"
subpackages
=
"
$pkgname
-dev
$pkgname
-libs"
source
=
"opencv-
$pkgver
.tar.gz::https://github.com/opencv/opencv/archive/
$pkgver
.tar.gz"
prepare
()
{
default_prepare
# purge 3rd party except carotene
for
i
in
"
$builddir
"
/3rdparty/
*
;
do
case
$i
in
*
/carotene
*
)
continue
;;
esac
rm
-rf
"
$i
"
done
}
build
()
{
if
[
"
$CARCH
"
!=
"x86_64"
]
;
then
local
_sse
=
"-DENABLE_SSE=OFF -DENABLE_SSE2=OFF"
fi
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DENABLE_PRECOMPILED_HEADERS
=
OFF
\
-DWITH_OPENMP
=
ON
\
-WITH_OPENCL
=
ON
\
-DWITH_IPP
=
OFF
\
$_sse
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"381fc8146722f7eeed5ec6f36a0180f3210a0bc8412f9f9d5d667827241a12709afee6fd42fb6f8b4e0ff4ed96cc645c55590ac89f65c529d4fbb6cd0ee752ed opencv-3.2.0.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment