Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6149

Added Files:
        mp3diags.info 
Log Message:
New package.

--- NEW FILE: mp3diags.info ---
Info2: <<
Package: mp3diags-%type_pkg[qt]
Version: 0.99.02.011
Revision: 1
Type: qt (mac x11)
Description: Fix problems with mp3 files
License: GPL2
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
Homepage: http://web.clicknet.ro/mciobanu/mp3diags/index.html

Source: http://web.clicknet.ro/mciobanu/mp3diags/MP3Diags-%v.tar.gz
Source-MD5: 5f0f20b0ffc43a4045f8a2e4fa35c2f6

Depends: <<
        boost1.35.nopython-shlibs,
        libiconv,
        libpng3-shlibs,
        qt4-%type_pkg[qt]-core-shlibs (>= 4.5.0-1),
        qt4-%type_pkg[qt]-gui-shlibs (>= 4.5.0-1),
        ( %type_pkg[qt] = x11 ) freetype219-shlibs,
        ( %type_pkg[qt] = x11 ) glib2-shlibs,
        ( %type_pkg[qt] = x11 ) libgettext3-shlibs,
        ( %type_pkg[qt] = x11 ) x11-shlibs
<<

BuildDepends: <<
        boost1.35.nopython,
        libiconv-dev,
        libpng3,
        qt4-%type_pkg[qt] (>= 4.5.0-1),
        system-openssl-dev,
        ( %type_pkg[qt] = x11 ) fontconfig2-dev,
        ( %type_pkg[qt] = x11 ) freetype219,
        ( %type_pkg[qt] = x11 ) glib2-dev,
        ( %type_pkg[qt] = x11 ) libgettext3-dev,
        ( %type_pkg[qt] = x11 ) x11-dev
<<

GCC: 4.0

CompileScript: <<
        #!/bin/bash -ev
        %p/lib/qt4-%type_pkg[qt]/bin/qmake
        if [ "%type_pkg[qt]" == "x11" ]; then
                make CXX="g++ -I%p/lib/system-openssl/include -I%p/include 
-I/usr/X11R6/include"
        else
                make CXX="g++ -I%p/lib/system-openssl/include -I%p/include"
        fi
<<

InstallScript: <<
        #!/bin/bash -ev
        if [ "%type_pkg[qt]" == "x11" ]; then
                install -d -m 755 %i/bin
                cp -p bin/MP3Diags %i/bin
        else
                install -d -m 755 %i/Applications
                cp -pR 'bin/MP3Diags.app' '%i/Applications/'
                chmod -R o-w '%i/Applications/'
        fi
<<

DocFiles: COPYING license.*

DescDetail: <<
In a few words, MP3 Diags is a GUI-based application that allows end-users
to identify issues with their MP3 files, fix some of the issues and make
other changes, like adding track information. It also lets you "look
inside" an MP3 file.

Unlike some programs that are designed to deal with a single topic (like
fixing VBR headers or adding cover art), MP3 Diags is a one stop solution
that identifies more than 50 different issues in MP3 files and provides the
means to fix many of them (well, not everything is fixable; you can't make
a 64kbps file sound like a 256kbps one.)

Some of the more important issues that are found:
        *       broken tags / headers / audio
        *       duplicate tags / headers
        *       incorrect placement of tags / headers (ID3V2, ID3V1, LAME, Xing)
        *       low quality audio
        *       missing VBR header
        *       missing track info / cover art
        *       broken track info / cover art
        *       missing normalization data
        *       character encoding issues (for languages other than English)
        
Some of the fixes and changes that MP3 Diags can do:
        *       Adding / fixing track info, including album cover; information 
can
                be retrieved from several sources: Internet, clipboard, file 
name,
                local files, and (obviously) keyboard
        *       Correcting files that show incorrect song duration
        *       Correcting files in which the player cannot seek correctly
        *       Converting characters for non-English names
        *       Adding composer name to the artist field, for players that don't
                handle the composer field
        *       Renaming files based on their fields
        *       Changing word case for track info
<<
DescUsage: <<
        %{ni}-mac installs as %p/bin/MP3Diags.
        %{ni}-x11 installs as %p/Applications/MP3Diags.app.
<<
<<


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to