Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= handbrake |
4 |
PORTNAME= handbrake |
5 |
PORTVERSION= 1.0.3 |
5 |
PORTVERSION= 1.0.7 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= multimedia |
6 |
CATEGORIES= multimedia |
8 |
DIST_SUBDIR= ${PORTNAME} |
7 |
DIST_SUBDIR= ${PORTNAME} |
9 |
|
8 |
|
Lines 81-91
Link Here
|
81 |
# Enforce linking to the system c++ standard lib |
80 |
# Enforce linking to the system c++ standard lib |
82 |
LDFLAGS+= -l${COMPILER_FEATURES:Mlib*c++:S/lib//} |
81 |
LDFLAGS+= -l${COMPILER_FEATURES:Mlib*c++:S/lib//} |
83 |
|
82 |
|
84 |
OPTIONS_DEFINE= FDK_AAC X11 |
83 |
OPTIONS_DEFINE= CCACHE FDK_AAC X11 |
85 |
OPTIONS_DEFAULT= X11 |
84 |
OPTIONS_DEFAULT= X11 |
86 |
|
85 |
|
87 |
OPTIONS_SUB= yes |
86 |
OPTIONS_SUB= yes |
88 |
|
87 |
|
|
|
88 |
CCACHE_DESC= Mimimize compile time of C/C++ programs |
89 |
FDK_AAC_DESC= Enable non-free Fraunhofer FDK AAC codec |
89 |
FDK_AAC_DESC= Enable non-free Fraunhofer FDK AAC codec |
90 |
X11_DESC= Build GTK+3 based GUI program |
90 |
X11_DESC= Build GTK+3 based GUI program |
91 |
|
91 |
|
Lines 113-118
Link Here
|
113 |
CONFIGURE_ARGS+= --disable-gtk |
113 |
CONFIGURE_ARGS+= --disable-gtk |
114 |
.endif |
114 |
.endif |
115 |
|
115 |
|
|
|
116 |
.if ${PORT_OPTIONS:MCCACHE} |
117 |
WITH_NO_CCACHE=yes |
118 |
.else |
119 |
NO_CCACHE=yes |
120 |
.endif |
121 |
|
116 |
# HandBrake tries to fetch its dependencies during build phase, which is not |
122 |
# HandBrake tries to fetch its dependencies during build phase, which is not |
117 |
# considered good in FreeBSD. Instead, we will provided the downloaded files. |
123 |
# considered good in FreeBSD. Instead, we will provided the downloaded files. |
118 |
post-extract: .SILENT |
124 |
post-extract: .SILENT |