cope with audio/py-mutagen subpackage split
This commit is contained in:
parent
fcb1a8ae3a
commit
0022503a80
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2019/11/10 21:47:00 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT= CLI tools to manage music collections
|
||||
|
||||
MODPY_EGG_VERSION= 1.4.9
|
||||
DISTNAME= beets-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= audio
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2019/07/12 20:43:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT = music manager and player for GTK+ written in Python
|
||||
|
||||
# on Python 3 support: https://github.com/exaile/exaile/issues/246
|
||||
|
||||
V = 3.4.5
|
||||
DISTNAME = exaile-${V}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = audio x11
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2019/07/12 20:43:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT-main= library to access the contents of an iPod
|
||||
COMMENT-python= python bindings for libgpod
|
||||
@ -12,7 +12,7 @@ CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
|
||||
|
||||
REVISION-main= 10
|
||||
REVISION-python= 7
|
||||
REVISION-python= 8
|
||||
|
||||
HOMEPAGE= http://www.gtkpod.org/libgpod/
|
||||
|
||||
@ -26,8 +26,7 @@ USE_GMAKE= Yes
|
||||
MODULES= lang/python \
|
||||
textproc/intltool
|
||||
|
||||
BUILD_DEPENDS= audio/py-mutagen \
|
||||
devel/py-gobject \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS-python} \
|
||||
devel/swig
|
||||
RUN_DEPENDS-python= audio/py-mutagen \
|
||||
devel/py-gobject
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2019/08/23 20:20:03 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT = automatic audio files tagger using the MusicBrainz database
|
||||
|
||||
MODPY_EGG_VERSION = 2.1.3
|
||||
DISTNAME = picard-${MODPY_EGG_VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
|
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/11/10 16:25:41 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT = spreadsheet-like audio file tagger
|
||||
|
||||
# Python 3 info: https://github.com/keithgg/puddletag/issues/300
|
||||
|
||||
MODPY_EGG_VERSION = 1.2.0
|
||||
DISTNAME = puddletag-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:43:40 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT = free karaoke player
|
||||
|
||||
MODPY_EGG_VERSION = 0.7.5
|
||||
DISTNAME = pykaraoke-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = audio
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = http://kibosh.org/pykaraoke/
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2019/06/03 16:06:50 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT= audio player and tagger for GTK+ with regex support
|
||||
|
||||
MODPY_EGG_VERSION= 4.2.1
|
||||
DISTNAME= quodlibet-${MODPY_EGG_VERSION}
|
||||
PORTROACH= skipv:release-${MODPY_EGG_VERSION}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,10 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2019/06/03 16:06:50 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT= multi-format tools and Python module for ReplayGain
|
||||
|
||||
# rgain no longer updated by original maintainer; newer (2019/07) py3 fork
|
||||
# at https://github.com/chaudum/rgain but it seems a bit early still
|
||||
|
||||
MODPY_EGG_VERSION= 1.3.4
|
||||
DISTNAME= rgain-${MODPY_EGG_VERSION}
|
||||
WRKDIST= ${WRKDIR}/fk-rgain-8df1a846a12c
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2019/09/30 12:53:10 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2019/11/19 12:12:15 sthen Exp $
|
||||
|
||||
COMMENT = command line podcast aggregator
|
||||
|
||||
DISTNAME = hpodder-1.1.6
|
||||
REVISION = 16
|
||||
REVISION = 17
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = https://github.com/jgoerzen/hpodder/wiki
|
||||
|
||||
@ -26,7 +26,7 @@ BUILD_DEPENDS = devel/hs-ConfigFile \
|
||||
textproc/hs-HaXml>=1.22 \
|
||||
databases/hs-HDBC-sqlite3>=1.1.0
|
||||
RUN_DEPENDS = net/curl>=7.15.5 \
|
||||
audio/py-mutagen>=1.9
|
||||
audio/py-mutagen,-tools
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${FILESDIR}/hpodder.1 ${PREFIX}/man/man1
|
||||
|
Loading…
x
Reference in New Issue
Block a user