Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= freetuxtv |
4 |
PORTNAME= freetuxtv |
5 |
PORTVERSION= 0.6.5 |
5 |
PORTVERSION= 0.6.5 |
6 |
PORTREVISION= 15 |
6 |
PORTREVISION= 16 |
7 |
CATEGORIES= multimedia |
7 |
CATEGORIES= multimedia |
8 |
MASTER_SITES= GOOGLE_CODE |
8 |
MASTER_SITES= GOOGLE_CODE |
9 |
|
9 |
|
Lines 12-37
COMMENT= WebTV player based on GTK2+ and
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3 |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser |
|
|
16 |
LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc \ |
15 |
LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc \ |
17 |
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ |
16 |
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ |
18 |
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ |
17 |
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ |
19 |
libcurl.so:${PORTSDIR}/ftp/curl \ |
18 |
libcurl.so:${PORTSDIR}/ftp/curl \ |
20 |
libnotify.so:${PORTSDIR}/devel/libnotify \ |
19 |
libnotify.so:${PORTSDIR}/devel/libnotify \ |
21 |
libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ |
|
|
22 |
libpcre.so:${PORTSDIR}/devel/pcre \ |
23 |
libpng15.so:${PORTSDIR}/graphics/png \ |
24 |
libfreetype.so:${PORTSDIR}/print/freetype2 \ |
25 |
libexpat.so:${PORTSDIR}/textproc/expat2 \ |
26 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig |
27 |
|
20 |
|
28 |
USES= gmake iconv libtool pathfix pkgconfig |
21 |
USES= gmake iconv libtool pkgconfig |
29 |
USE_GNOME= gtk20 cairo |
22 |
USE_GNOME= gtk20 |
30 |
USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ |
|
|
31 |
xi xinerama xrandr xrender |
32 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
33 |
CONFIGURE_ARGS+=--with-gtk=2.0 |
24 |
CONFIGURE_ARGS= --with-gtk=2.0 |
34 |
CFLAGS+= -Wno-return-type -w |
25 |
CFLAGS+= -Wno-return-type -w |
|
|
26 |
CPPFLAGS+= -I${LOCALBASE}/include |
27 |
LIBS+= -L${LOCALBASE}/lib |
35 |
INSTALLS_ICONS= yes |
28 |
INSTALLS_ICONS= yes |
36 |
|
29 |
|
37 |
PORTDOCS= AUTHORS ChangeLog README |
30 |
PORTDOCS= AUTHORS ChangeLog README |
Lines 48-54
SUB_FILES= pkg-message
Link Here
|
48 |
PORTSCOUT= ignore:1 |
41 |
PORTSCOUT= ignore:1 |
49 |
|
42 |
|
50 |
post-patch: |
43 |
post-patch: |
51 |
@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${PREFIX}/share/doc/${PORTNAME}|' \ |
44 |
@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${pkgdocdir}|' \ |
52 |
-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \ |
45 |
-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \ |
53 |
${WRKSRC}/Makefile.in |
46 |
${WRKSRC}/Makefile.in |
54 |
@${REINPLACE_CMD} -e 's/libvlc_media_new_path/libvlc_media_new_location/' \ |
47 |
@${REINPLACE_CMD} -e 's/libvlc_media_new_path/libvlc_media_new_location/' \ |