Lines 28-39
RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg
Link Here
|
28 |
USES= compiler:c++17-lang desktop-file-utils gettext-tools gmake gnome \ |
28 |
USES= compiler:c++17-lang desktop-file-utils gettext-tools gmake gnome \ |
29 |
iconv libtool localbase pathfix pkgconfig tar:xz |
29 |
iconv libtool localbase pathfix pkgconfig tar:xz |
30 |
|
30 |
|
31 |
# VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag |
|
|
32 |
# to the compiler. Until the port is updated, we explicitly pass -std=c++11 to |
33 |
# the compiler because Qt 5.7+ requires C++11 support, and FreeBSD 10's clang |
34 |
# does not default to C++11 mode. |
35 |
# USE_CXXSTD= c++11 |
36 |
|
37 |
USE_GNOME= libxml2 |
31 |
USE_GNOME= libxml2 |
38 |
USE_LDCONFIG= yes |
32 |
USE_LDCONFIG= yes |
39 |
INSTALL_TARGET= install-strip |
33 |
INSTALL_TARGET= install-strip |