diff options
author | netchild <netchild@FreeBSD.org> | 2003-01-02 23:53:38 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-01-02 23:53:38 +0800 |
commit | 433afe72ccd433c4e2885e48886bc76d7dbe6bcc (patch) | |
tree | f6ace66c35a2eecc91ccd31685d9163521e34d2e /sysutils/cdrdao/pkg-plist | |
parent | 13246f1e5f522e1261834f6abebd2c03fd4fbdb1 (diff) | |
download | freebsd-ports-graphics-433afe72ccd433c4e2885e48886bc76d7dbe6bcc.tar.gz freebsd-ports-graphics-433afe72ccd433c4e2885e48886bc76d7dbe6bcc.tar.zst freebsd-ports-graphics-433afe72ccd433c4e2885e48886bc76d7dbe6bcc.zip |
From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
this should work around the generation of broken code with GCC and an
optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
arguments to the constructor when allocating an array of objects with new,
fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
build it.
- Clean up some stuff.
NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
"New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
it will get the length of the track wrong, display a garbage waveform
and play nothing when hitting the play-button, same for further added
tracks. This can be worked around by saving the project and re-opening
it, now appending further tracks also works and the burnt CD is fine.
This is _not_ a bug of this port but a bug in gcdmaster itself and
is totally reproducable on Linux, therefore please don't mail the
maintainer of this port about it expect you have a fix, thanks.
Submitted by: maintainer
Diffstat (limited to 'sysutils/cdrdao/pkg-plist')
-rw-r--r-- | sysutils/cdrdao/pkg-plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/cdrdao/pkg-plist b/sysutils/cdrdao/pkg-plist index 69186bdd7b6..07b3847a818 100644 --- a/sysutils/cdrdao/pkg-plist +++ b/sysutils/cdrdao/pkg-plist @@ -1,6 +1,7 @@ bin/cdrdao bin/toc2cue %%TOC2MP3%%bin/toc2mp3 +%%GNOME%%bin/gcdmaster share/cdrdao/drivers %%PORTDOCS%%share/doc/cdrdao/CREDITS %%PORTDOCS%%share/doc/cdrdao/INSTALL @@ -13,5 +14,26 @@ share/cdrdao/drivers %%PORTDOCS%%share/doc/cdrdao/Release-1.1.5 %%PORTDOCS%%share/doc/cdrdao/Release-1.1.6 %%PORTDOCS%%share/doc/cdrdao/Release-1.1.7 +%%GNOME%%@cwd %%X11BASE%% +%%GNOME%%share/gnome/pixmaps/gcdmaster/gcdmaster.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_audiocd.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_copycd.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_cursor-tool.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_datacd.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_dumpcd.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_help.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_mixedcd.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_open.png +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_play-pause.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_play-start.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_play-stop.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_zoom-fit.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_zoom-in.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_zoom-out.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_zoom-selection.xpm +%%GNOME%%share/gnome/pixmaps/gcdmaster/pixmap_zoom-tool.xpm +%%GNOME%%share/gnome/apps/Applications/gcdmaster.desktop +%%GNOME%%@dirrm share/gnome/pixmaps/gcdmaster +%%GNOME%%@cwd %%LOCALBASE%% %%PORTDOCS%%@dirrm share/doc/cdrdao @dirrm share/cdrdao |