summaryrefslogtreecommitdiff
path: root/sysutils/gcdmaster/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-07-22Dependencies cleaned up: use new *mm packagesadam1-12/+8
2005-07-19adapt to cdrdao build structure changes,drochner1-7/+7
install the .glade file so that the main dialog looks like expected, bump PKGREVISION
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-06-04- Merge gcdmaster and cdrdao files but keep them as separate packagesadrianp1-30/+20
2005-06-04- Update gcdmaster to 1.2.0nb1 (sync with cdrdao)adrianp1-12/+17
- 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).
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-06adapt this to the cdrdao-1.1.9 update:drochner1-8/+8
-use gtkmm2.0/2.2 -use the solaris audio output module on NetBSD
2004-04-26Convert to buildlink3.snj1-6/+6
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant1-2/+2
2002-10-29update to 1.1.7drochner1-6/+5
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
2002-09-12Convert to buildlink2.wiz1-6/+7
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-3/+3
[major bump in gtk--].
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-19initial import of gcdmaster-1.1.5:drochner1-0/+38
graphical frontend for cdrdao-1.1.5 with some editing capability