Support libgpod 0.8.0.
This commit is contained in:
parent
37ff5bc8ae
commit
280ad9e20d
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.12 2011/11/01 06:00:33 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2011/11/21 19:49:19 shattered Exp $
|
||||
|
||||
DISTNAME= amarok-${VERSION}
|
||||
VERSION= 1.4.10
|
||||
PKGREVISION= 16
|
||||
PKGREVISION= 17
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.1.1.1 2010/02/16 08:59:13 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2011/11/21 19:49:19 shattered Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.amarok
|
||||
PKG_SUPPORTED_OPTIONS= libgpod libmtp mysql pgsql
|
||||
|
@ -10,8 +10,10 @@ PLIST_VARS+= ipod libmtp
|
|||
.if !empty(PKG_OPTIONS:Mlibgpod)
|
||||
PLIST.ipod= yes
|
||||
CONFIGURE_ARGS+= --enable-libgpod
|
||||
BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.4.2
|
||||
BUILDLINK_API_DEPENDS.libgpod+= libgpod>=0.8.0
|
||||
. include "../../audio/libgpod/buildlink3.mk"
|
||||
. include "../../textproc/libplist/buildlink3.mk"
|
||||
. include "../../databases/sqlite3/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mlibmtp)
|
||||
|
|
Loading…
Reference in a new issue