diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-01 20:39:46 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-01 20:39:46 +0000 |
commit | 9ab6d6978236859239dc3c804b88a8c8314a2081 (patch) | |
tree | 3c76a99a11e72d20d6310ff7e14d32b2cff69834 /audio/gogglesmm | |
parent | 7372d83bda40ef0654226287a183694db8eb954a (diff) | |
download | ports-9ab6d6978236859239dc3c804b88a8c8314a2081.tar.gz ports-9ab6d6978236859239dc3c804b88a8c8314a2081.zip |
Notes
Diffstat (limited to 'audio/gogglesmm')
-rw-r--r-- | audio/gogglesmm/Makefile | 13 | ||||
-rw-r--r-- | audio/gogglesmm/distinfo | 6 | ||||
-rw-r--r-- | audio/gogglesmm/pkg-plist | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 91c33d4c11b5..c34699774ad0 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org @@ -12,19 +11,19 @@ COMMENT= Music collection manager and player LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: ap_mad.cpp:358:2: \#error fixme + LIB_DEPENDS= libtag.so:audio/taglib \ libexpat.so:textproc/expat2 \ libFOX-1.7.so:x11-toolkits/fox17 -BROKEN_powerpc64= fails to compile: ap_mad.cpp:358:2: \#error fixme - -USE_GITHUB= yes - USES= cmake compiler:c++11-lib desktop-file-utils \ localbase:ldflags pkgconfig shebangfix sqlite +USE_GITHUB= yes USE_XORG= ice sm x11 -INSTALLS_ICONS= yes +CMAKE_OFF= WITH_CFOX +INSTALLS_ICONS= yes SHEBANG_FILES= extra/*.py PORTDOCS= AUTHORS ChangeLog README diff --git a/audio/gogglesmm/distinfo b/audio/gogglesmm/distinfo index a88914169054..26fd65a61563 100644 --- a/audio/gogglesmm/distinfo +++ b/audio/gogglesmm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532722890 -SHA256 (gogglesmm-gogglesmm-1.2.0_GH0.tar.gz) = 474251fd85e1bc8b513977dab712e5b9e4dfb70d7a48ccb5f5d6238aecb0beeb -SIZE (gogglesmm-gogglesmm-1.2.0_GH0.tar.gz) = 3014480 +TIMESTAMP = 1533151751 +SHA256 (gogglesmm-gogglesmm-1.2.1_GH0.tar.gz) = f068667e0a825ac792eda344cbe94c29fe8668ddbdd269c094e5bf168acd2380 +SIZE (gogglesmm-gogglesmm-1.2.1_GH0.tar.gz) = 3015072 diff --git a/audio/gogglesmm/pkg-plist b/audio/gogglesmm/pkg-plist index 2386a8c9fac9..82f1fcc9a661 100644 --- a/audio/gogglesmm/pkg-plist +++ b/audio/gogglesmm/pkg-plist @@ -4,7 +4,6 @@ lib/gogglesmm/libgap_oss.so %%PULSEAUDIO%%lib/gogglesmm/libgap_pulse.so lib/gogglesmm/libgap_wav.so man/man1/gogglesmm.1.gz -share/appdata/gogglesmm.appdata.xml share/applications/gogglesmm.desktop %%IMPORT%%%%DATADIR%%/import_banshee_stats.py %%IMPORT%%%%DATADIR%%/import_gogglesmm12.py @@ -22,3 +21,4 @@ share/icons/hicolor/scalable/apps/gogglesmm.svg %%NLS%%share/locale/hu/LC_MESSAGES/gogglesmm.mo %%NLS%%share/locale/pt/LC_MESSAGES/gogglesmm.mo %%NLS%%share/locale/ru/LC_MESSAGES/gogglesmm.mo +share/metainfo/gogglesmm.appdata.xml |