Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jasperla/openbsd-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rnagy committed Jan 23, 2022
2 parents d2b73e9 + 19683b5 commit 5dd2028
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 28 deletions.
14 changes: 9 additions & 5 deletions audio/strawberry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMMENT = music player and music collection organizer

GH_ACCOUNT = strawberrymusicplayer
GH_PROJECT = strawberry
GH_TAGNAME = 1.0.0
GH_TAGNAME = 1.0.1
PKGNAME = strawberry-${GH_TAGNAME}

CATEGORIES = audio x11
Expand Down Expand Up @@ -37,18 +37,18 @@ RUN_DEPENDS = devel/desktop-file-utils \
LIB_DEPENDS = audio/chromaprint \
audio/libcdio \
audio/libgpod \
audio/liblastfm>=1.1.0 \
audio/pulseaudio \
audio/taglib \
devel/libmtp \
devel/protobuf \
graphics/glew \
math/fftw3 \
multimedia/gstreamer1/core \
multimedia/gstreamer1/plugins-base \
net/libmygpo-qt>=1.1.0 \
x11/qt5/qtx11extras

# XXX: tests currently broken:
# https://github.com/strawberrymusicplayer/strawberry/issues/881
NO_TEST = Yes
TEST_DEPENDS = ${MODPY_BUILD_DEPENDS}
TEST_TARGET = strawberry_tests

Expand All @@ -58,7 +58,11 @@ CONFIGURE_ENV += QT_DIR=${MODQT5_LIBDIR}/cmake/Qt5/
# Disable VLC support for now.
CONFIGURE_ARGS += -DENABLE_VLC=OFF

# Tries to use ccache by default.
# Tries to use ccache if it is installed.
CONFIGURE_ARGS += -DCCACHE_EXECUTABLE=

post-install:
mv ${PREFIX}/share/man/* ${PREFIX}/man/
rmdir ${PREFIX}/share/man

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions audio/strawberry/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (strawberry-1.0.0.tar.gz) = DS0i+udWmUSuOLRuyMD/l5ULyipMk56yWsadaNc1cWk=
SIZE (strawberry-1.0.0.tar.gz) = 12535333
SHA256 (strawberry-1.0.1.tar.gz) = zfMd2HTF2evc99f8CtD/M8fx5CKbJd1l3Lp64nzHzOQ=
SIZE (strawberry-1.0.1.tar.gz) = 12688947
13 changes: 0 additions & 13 deletions audio/strawberry/patches/patch-tests_CMakeLists_txt

This file was deleted.

7 changes: 4 additions & 3 deletions audio/strawberry/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Clementine is a multiplatform music player. It is inspired by Amarok 1.4,
focusing on a fast and easy-to-use interface for searching and playing
your music.
Strawberry is a music player and music collection organizer.

It is aimed at music collectors and audiophiles. With Strawberry you can play
and manage your digital music collection, or stream your favorite radios.
8 changes: 3 additions & 5 deletions audio/strawberry/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
@comment $OpenBSD: PLIST,v 1.4 2020/01/26 17:37:08 rsadowski Exp $
@bin bin/strawberry
@bin bin/strawberry-tagreader
@man man/man1/strawberry-tagreader.1
@man man/man1/strawberry.1
share/applications/org.strawberrymusicplayer.strawberry.desktop
share/icons/hicolor/128x128/apps/strawberry.png
share/icons/hicolor/48x48/apps/strawberry.png
share/icons/hicolor/64x64/apps/strawberry.png
@mandir share/man/
share/man/man1/
@man share/man/man1/strawberry-tagreader.1
@man share/man/man1/strawberry.1
share/metainfo/
share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml

0 comments on commit 5dd2028

Please sign in to comment.