~ubuntu-branches/ubuntu/intrepid/brasero/intrepid

« back to all changes in this revision

Viewing changes to src/brasero-player.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-10 01:16:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080810011600-9qucr8h03albsm1z
Tags: 0.8.1-0ubuntu1
* New upstream release (LP: #256507)
  New features
  - new video project: drag and drop (a) video(s) and brasero will 
    create a vcd or a video dvd (new requirements, not dependencies, 
    dvdauthor, vcdimager, gst-plugin-bad)
  - brasero can be built without libgnome/libgnomeui (there is 
    a switch when building)
  - layout can now be vertical or horizontal
  Bug fixed
  - #543715 – Burn image not possible
  - #543377 – No multisession
  - #537871 – Burn speed selection does not work
  - #545138 – brasero 0.8 ftbfs on alpha
  - #545835 – Add no-c-format to strings in burn-vob.c
  - #542718 – Creating large ISO fails due to filesystem restrictions
  - #543505 – crash in Brasero svn trunk r1010 when adding a .ogg 
    file to a video project
  - #509895 – CD is not ejected after burn
  - #542767 – toc file leak when copying 1:1 audio cd with one drive
  - #543016 – Crash in the disc copy target selection dialog
  - #542836 – Bug in Split menu after removing rest of audio data 
    and trying to add it again
  - #542835 – Using Split-Track two times on same audiofile refuses
    Brasero from burning the data because of oversize
* debian/control.in:
  - Suggest dvdauthor and vcdimager
* debian/patches/012_gnome-doc-utils.make.patch:
  - Dropped, fixed upstream
* debian/patches/006-fix-libdvdcss.patch:
  - Refresh for new release      
* debian/patches/010_lpi.patch:
  - Updated for new release
* debian/patches/99_autoconf.patch:
  - Added to apply the changes
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
****************************************************************************/
8
8
 
9
9
/*
10
 
 *  This program is free software; you can redistribute it and/or modify
 
10
 *  Brasero is free software; you can redistribute it and/or modify
11
11
 *  it under the terms of the GNU General Public License as published by
12
12
 *  the Free Software Foundation; either version 2 of the License, or
13
13
 *  (at your option) any later version.
14
14
 *
15
 
 *  This program is distributed in the hope that it will be useful,
 
15
 *  Brasero is distributed in the hope that it will be useful,
16
16
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
18
 *  GNU Library General Public License for more details.
19
19
 *
20
20
 *  You should have received a copy of the GNU General Public License
21
 
 *  along with this program; if not, write to the Free Software
22
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
21
 *  along with this program; if not, write to:
 
22
 *      The Free Software Foundation, Inc.,
 
23
 *      51 Franklin Street, Fifth Floor
 
24
 *      Boston, MA  02110-1301, USA.
23
25
 */
24
26
 
25
27
#ifdef HAVE_CONFIG_H