Lines 12-18
LICENSE= GPLv2
Link Here
|
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libpng.so:graphics/png \ |
14 |
LIB_DEPENDS= libpng.so:graphics/png \ |
15 |
libavcodec.so.58:multimedia/ffmpeg4 \ |
15 |
libavcodec.so:multimedia/ffmpeg \ |
16 |
libfreetype.so:print/freetype2 |
16 |
libfreetype.so:print/freetype2 |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} |
18 |
BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} |
Lines 21-28
BUILD_DEPENDS_i386= as:devel/binutils
Link Here
|
21 |
USES= compiler:c11 gmake iconv ncurses tar:xz |
21 |
USES= compiler:c11 gmake iconv ncurses tar:xz |
22 |
NOPRECIOUSMAKEVARS= yes # ARCH |
22 |
NOPRECIOUSMAKEVARS= yes # ARCH |
23 |
HAS_CONFIGURE= yes |
23 |
HAS_CONFIGURE= yes |
24 |
CONFIGURE_ENV+= TMPDIR="${WRKSRC}" \ |
24 |
CONFIGURE_ENV+= TMPDIR="${WRKSRC}" |
25 |
PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" |
|
|
26 |
CONFIGURE_ARGS= --cc="${CC}" \ |
25 |
CONFIGURE_ARGS= --cc="${CC}" \ |
27 |
--host-cc="${CC}" \ |
26 |
--host-cc="${CC}" \ |
28 |
--as="${AS}" \ |
27 |
--as="${AS}" \ |
Lines 51-60
CONFIGURE_ARGS= --cc="${CC}" \
Link Here
|
51 |
--disable-real \ |
50 |
--disable-real \ |
52 |
--yasm='' |
51 |
--yasm='' |
53 |
|
52 |
|
54 |
MAKE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" |
|
|
55 |
|
56 |
CFLAGS+= -I${LOCALBASE}/ffmpeg4/include |
57 |
|
58 |
common-post-patch: |
53 |
common-post-patch: |
59 |
@${REINPLACE_CMD} \ |
54 |
@${REINPLACE_CMD} \ |
60 |
-e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|; \ |
55 |
-e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|; \ |