head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 TNF:1.1.1 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 tnf_010519:1.1.1.1; locks; strict; comment @# @; 1.5 date 2005.06.04.19.01.46; author adrianp; state dead; branches; next 1.4; 1.4 date 2005.06.04.16.43.37; author adrianp; state Exp; branches; next 1.3; 1.3 date 2004.07.06.20.57.45; author drochner; state Exp; branches 1.3.6.1; next 1.2; 1.2 date 2002.10.29.16.50.15; author drochner; state Exp; branches; next 1.1; 1.1 date 2001.05.19.13.02.23; author drochner; state Exp; branches 1.1.1.1; next ; 1.3.6.1 date 2005.06.05.20.39.55; author salo; state Exp; branches; next ; 1.1.1.1 date 2001.05.19.13.02.23; author drochner; state Exp; branches; next ; desc @@ 1.5 log @- Merge gcdmaster and cdrdao files but keep them as separate packages @ text @$NetBSD: patch-ae,v 1.4 2005/06/04 16:43:37 adrianp Exp $ --- configure.orig 2005-06-04 15:19:02.000000000 +0100 +++ configure @@@@ -10514,7 +10514,7 @@@@ _ACEOF esac case "$host" in - *-linux-* | *-freebsd[456]* | *-solaris*) + *-linux-* | *-freebsd[456]* | *-solaris* | *-netbsd*) sound_if_obj=SoundIF-ao.o ;; @ 1.4 log @- Update gcdmaster to 1.2.0nb1 (sync with cdrdao) - Add missing dependences on "libao", "libmad" and "libvorbis" for full audio support. - From the ChangeLog: >> -------------------------------------------------------------------------- >> cdrdao 1.2.0 (2005-05-12) >> -------------------------------------------------------------------------- >> >> o SECURITY FIX: cdrdao now gives up its root privileges after setting >> up real-time scheduling, as well as before saving settings through >> the --save option. This fixes a potential local root exploit when >> cdrdao is installed with the +s chmod flag. Using --save now also >> forces an early exit after the settings are saved. >> >> o Added MP3 and Ogg Vorbis file support (through respectively the >> libmad and libvorbis libraries). cdrdao will decode the MP3 and >> Ogg files into temporary WAV files that will be deleted upon exit >> (unless the new option --keep is used). The directory used to >> store those temporary WAV files can be specified with the --tmpdir >> option (default is /tmp). >> >> o Improved native CUE file support: replaced old incomplete existing >> parser with the one from Matthias Czapla's excellent >> cue2toc. Added support for cutting binary files. >> >> o Added --rspeed option to manually set the device reading speed. Be >> warned not all devices support this. >> >> o Packaged scsilib library upgraded from cdrtools 2.01 (previously >> was from 2.01a31). >> >> o Added --no-mode2-mixed option. Don't read a MODE2 disk as >> MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu >> Castet). >> >> o Added help for little-known drive-info command. >> >> GCDMaster changes: >> >> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and >> .ogg files from Nautilus into the sample display window. >> >> o Switched to gtkmm24 API. Improved file browsers. >> >> o CUE files support. >> >> o Sound output now uses libao library. >> >> o Added help for little-known drive-info command. >> >> GCDMaster changes: >> >> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and >> .ogg files from Nautilus into the sample display window. >> >> o Switched to gtkmm24 API. Improved file browsers. >> >> o CUE files support. >> >> o Sound output now uses libao library. >> >> o Added 'Select All' item in menu. >> >> o Added 'Eject' button to progress dialog >> >> o Bug fixes (sample selection weirdness, couldn't close window during >> play, problems with gcdmaster command-line argument, crashes with >> multiple project windows, drive status not reported correctly). @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @adapt this to the cdrdao-1.1.9 update: -use gtkmm2.0/2.2 -use the solaris audio output module on NetBSD @ text @d3 1 a3 1 --- configure.orig 2004-07-04 21:55:27.000000000 +0200 d5 7 a11 2 @@@@ -9885,7 +9885,7 @@@@ case "$host" in sound_if_obj=SoundIF-linux.o a13 5 - *-solaris*) + *-solaris* | *-netbsd*) sound_if_obj=SoundIF-solaris.o ;; @ 1.3.6.1 log @Pullup ticket 541 - requested by Adrian Portelli gcdmaster update Revisions pulled up: - pkgsrc/sysutils/gcdmaster/Makefile 1.23 - pkgsrc/sysutils/gcdmaster/distinfo 1.5 - pkgsrc/sysutils/gcdmaster/patches/patch-ae 1.4 Module Name: pkgsrc Committed By: adrianp Date: Sat Jun 4 16:43:37 UTC 2005 Modified Files: pkgsrc/sysutils/gcdmaster: Makefile distinfo pkgsrc/sysutils/gcdmaster/patches: patch-ae Log Message: - Update gcdmaster to 1.2.0nb1 (sync with cdrdao) - Add missing dependences on "libao", "libmad" and "libvorbis" for full audio support. - From the ChangeLog: >> ---------------------------------------------------------------------- >> cdrdao 1.2.0 (2005-05-12) >> ---------------------------------------------------------------------- >> >> o SECURITY FIX: cdrdao now gives up its root privileges after setting >> up real-time scheduling, as well as before saving settings through >> the --save option. This fixes a potential local root exploit when >> cdrdao is installed with the +s chmod flag. Using --save now also >> forces an early exit after the settings are saved. >> >> o Added MP3 and Ogg Vorbis file support (through respectively the >> libmad and libvorbis libraries). cdrdao will decode the MP3 and >> Ogg files into temporary WAV files that will be deleted upon exit >> (unless the new option --keep is used). The directory used to >> store those temporary WAV files can be specified with the --tmpdir >> option (default is /tmp). >> >> o Improved native CUE file support: replaced old incomplete existing >> parser with the one from Matthias Czapla's excellent >> cue2toc. Added support for cutting binary files. >> >> o Added --rspeed option to manually set the device reading speed. Be >> warned not all devices support this. >> >> o Packaged scsilib library upgraded from cdrtools 2.01 (previously >> was from 2.01a31). >> >> o Added --no-mode2-mixed option. Don't read a MODE2 disk as >> MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu >> Castet). >> >> o Added help for little-known drive-info command. >> >> GCDMaster changes: >> >> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and >> .ogg files from Nautilus into the sample display window. >> >> o Switched to gtkmm24 API. Improved file browsers. >> >> o CUE files support. >> >> o Sound output now uses libao library. >> >> o Added help for little-known drive-info command. >> >> GCDMaster changes: >> >> o MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and >> .ogg files from Nautilus into the sample display window. >> >> o Switched to gtkmm24 API. Improved file browsers. >> >> o CUE files support. >> >> o Sound output now uses libao library. >> >> o Added 'Select All' item in menu. >> >> o Added 'Eject' button to progress dialog >> >> o Bug fixes (sample selection weirdness, couldn't close window >> during play, problems with gcdmaster command-line argument, >> crashes with multiple project windows, drive status not reported >> correctly). @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.4 2005/06/04 16:43:37 adrianp Exp $ d3 1 a3 1 --- configure.orig 2005-06-04 15:19:02.000000000 +0100 d5 3 a7 2 @@@@ -10514,7 +10514,7 @@@@ _ACEOF esac d9 4 a12 5 case "$host" in - *-linux-* | *-freebsd[456]* | *-solaris*) + *-linux-* | *-freebsd[456]* | *-solaris* | *-netbsd*) sound_if_obj=SoundIF-ao.o ;; @ 1.2 log @update to 1.1.7 relevant changes: -can now copy cds with just one drive -Added switch to enable the overburn mode -Added selection of the sub-channel reading mode -Fixes @ text @d3 5 a7 8 --- xdao/Makefile.in.orig Sun Sep 15 18:34:48 2002 +++ xdao/Makefile.in Tue Oct 29 13:00:56 2002 @@@@ -58,7 +58,7 @@@@ DeviceList.cc RecordTocSource.cc RecordCDSource.cc \ RecordHDTarget.cc AudioCDView.cc TocEditView.cc GenericChild.cc \ GenericView.cc CdTextDialog.cc \ - @@sound_if_src@@ + SoundIF-linux.cc d9 4 a12 1 OBJ = $(SRC:%.cc=%.o) @ 1.1 log @Initial revision @ text @d3 4 a6 3 --- xdao/Makefile.in.orig Sat May 19 13:04:18 2001 +++ xdao/Makefile.in Sat May 19 13:04:58 2001 @@@@ -57,7 +57,7 @@@@ a8 1 gcdmaster.cc Project.cc ProjectChooser.cc ViewSwitcher.cc \ @ 1.1.1.1 log @initial import of gcdmaster-1.1.5: graphical frontend for cdrdao-1.1.5 with some editing capability @ text @@