diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2021-01-22 19:59:49 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2021-01-22 19:59:49 +0000 |
commit | 2090195620fcc4e239e0cae553ddff1be9a241d4 (patch) | |
tree | f1036e30858478a806803df6f036f66f4d2c97c5 | |
parent | sysutils/doctl: Update to version 1.55.0 (diff) |
audio/strawberry: Update to 0.8.5
*While here*
Add missing LIB_DEPENDS for IPOD option
PR: 252914
Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=562333
-rw-r--r-- | audio/strawberry/Makefile | 6 | ||||
-rw-r--r-- | audio/strawberry/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index e007b1461c11..5212da94cc96 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= strawberry -DISTVERSION= 0.8.4 +DISTVERSION= 0.8.5 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://files.jkvinge.net/packages/strawberry/ @@ -68,7 +68,9 @@ AUDIOCD_CMAKE_BOOL= ENABLE_AUDIOCD AUDIOCD_LIB_DEPENDS= libcdio.so:sysutils/libcdio IPOD_CMAKE_BOOL= ENABLE_LIBGPOD -IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod +IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ + libimobiledevice-1.0.so:comms/libimobiledevice \ + libplist-2.0.so:devel/libplist MTPDEV_CMAKE_BOOL= ENABLE_LIBMTP MTPDEV_LIB_DEPENDS= libmtp.so:multimedia/libmtp diff --git a/audio/strawberry/distinfo b/audio/strawberry/distinfo index 0223af1c6f9f..9bc632dcf21a 100644 --- a/audio/strawberry/distinfo +++ b/audio/strawberry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606627413 -SHA256 (strawberry-0.8.4.tar.xz) = f93acf3217ae6b63c6ee469bf8b8a86317f724c018cf7e86c43d663c8066760b -SIZE (strawberry-0.8.4.tar.xz) = 10781080 +TIMESTAMP = 1611334871 +SHA256 (strawberry-0.8.5.tar.xz) = e8643e71588ba6b2245dbd96c54935941608643ea576e5413abb05b5cc186a89 +SIZE (strawberry-0.8.5.tar.xz) = 10801412 |