Easytag-devel version 2.1.6 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    easytag-devel  most recent diff


    version 2.1.6

      View the most recent changes for the easytag-devel port at: easytag-devel.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for easytag-devel.
      The raw portfile for easytag-devel 2.1.6 is located here:
      http://easytag-devel.darwinports.com/dports/audio/easytag-devel/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/easytag-devel


      The easytag-devel Portfile 50572 2009-05-04 19:19:09Z jeremyhu macports.org $

      PortSystem 1.0

      Name: easytag-devel
      Version: 2.1.6
      Category: audio
      Platform: darwin
      Maintainers: gmail.com:bytestorm
      Homepage: http://easytag.sf.net/
      Description: Tool for editing tags of audio files

      Long Description: EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg Vorbis, MusePack and Monkey's audio files and MP4/AAC. It's simple and nice GTK+2 interface makes tagging easier under UNIX systems.

      Master Sites: sourceforge:easytag

      Checksums: md5 6c5b9dc2bf1f3b0a11bd4efc81aaa9ee sha1 e2d378d63d872d16a33b45515858cdfab7755645 rmd160 2ba568b34762e538e26582d9ce648114b7ee5274

      use_bzip2 yes

      distname easytag-${version}

      depends_lib port:gtk2 port:gettext

      depends_build port:hicolor-icon-theme

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-flac --disable-ogg --disable-mp4 --disable-mp3 --disable-wavpack --disable-speex

      post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -v -W ${worksrcpath} COPYING README THANKS TODO USERS-GUIDE ${destroot}${prefix}/share/doc/${name}
      }

      Variant: ogg { configure.args-delete --disable-ogg
      depends_lib-append port:libvorbis
      }

      Variant: flac { configure.args-delete --disable-flac
      depends_lib-append port:flac
      }

      Variant: mp4 { configure.args-delete --disable-mp4
      depends_lib-append lib:libmp4v2:libmp4v2
      depends_build-append port:faad2
      }

      Variant: mp3 { configure.args-delete --disable-mp3
      depends_lib-append port:id3lib
      }

      Variant: wavpack { configure.args-delete --disable-wavpack
      depends_lib-append port:wavpack
      }

      livecheck.regex "easytag unstable \\(gtk 2\\) (\\d+(?:\\.\\d+)*) released.*"


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/easytag-devel
      % sudo port install easytag-devel
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching easytag-devel
      ---> Verifying checksum for easytag-devel
      ---> Extracting easytag-devel
      ---> Configuring easytag-devel
      ---> Building easytag-devel with target all
      ---> Staging easytag-devel into destroot
      ---> Installing easytag-devel
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using easytag-devel with these commands:
      %  man easytag-devel
      % apropos easytag-devel
      % which easytag-devel
      % locate easytag-devel

     Where to find more information:

    Darwin Ports



    Lightbox this page.