Bug 155640 - [PATCH] audio/mp3burn: burn audio cd in TAO mode
Summary: [PATCH] audio/mp3burn: burn audio cd in TAO mode
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 21:10 UTC by Tobias Rehbein
Modified: 2011-03-23 20:10 UTC (History)
0 users

See Also:


Attachments
mp3burn.patch (1.40 KB, patch)
2011-03-17 21:10 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Rehbein 2011-03-17 21:10:08 UTC
	
        With version 2.01.01a20 cdrecord has switched its default burning mode
        to SAO/DAO. To override this mp3burn has to be called this way 
                "mp3burn -o'-tao' -p playlist.m3u" 
        instead of 
                "mp3burn -p playlist.m3u".

        This is quite annoying so I request to add "-tao" to the default cdrecord options used
        by mp3burn.

        On systems where TAO is still default this will cause no problem as it just explicitly sets
        the default used anyway.

Fix: The attached patch adds "-tao" to the default cdrecord options used by
        mp3burn an syncs COMMENT and pkg-descr with reality. mp3burn is not
        only capable of burning mp3s.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-17 21:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-23 20:07:46 UTC
dhn         2011-03-23 20:07:37 UTC

  FreeBSD ports repository

  Modified files:
    audio/mp3burn        Makefile pkg-descr 
  Log:
  - Add TAO Mode as default
  - Update pkg-descr
  
  PR:             ports/155640
  Submitted by:   Tobias Rehbein <tobias.rehbein@web.de>
  
  Revision  Changes    Path
  1.11      +3 -2      ports/audio/mp3burn/Makefile
  1.2       +5 -2      ports/audio/mp3burn/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-23 20:07:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!