850880df17
Changes since 2.2.0: * Fix image loading with HTTP URLs and empty images * Fix bogus track numbers when automatically numbering files * Add Opus and Speex MIME types to desktop file * Abhinav Jangda’s fix for numeric characters in ID3 TPOS fields * Roman Bogorodskiy’s ID3 wrapper compilation fix * Improvements to MP4 GIO wrapper * Fix a scanner bug when converting "%20" to " " * Fix compilation if TagLib or libogg is unavailable * Depend on TagLib 1.9.1 for MP4 support * Use CXXFLAGS from the environment * Rafael Ferrera’s Brazilian Portuguese translation update * Aurimas Černius’s Lithuanian translation update * Balázs Úr’s Hungarian translation update * Matej Urbančič’s Slovenian translation update
29 lines
895 B
Makefile
29 lines
895 B
Makefile
# $NetBSD: Makefile,v 1.93 2014/04/22 22:19:41 wiz Exp $
|
|
|
|
DISTNAME= easytag-2.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.2/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://projects.gnome.org/easytag/
|
|
COMMENT= GTK+ tag editor for MP3, Ogg Vorbis files, and others
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake intltool pkg-config xgettext
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.taglib+= taglib>=1.9.1
|
|
.include "../../audio/taglib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|