Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
bd6e5ab3
Commit
bd6e5ab3
authored
2 years ago
by
Tatsuki Makino
Committed by
Nuno Teixeira
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
multimedia/libopenshot: Add resvg option
- Add resvg (graphics/resvg-capi) build option PR: 268853
parent
ced71bc7
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
multimedia/libopenshot/Makefile
+8
-4
8 additions, 4 deletions
multimedia/libopenshot/Makefile
with
8 additions
and
4 deletions
multimedia/libopenshot/Makefile
+
8
−
4
View file @
bd6e5ab3
PORTNAME
=
libopenshot
DISTVERSIONPREFIX
=
v
DISTVERSION
=
0.3.0
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
multimedia
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -27,18 +27,18 @@ USE_GITHUB= yes
GH_ACCOUNT
=
OpenShot
USE_LDCONFIG
=
yes
USE_PYTHON
=
flavors
USE_QT
=
core gui
svg
widgets buildtools:build qmake:build
USE_QT
=
core gui widgets buildtools:build qmake:build
CMAKE_ON
=
USE_SYSTEM_JSONCPP DISABLE_BUNDLED_JSONCPP
\
USE_HW_ACCEL ENABLE_PYTHON
\
CMAKE_DISABLE_FIND_PACKAGE_Catch2
\
CMAKE_DISABLE_FIND_PACKAGE_Resvg
\
CMAKE_DISABLE_FIND_PACKAGE_Ruby
CMAKE_OFF
=
ENABLE_PARALLEL_CTEST VERBOSE_TESTS ENABLE_COVERAGE
\
APPIMAGE_BUILD BUILD_TESTING ENABLE_TESTS ENABLE_RUBY
OPTIONS_DEFINE
=
DOCS IMAGEMAGICK OPENCV
OPTIONS_DEFINE
=
DOCS IMAGEMAGICK OPENCV
RESVG
OPTIONS_DEFAULT
=
IMAGEMAGICK OPENCV
OPTIONS_SUB
=
yes
RESVG_DESC
?=
SVG vector graphics support via resvg
DOCS_BUILD_DEPENDS
=
doxygen:devel/doxygen
DOCS_CMAKE_BOOL
=
ENABLE_LIB_DOCS
DOCS_CMAKE_BOOL_OFF
=
CMAKE_DISABLE_FIND_PACKAGE_Doxygen
...
...
@@ -53,6 +53,10 @@ OPENCV_CMAKE_BOOL= ENABLE_OPENCV
OPENCV_CMAKE_BOOL_OFF
=
CMAKE_DISABLE_FIND_PACKAGE_OpenCV
\
CMAKE_DISABLE_FIND_PACKAGE_Protobuf
OPENCV_CMAKE_ON
=
-DOpenCV_DIR
:STRING
=
${
LOCALBASE:Q
}
/cmake/opencv4
RESVG_LIB_DEPENDS
=
libresvg.so:graphics/resvg-capi
RESVG_USE_OFF
=
QT
=
svg
RESVG_CMAKE_BOOL_OFF
=
CMAKE_DISABLE_FIND_PACKAGE_Resvg
RESVG_CMAKE_ON
=
-DRESVGDIR
:STRING
=
${
LOCALBASE:Q
}
.if
!exists(/usr/include/omp.h)
USES
+=
compiler:gcc-c++11-lib
...
...
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