- Update to 2.18
- Bump USE_PYTHON to 2.5+ - Remove dependency on databases/py-pysqlite23, keep py-sqlite3 - Conditionally depend on simplejson, since we have json module in python 2.6+ - Whitespace fix PR: 160155 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
parent
a91c6e0e1c
commit
ce120551b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280437
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gpodder
|
||||
PORTVERSION= 2.16
|
||||
PORTVERSION= 2.18
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= BERLIOS \
|
||||
http://thp.io/2010/mygpoclient/:mygpoclient \
|
||||
@ -22,15 +22,13 @@ COMMENT= A GTK2 podcast aggregrator written in Python
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \
|
||||
${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify \
|
||||
xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
wget:${PORTSDIR}/ftp/wget \
|
||||
gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
||||
${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
|
||||
${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser
|
||||
|
||||
OPTIONS= COVERART "Cover Art syncing support" off \
|
||||
IPOD "iPod synchronization support" off \
|
||||
@ -38,13 +36,13 @@ OPTIONS= COVERART "Cover Art syncing support" off \
|
||||
OGG2MP3 "Ogg Vorbis conversion to MP3 support" off \
|
||||
SHOWNOTES "HTML episode shownotes support" off
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_GNOME= pygtk2
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= messages
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALLS_EGGINFO=yes
|
||||
INSTALLS_EGGINFO= yes
|
||||
|
||||
MAN1= gpo.1 ${PORTNAME}.1 ${PORTNAME}-backup.1
|
||||
|
||||
@ -53,6 +51,10 @@ MGC_WRKSRC= ${WRKDIR}/${MGC_DISTNAME}/mygpoclient
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 260
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson
|
||||
.endif
|
||||
|
||||
.if defined(WITH_COVERART)
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (gpodder-2.16.tar.gz) = 32624336d9f699d69011bfd92dcf279379dd2571b4ed893940d226dbd54cdb80
|
||||
SIZE (gpodder-2.16.tar.gz) = 1070010
|
||||
SHA256 (gpodder-2.18.tar.gz) = 5de7810403bb58f995e65caa2db094fc5a3b3285e4fb5c6d0c36d05c350ac974
|
||||
SIZE (gpodder-2.18.tar.gz) = 1024236
|
||||
SHA256 (mygpoclient-1.5.tar.gz) = bd3f31fa082965e3005cf725a09444bcc77600de355e1ee795e7af53fcae568b
|
||||
SIZE (mygpoclient-1.5.tar.gz) = 30719
|
||||
|
Loading…
Reference in New Issue
Block a user