forked from Lainports/freebsd-ports
- Chase audio/libgpod shlib bump
This commit is contained in:
parent
a7fa7de313
commit
79181787d7
6 changed files with 12 additions and 12 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= amarok
|
||||
PORTVERSION= 1.4.10
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
|
||||
|
|
@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--without-exscalibar \
|
|||
PLIST_SUB+= GPOD="@comment "
|
||||
CONFIGURE_ARGS+=--without-libgpod
|
||||
.else
|
||||
LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
|
||||
LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
|
||||
CONFIGURE_ARGS+=--with-libgpod
|
||||
PLIST_SUB+= GPOD=""
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gtkpod
|
||||
PORTVERSION= 0.99.12
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
@ -16,7 +16,7 @@ MAINTAINER= danfe@FreeBSD.org
|
|||
COMMENT= GUI for Apple iPods using GTK2
|
||||
|
||||
LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \
|
||||
gpod.3:${PORTSDIR}/audio/libgpod
|
||||
gpod.5:${PORTSDIR}/audio/libgpod
|
||||
RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain \
|
||||
iconv:${PORTSDIR}/converters/libiconv
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.12.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
@ -115,7 +115,7 @@ PLIST_SUB+= PYTHON="@comment "
|
|||
.endif
|
||||
|
||||
.if !defined(WITHOUT_IPOD)
|
||||
LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
|
||||
LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
|
||||
CONFIGURE_ARGS+=--with-ipod
|
||||
PLIST_SUB+= IPOD=""
|
||||
.else
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gnome-mplayer
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --without-libnotify
|
|||
.endif
|
||||
|
||||
.if defined(WITH_GPOD)
|
||||
LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
|
||||
LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
|
||||
CONFIGURE_ARGS+= --with-libgpod
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libgpod
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gpodder
|
||||
PORTVERSION= 0.15.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= gpodder
|
||||
|
|
@ -52,7 +52,7 @@ PLIST_SUB+= NLS=""
|
|||
.endif
|
||||
|
||||
.if defined(WITH_IPOD)
|
||||
LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod
|
||||
LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= pod
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= sysutils audio
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= fusepod/
|
||||
|
|
@ -17,7 +17,7 @@ MAINTAINER= fjoe@FreeBSD.org
|
|||
COMMENT= FUSE-based filesystem for iPod
|
||||
|
||||
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
|
||||
gpod.3:${PORTSDIR}/audio/libgpod\
|
||||
gpod.5:${PORTSDIR}/audio/libgpod\
|
||||
tag.6:${PORTSDIR}/audio/taglib
|
||||
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue