diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-18 10:12:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-18 10:12:55 +0800 |
commit | 264842300793b05f851dc68e726439c5efebb489 (patch) | |
tree | ad80fd7fdc5559746b2aeb6383e5170aa477474c /audio/decibel-audio-player | |
parent | ecc0d6584e71b5a0144ca9a4a6326c01b952c5a9 (diff) | |
download | freebsd-ports-gnome-264842300793b05f851dc68e726439c5efebb489.tar.gz freebsd-ports-gnome-264842300793b05f851dc68e726439c5efebb489.tar.zst freebsd-ports-gnome-264842300793b05f851dc68e726439c5efebb489.zip |
Mark as broken on armvX: fails to package (cannot find localization files).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/decibel-audio-player')
-rw-r--r-- | audio/decibel-audio-player/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/decibel-audio-player/Makefile b/audio/decibel-audio-player/Makefile index 6a00a57ae756..6b368c44ec2d 100644 --- a/audio/decibel-audio-player/Makefile +++ b/audio/decibel-audio-player/Makefile @@ -10,14 +10,17 @@ MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ MAINTAINER= somicide@gmail.com COMMENT= Fast GTK+ audio player with an clean and user friendly interface +LICENSE= GPLv2 + +BROKEN_armv6= fails to package: Unable to access file locale/ar/LC_MESSAGES/decibel-audio-player.mo:No such file or directory +BROKEN_armv7= fails to package: Unable to access file locale/ar/LC_MESSAGES/decibel-audio-player.mo:No such file or directory + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.80:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR} -LICENSE= GPLv2 - +USES= gmake gettext desktop-file-utils python:2.7 USE_GNOME= pygnome2 pygtk2 USE_GSTREAMER= python good bad -USES= gmake gettext desktop-file-utils python:2.7 NO_BUILD= yes #Audio gstreamer plugins |