Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21300

Added Files:
        mp3diags.info 
Log Message:
Move to stable. Woot positive feedback.


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

Source: mirror:sourceforge:mp3diags/MP3Diags-%v.tar.gz
Source-MD5: a895fac8a2448b0a1c839ef6cf097152

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 ) libgettext8-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 ) libgettext8-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}-x11 installs as %p/bin/MP3Diags.
        %{ni}-mac installs as %p/Applications/MP3Diags.app.
<<
<<


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to