| 1 | NAME = easytag |
|---|
| 2 | VERSION = 2.1.6 |
|---|
| 3 | CATEGORIES = apps |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | |
|---|
| 6 | DESCRIPTION = Tag editor for MP3, Ogg Vorbis files and more |
|---|
| 7 | define BLURB |
|---|
| 8 | EasyTAG is a utility for viewing and editing tags for MP3, MP2, MP4/AAC, FLAC, |
|---|
| 9 | Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its simple and nice GTK+ |
|---|
| 10 | interface makes tagging easier under GNU/Linux or Windows. |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | MASTER_SITES = $(SF_MIRRORS) |
|---|
| 14 | DISTFILES = $(NAME)-$(VERSION).tar.bz2 |
|---|
| 15 | PATCHFILES += patch_easytag_216_cddb_manual_search_fix.diff |
|---|
| 16 | |
|---|
| 17 | BUILD_DEP_PKGS += CSWlibogg-dev |
|---|
| 18 | BUILD_DEP_PKGS += CSWlibvorbis-dev |
|---|
| 19 | BUILD_DEP_PKGS += CSWlibflac-dev |
|---|
| 20 | BUILD_DEP_PKGS += CSWlibspeex-dev |
|---|
| 21 | BUILD_DEP_PKGS += CSWlibwavpack-dev |
|---|
| 22 | |
|---|
| 23 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibintl8 |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibogg0 |
|---|
| 25 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibvorbis0 |
|---|
| 26 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibflac8 |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibspeex1 |
|---|
| 28 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibwavpack1 |
|---|
| 29 | RUNTIME_DEP_PKGS_CSWeasytag += CSWfconfig |
|---|
| 30 | RUNTIME_DEP_PKGS_CSWeasytag += CSWpango |
|---|
| 31 | RUNTIME_DEP_PKGS_CSWeasytag += CSWftype2 |
|---|
| 32 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibid3tag |
|---|
| 33 | RUNTIME_DEP_PKGS_CSWeasytag += CSWzlib |
|---|
| 34 | RUNTIME_DEP_PKGS_CSWeasytag += CSWgtk2 |
|---|
| 35 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibatk |
|---|
| 36 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibcairo2 |
|---|
| 37 | RUNTIME_DEP_PKGS_CSWeasytag += CSWlibvorbisfile3 |
|---|
| 38 | RUNTIME_DEP_PKGS_CSWeasytag += CSWglib2 |
|---|
| 39 | |
|---|
| 40 | RUNTIME_DEP_PKGS_CSWeasytag += CSWgcc3g++rt |
|---|
| 41 | |
|---|
| 42 | # Needed for gethostbyname |
|---|
| 43 | EXTRA_LINKER_FLAGS = -lnsl |
|---|
| 44 | |
|---|
| 45 | include gar/category.mk |
|---|