summaryrefslogtreecommitdiffstats
path: root/sysutils/gcdmaster
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-08-12 16:20:44 +0000
committermarius <marius@FreeBSD.org>2005-08-12 16:20:44 +0000
commit95931c2d4ab6d0d8f5dfc31224164c305b0ab4bc (patch)
tree8fc949080724359cc210322eba00614c3228bdaa /sysutils/gcdmaster
parentd6fc6ec838141a76209c2309dc9202b73ed7052d (diff)
downloadFreeBSD-ports-95931c2d4ab6d0d8f5dfc31224164c305b0ab4bc.zip
FreeBSD-ports-95931c2d4ab6d0d8f5dfc31224164c305b0ab4bc.tar.gz
- Update to 1.2.0. [1]
<snip> Cdrdao changes: 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 '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). <snip> Note that the FreeBSD ports doesn't install cdrdao setuid root so you are not vulnerable by default. - Fix building on FreeBSD 7. - Turn on the usage of mlockall(2) again as it no longer causes negative side effects on FreeBSD >= 502113. Requested by: will [1] Approved by: portmgr (linimon) Security: http://vuxml.freebsd.org/d51a7e6e-c546-11d9-9aed-000e0c2e438a.html
Diffstat (limited to 'sysutils/gcdmaster')
-rw-r--r--sysutils/gcdmaster/Makefile2
-rw-r--r--sysutils/gcdmaster/pkg-plist11
2 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile
index df43803..1f37a98 100644
--- a/sysutils/gcdmaster/Makefile
+++ b/sysutils/gcdmaster/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gcdmaster
-PORTREVISION= 2
+PORTREVISION= 0
COMMENT= GNOME frontend for cdrdao
diff --git a/sysutils/gcdmaster/pkg-plist b/sysutils/gcdmaster/pkg-plist
index d093130..f3de4ba 100644
--- a/sysutils/gcdmaster/pkg-plist
+++ b/sysutils/gcdmaster/pkg-plist
@@ -1,5 +1,14 @@
bin/gcdmaster
+%%DATADIR%%/ProjectChooser.glade
+@dirrm %%DATADIR%%
@cwd %%X11BASE%%
-share/gnome/apps/Applications/gcdmaster.desktop
+share/gnome/application-registry/gcdmaster.applications
+share/gnome/applications/gcdmaster.desktop
+share/gnome/mime-info/gcdmaster.keys
+share/gnome/mime-info/gcdmaster.mime
+share/gnome/pixmaps/document-icons/gcdmaster-doc.png
share/gnome/pixmaps/gcdmaster.png
+share/mime/packages/gcdmaster.xml
+@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@cwd %%LOCALBASE%%
OpenPOWER on IntegriCloud