Update to a newer version.
Approved by: murray
This commit is contained in:
parent
c70d1d7678
commit
5354321435
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41121
5 changed files with 21 additions and 9 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtoaster
|
||||
PORTVERSION= 2000092620
|
||||
PORTVERSION= 2001033113
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://gnometoaster.rulez.org/archive/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= eric@osd.bsdi.com
|
||||
MAINTAINER= eric@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
|
||||
mkisofs:${PORTSDIR}/sysutils/mkisofs
|
||||
|
@ -20,10 +20,11 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
|
|||
WRKSRC= ${WRKDIR}/gtoaster
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${X11BASE}
|
||||
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_GTK= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/gtoaster
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtoaster2000092620.tgz) = ad57f4e77df71f2aad3be93eed0dfdb6
|
||||
MD5 (gtoaster2001033113.tgz) = 689983e152e3def428c44fdc7306d52a
|
||||
|
|
11
sysutils/gtoaster/files/patch-aa
Normal file
11
sysutils/gtoaster/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- cdromlow.c.orig Sun Apr 8 11:30:36 2001
|
||||
+++ cdromlow.c Sun Apr 8 11:30:39 2001
|
||||
@@ -323,7 +323,7 @@
|
||||
#ifndef __FreeBSD__
|
||||
if (track.cdte_ctrl&CDROM_DATA_TRACK)
|
||||
#else
|
||||
- if (entry.entry.control & CDROM_DATA_TRACK)
|
||||
+ if (track.entry.control & CDROM_DATA_TRACK)
|
||||
#endif
|
||||
result=TRACKTYPE_DATA;
|
||||
else
|
|
@ -1 +1 @@
|
|||
Fully graphical GNOME cd cooking front-end
|
||||
Fully graphical GNOME cd cooking interface
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
description from freshmeat.net -
|
||||
|
||||
Gnometoaster is a full CD creation suite for X11 and GNOME. It can be used to
|
||||
copy and create data, audio, and mixed mode CDs on the fly or with precaching
|
||||
in both TAO and DAO mode. Data tracks can easily be created with the built-in
|
||||
|
@ -7,3 +5,5 @@ file manager. GNOME drag-and-drop is supported throughout the program.
|
|||
Gnometoaster can also write mp3 files on the fly, it is fully multisession
|
||||
capable, and can be used to encode all sorts of filetypes directly from audio
|
||||
tracks on a CD.
|
||||
|
||||
WWW: http://gnometoaster.rulez.org/
|
||||
|
|
Loading…
Reference in a new issue