aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gpodder/Makefile
blob: 29ebd361500f7955854914264cd0ebd671411e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Created by: Chess Griffin <chess@chessgriffin.com>
# $FreeBSD$

PORTNAME=   gpodder
PORTVERSION=    3.4.0
PORTREVISION=   1
CATEGORIES= multimedia python
MASTER_SITES=   http://gpodder.org/src/

MAINTAINER= rm@FreeBSD.org
COMMENT=    Media aggregator and podcast client

LICENSE=    GPLv3

BUILD_DEPENDS=  intltool-extract:${PORTSDIR}/textproc/intltool \
        help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
        ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \
        ${PYTHON_PKGNAMEPREFIX}mygpoclient>=1.4:${PORTSDIR}/devel/py-mygpoclient \
        ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \
        ${PYTHON_PKGNAMEPREFIX}eyed3>=0:${PORTSDIR}/audio/py-eyed3

OPTIONS_DEFINE= GTK2 NOTIFY MUTAGEN OGG2MP3
OPTIONS_DEFAULT=GTK2
MUTAGEN_DESC=   Allow metadata manipulation
OGG2MP3_DESC=   Ogg Vorbis conversion to MP3 support
OPTIONS_EXCLUDE=NLS

ALL_TARGET= messages
MAKE_ENV=   GPODDER_MANPATH_NO_SHARE="yes"
MAKEFILE=   makefile
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_PYTHON= -2.7
WANT_GNOME= yes
INSTALLS_EGGINFO=yes
INSTALLS_ICONS= yes
PORTDOCS=   PKG-INFO README

MAN1=       gpo.1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGTK2}
MAKE_ENV+=  GPODDER_INSTALL_UIS="cli gtk"
MAN1+=      ${PORTNAME}.1
PLIST_SUB+= GTK=""
RUN_DEPENDS+=   gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
        xdg-open:${PORTSDIR}/devel/xdg-utils
USE_GNOME=  pygtk2
.else
MAKE_ENV+=  GPODDER_INSTALL_UIS="cli"
PLIST_SUB+= GTK="@comment "
.endif
.if ${PORT_OPTIONS:MNOTIFY}
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify
.endif
.if ${PORT_OPTIONS:MMUTAGEN}
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen
.endif
.if ${PORT_OPTIONS:MOGG2MP3}
RUN_DEPENDS+=   lame:${PORTSDIR}/audio/lame \
        oggdec:${PORTSDIR}/audio/vorbis-tools
.endif

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
2016-03-211-1/+1 * Update to upstream version 1.3.0 from 2016-02-16riggs2016-02-282-8/+2 * - Build with ffmpeg-2.8.6riggs2016-02-062-3/+3 * Build with ffmpeg-2.8.5; fix zero-day remote vulnerabilityriggs2016-01-172-3/+3 * Use ffmpeg 2.8.4 for mplayer / mencoderriggs2015-12-242-2/+3 * Update to mplayer snapshot as of 20151219riggs2015-12-202-4/+4 * Update giflib to 5.1.1antoine2015-12-041-1/+1 * Build with ffmpeg 2.8.3, bump PORTREVISIONriggs2015-11-282-3/+3 * Build mplayer/mencoder with latest ffmpeg release 2.8.2riggs2015-11-142-3/+3 * Use ffmpeg 2.8.1 for en/decoding, convert more OPTIONs to helpersriggs2015-10-242-3/+3 * Use ffmpeg-2.8 with mplayer / mencoderriggs2015-09-192-3/+3 * Correct arch dependent OPTIONS for powerpcriggs2015-09-021-2/+3 * Enable VDPAU by default for mplayer on i386/amd64; general port cleanupriggs2015-09-011-8/+11 * - Update to recent mplayer snapshot (2015-08-22)riggs2015-08-242-4/+10 * - Retire WIN32 OPTION for win32 binary codecs support on i386, insteadriggs2015-08-021-4/+3 * Fix runtime crash with certain MPEG2 files on pre-10 systems.riggs2015-04-121-0/+1 * - Update to new upstream snapshot as of 2015-04-03riggs2015-04-042-3/+2 * Fix cdio supportriggs2015-01-251-5/+5 * Modernise compiler handlingriggs2015-01-191-3/+2 * Update graphics/giflib to 5.0.5antoine2015-01-151-0/+1 * - Upstream versions of mplayer and ffmpeg as of 2014-12-23riggs2014-12-292-11/+9 * Bump portrevision after png updatebapt2014-12-261-1/+1 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1 * Enable network streaming via https and other encrypted connectionsriggs2014-11-211-4/+4 * Correct iconv handlingriggs2014-11-172-4/+3 * Add USES=alias to several portsmarino2014-10-201-1/+1 * - Add experimental OPTION to avoid memory alignment hacksriggs2014-09-131-2/+3 * converters/fribidi:tijl2014-08-311-0/+1 * - Update to new upstream snapshot 2014-08-24riggs2014-08-292-3/+2 * audio/rhythmbox: drop :keeplatijl2014-07-181-1/+1 * Add a global OPUS_DESCtijl2014-07-111-1/+0 * - Fix integer overflow in mencoder (bundled ffmpeg CVE-2014-4610)riggs2014-06-281-0/+1