|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= gmerlin-avdecoder |
8 |
PORTNAME= gmerlin-avdecoder |
| 9 |
PORTVERSION= 0.1.8 |
9 |
PORTVERSION= 1.0.1 |
| 10 |
PORTREVISION= 4 |
|
|
| 11 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
| 12 |
MASTER_SITES= SF/gmerlin |
11 |
MASTER_SITES= SF/gmerlin |
| 13 |
|
12 |
|
|
Lines 44-49
Link Here
|
| 44 |
A52 "Enable A52 support" on \ |
43 |
A52 "Enable A52 support" on \ |
| 45 |
DCA "Enable DTS Coherent Acoustics decoder" on \ |
44 |
DCA "Enable DTS Coherent Acoustics decoder" on \ |
| 46 |
LIBCDIO "Enable libcdio support" on \ |
45 |
LIBCDIO "Enable libcdio support" on \ |
|
|
46 |
OPENJPEG "Enable JPEG2000 support" on \ |
| 47 |
SCHROEDINGER "Enable dirac support" on \ |
| 47 |
OPTIMIZED_CFLAGS "Additional optimizations" on |
48 |
OPTIMIZED_CFLAGS "Additional optimizations" on |
| 48 |
|
49 |
|
| 49 |
.include <bsd.port.pre.mk> |
50 |
.include <bsd.port.pre.mk> |
|
Lines 171-176
Link Here
|
| 171 |
CONFIGURE_ARGS+=--disable-libcdio |
172 |
CONFIGURE_ARGS+=--disable-libcdio |
| 172 |
.endif |
173 |
.endif |
| 173 |
|
174 |
|
|
|
175 |
.if !defined(WITHOUT_OPENJPEG) |
| 176 |
LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg |
| 177 |
.else |
| 178 |
CONFIGURE_ARGS+=--disable-openjpeg |
| 179 |
.endif |
| 180 |
|
| 181 |
.if !defined(WITHOUT_SCHROEDINGER) |
| 182 |
LIB_DEPENDS+= schroedinger-1.0.2:${PORTSDIR}/multimedia/schroedinger |
| 183 |
.else |
| 184 |
CONFIGURE_ARGS+=--disable-schroedinger |
| 185 |
.endif |
| 186 |
|
| 174 |
# vendor ocflags from configure |
187 |
# vendor ocflags from configure |
| 175 |
.if !defined(WITHOUT_OPTIMIZED_CFLAGS) |
188 |
.if !defined(WITHOUT_OPTIMIZED_CFLAGS) |
| 176 |
CFLAGS+= -O3 -funroll-all-loops -ffast-math |
189 |
CFLAGS+= -O3 -funroll-all-loops -ffast-math |