This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] id3lib and easytag


Hi,

I'd like to contribute and maintan EasyTag and Id3lib.

Id3lib is a requirement for Easytag and is split into runtime, devel 
and base package. The base packages contains 4 examples which are 
useful for extracting and copying tags in scripts

id3lib/id3lib-devel/setup.hint:
===============================

sdesc: "id3lib (Development)"
ldesc: "id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1  and ID3v2 tags."
category: Audio Libs Devel
requires: id3lib3
external-source: id3lib

id3lib/id3lib3/setup.hint:
==========================

sdesc: "id3lib (Runtime)"
ldesc: "id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1  and ID3v2 tags."
category: Audio Libs
requires: cygwin zlib libiconv2
external-source: id3lib

id3lib/setup.hint:
==================

sdesc: "id3lib (Programs)"
ldesc: "id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1  and ID3v2 tags."
category: Audio
requires: cygwin id3lib3

easytag/setup.hint:
===================

sdesc: "Tag editor for MP3, Ogg Vorbis files"
ldesc: "EasyTAG is a utility for viewing and editing tags for MP3, MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+ interface makes tagging easier under Cygwin."
requires: cygwin glib2-runtime gtk2-x11-runtime gtk2-x11 libFLAC7 libiconv2 libintl3 libogg0 libvorbis0 libvorbisfile3 pango-runtime zlib id3lib3


Retrieving the files:
=====================

mkdir -p "easytag"
pushd "easytag"
wget "http://www.freedesktop.org/~ago/cygwin/easytag/easytag-1.99.8-1.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/easytag/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/easytag/easytag-1.99.8-1-src.tar.bz2";
popd

mkdir -p "id3lib"
pushd "id3lib"
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib-3.8.3-1-src.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib-3.8.3-1.tar.bz2";
popd

mkdir -p "id3lib/id3lib-devel"
pushd "id3lib/id3lib-devel"
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib-devel/id3lib-devel-3.8.3-1.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib-devel/setup.hint";
popd

mkdir -p "id3lib/id3lib3"
pushd "id3lib/id3lib3"
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib3/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/id3lib/id3lib3/id3lib3-3.8.3-1.tar.bz2";
popd


-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]