FreshPorts -- The Place For Ports Tue, 14 Oct 2008 2:41 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
k3b 1.0.5 sysutils on this many watch lists=76 search for ports that depend on this port
A CD/DVD recording GUI for KDE
Maintained by: h.eichmann@gmx.de search for ports maintained by this maintainer
Port Added: 20 Nov 2003 13:04:09
Also Listed In: multimedia kde ipv6


K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord.
It's aim is to provide a very user friendly interface to all the tasks that
come with cd recording.

Features so far:
    * Creating data cds (on-the-fly, rockridge, joliet, El-Torito)
    * Creating audio cds (WAV, MP3, OGG, CD-TEXT; normalization and on-the fly)
    * Creating Video CDs (VCD 1.1, 2.0, SVCD, CD-i support (Version 4))
    * Creating mixed-mode cds (CD-Extra (CD-Plus, Enhanced Audio CD))
    * Creating eMovix CDs
    * CD Copy (single + multi session, audio, enghanced audio, cloning)
    * DVD burning (DVD-R(W), DVD+R(W), eMovix, Formatting DVD-RWs and DVD+RWs)
    * CD Ripping (CDDB support, CD-TEXT reading, several formats)
    * DVD Ripping and DivX/XviD encoding
    * Save/load projects.
    * Blanking of CDRWs.
    * Retrieving Table of contents and cdr information.
    * Writing existing iso images to CD and DVD.
    * Writing cue/bin files created for CDRWIN
    * DVD copy (no video transcoding yet)
    * Enhanced cd decive handling (burnfree and justlink support)
    * KParts plugin
WWW: http://www.k3b.org/
WWW: http://k3b.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11-toolkits/qt33, devel/gmake, devel/libtool15, sysutils/cdrtools
Required To Run: sysutils/cdrdao, x11-toolkits/qt33, sysutils/dvd+rw-tools, sysutils/cdrtools
Required Libraries: audio/taglib, audio/libsamplerate, x11/kdelibs3, audio/flac, audio/lame, multimedia/libdvdread

To install the port: cd /usr/ports/sysutils/k3b/ && make install clean
To add the package: pkg_add -r k3b


Configuration Options
===> The following configuration options are available for k3b-1.0.5:
     FLAC=On (default) "Add audio/flac decoder"
     LAME=On (default) "Add audio/lame encoder (for mp3 files)"
     FFMPEG=Off (default) "Add multimedia/ffmpeg decoder (for wma files)"
     MUSICBRAINZ=Off (default) "Use audio/libmusicbrainz music meta database"
     MPC=Off (default) "Add audio/libmpcdec decoder (for musepack file)"
     LIBDVDREAD=On (default) "Use libdvdread (for video dvd ripping)"
     DVDPLUSRW=On (default) "Add DVD+RW Tools (for DVD+/-R(W) burning)"
     TRANSCODE=Off (default) "Add Transcode (for DVD ripping)"
     EMOVIX=Off (default) "Add eMovix (to burn bootable video CD)"
     NORMALIZE=Off (default) "Add Normalize (adjust audio to a std. level)"
     SOX=Off (default) "Add SoX (more audio encoding formats)"
     VCDIMAGER=Off (default) "Add VCDImager (for Video CD burning)"
===> Use 'make config' to modify these settings

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/k3b/
http://kent.dl.sourceforge.net/sourceforge/k3b/
http://easynews.dl.sourceforge.net/sourceforge/k3b/
http://ufpr.dl.sourceforge.net/sourceforge/k3b/
http://umn.dl.sourceforge.net/sourceforge/k3b/
http://mesh.dl.sourceforge.net/sourceforge/k3b/
http://heanet.dl.sourceforge.net/sourceforge/k3b/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 60

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Aug 2008 11:31:45
Original commit files touched by this commit  1.0.5
miwi search for other commits by this committer
- Update to 1.0.5

PR:             125552 (based on)
Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by:    maintainer
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.0.4_3
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Jun 2008 16:41:53
Original commit files touched by this commit  1.0.4_3
tabthorpe search for other commits by this committer
- Chase taglib bump
06 Jun 2008 15:03:26
Original commit files touched by this commit  1.0.4_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
07 Apr 2008 21:37:24
Original commit files touched by this commit  1.0.4_1
naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
16 Dec 2007 23:45:51
Original commit files touched by this commit  1.0.4
linimon search for other commits by this committer
It is not necessary for k3b to build and run to include libdvdcss
directly; it will be found by libdvdread if libdvdcss is installed.

Hat:            portmgr
12 Dec 2007 05:00:47
Original commit files touched by this commit  1.0.4
beech search for other commits by this committer
- Update to 1.0.4

- Changes:
- K3b now silently allows the burning of files bigger than 4 GB if an
appropriate version of genisoimage or mkisofs is installed
("silently" means that I did not introduce any new messages).
- I was not able to find the awful "disabled DMA" bug but I introduced
a little workaround which hopefully solves it for many of you (BTW:
K3b from svn trunk does support  DVD burning with cdrecord.)
- Never use growisofs parameter -dvd-compat with DVD-RW media in
restricted overwrite mode (some drives do not like that).
- Unmount medium before DVD formatting.

PR:             ports/118535
Approved by:    Heiner <h.eichmann@gmx.de> (maintainer)
                linimon (mentor)
29 Oct 2007 08:37:55
Original commit files touched by this commit  1.0.3_1
itetcu search for other commits by this committer
- Add OPTIONal RUN_DEPENDS that where mentioned in pkg-message; default them to
off with the exception of dvd+rw tools since DVDs are used more that CDs these
days.
- bump PORTREVISION for DEPENDS change.

PR:             ports/117450
Submitted by:   Artem Naluzhnyy
Approved by:    Heiner (maintainer)
29 Jul 2007 17:48:01
Original commit files touched by this commit  1.0.3
arved search for other commits by this committer
Updat to 1.0.3

PR:             114852
Submitted by:   Heiner <h.eichmann@gmx.de>
16 Jul 2007 07:39:30
Original commit files touched by this commit  1.0.2_1
barner search for other commits by this committer
- Fix detection of writer device if other devices than cdX and passX (e.g.
  sgX) for X=0, 1, ... are reported by CAM.
- Bump port revision
- Submitted by Heiner Eichmann (maintainer)
27 Jun 2007 03:06:10
Original commit files touched by this commit  1.0.2
beech search for other commits by this committer
- Update to 1.0.2

PR:             ports/114041
Submitted by:   Heiner <h.eichmann@gmx.de> (maintainer)
Approved by:    sat (mentor)
28 May 2007 16:56:36
Original commit files touched by this commit  1.0.1
itetcu search for other commits by this committer
Upgrade to 1.0.1

PR:             ports/112091
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
19 May 2007 21:32:57
Original commit files touched by this commit  1.0_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
05 Apr 2007 20:28:20
Original commit files touched by this commit  1.0_1
koitsu search for other commits by this committer
* LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment

Reviewed by:    philip
02 Apr 2007 14:14:57
Original commit files touched by this commit  1.0
markus search for other commits by this committer
- Update to version 1.0
- Remove notes for RELENG_4

PR:             ports/110482
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
31 Jan 2007 14:07:59
Original commit files touched by this commit  0.12.17
pav search for other commits by this committer
- Use new USE_CDRTOOLS variable

Tested on:      pointyhat
04 Dec 2006 23:47:03
Original commit files touched by this commit  0.12.17
miwi search for other commits by this committer
- Fix typos

PR:             ports/106341
Submitted by:   Simon Olofsson <simon@olofsson.de>
Approved by:    maintainer
04 Sep 2006 06:40:34
Original commit files touched by this commit  0.12.17
miwi search for other commits by this committer
- Update to 0.12.17

PR:             ports/102484
Submitted by:   Heiner Eichmann <h.eichmann(at)gmx.de> (maintainer)
04 Jul 2006 06:37:40
Original commit files touched by this commit  0.12.16
arved search for other commits by this committer
Add missing patchfile from last update

Reported by:    Jason E. Hale <bsdkaffee@gmail.com>
Pointyhat to:   arved
03 Jul 2006 17:04:11
Original commit files touched by this commit  0.12.16
arved search for other commits by this committer
Update to 0.12.16

PR:             99710
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>
15 Apr 2006 18:20:16
Original commit files touched by this commit  0.12.15
arved search for other commits by this committer
Update to 0.12.15

PR:             95743
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>
24 Mar 2006 16:47:31
Original commit files touched by this commit  0.12.14
mnag search for other commits by this committer
- Update to 0.12.14

PR:             94382
Submitted by:   maintainer
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.12.11
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
12 Feb 2006 10:46:10
Original commit files touched by this commit  0.12.11
lawrance search for other commits by this committer
Update to 0.12.11.

PR:             ports/93180
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
25 Dec 2005 10:46:50
Original commit files touched by this commit  0.12.10
barner search for other commits by this committer
- Add forgotten patch files.

Corresponding commit was:
- Update to 0.12.10PR: ports/90874

Reminded by: Heiner Eichmann (maintainer)
24 Dec 2005 15:36:59
Original commit files touched by this commit  0.12.10
barner search for other commits by this committer
- Update to 0.12.10
- Remove sndfile OPTION

Submitted by:   Heiner Eichmann (maintainer)
PR:             ports/90874
22 Nov 2005 15:54:26
Original commit files touched by this commit  0.12.7
barner search for other commits by this committer
- Update to 0.12.7 [1]
- Add SHA256

PR:             ports/89392 [1]
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.12.4a_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.12.4a_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
29 Sep 2005 14:37:44
Original commit files touched by this commit  0.12.4a
lofi search for other commits by this committer
Fix bogus ui files in preparation for Qt 3.3.5
20 Sep 2005 09:52:18
Original commit files touched by this commit  0.12.4a
vs search for other commits by this committer
Upgrade to 0.12.4a

PR:             ports/86359
Submitted by:   maintainer
31 Aug 2005 14:34:15
Original commit files touched by this commit  0.12.3_1
mich search for other commits by this committer
o chase taglib libversion
o bump PORTREVISION
28 Aug 2005 13:07:20
Original commit files touched by this commit  0.12.3
markus search for other commits by this committer
Update to version 0.12.3

PR:             ports/85322
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
20 Jul 2005 10:22:26
Original commit files touched by this commit  0.12.2
markus search for other commits by this committer
Update to version 0.12.2:

All original patches were applied upstream. The new patches handle 2 small
gcc 2.95 related issues, a post 0.12.2 detected crash [1] and a CAM related
problem.

PR:             ports/83126
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
                lofi [1]
27 May 2005 15:42:51
Original commit files touched by this commit  0.11.24_1
arved search for other commits by this committer
Revert back to USE_INC_LIBTOOL_VER to unbreak plugin detection

PR:             81554
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>
19 May 2005 16:56:45
Original commit files touched by this commit  0.11.24
barner search for other commits by this committer
- Update to 0.11.24

 o Bugfix release
 o see http://k3b.plainblack.com/news2

- Convert to libtool15 => get rid of .la files

- Some spelling fixes for pkg-{descr, message*}

Submitted by:   Heiner Eichmann <h.eichmann@gmx.de> (maintainer),
                Jose M Rodriguez <josemi@freebsd.jazztel.es> (who
                noticed that the distfile was re-rolled and who
                submitted an updated patch)
PR:             ports/81059
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.11.23
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.11.23
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
06 Apr 2005 16:08:47
Original commit files touched by this commit  0.11.23
arved search for other commits by this committer
- Update to 0.11.23
- only /dev/cd* devices will be recognized as cd drives.

PR:             79258
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>
22 Mar 2005 23:04:47
Original commit files touched by this commit  0.11.20_1
lofi search for other commits by this committer
Fix compile with FLAC 1.1.2

Submitted by: Danny Pansters <danny@ricin.com>
Approved by: portmgr (xevba), maintainer
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.11.20_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
07 Feb 2005 18:54:02
Original commit files touched by this commit  0.11.20
mi search for other commits by this committer
Update to from 0.11.18 to 0.11.20

PR:     ports/76861
Submitted by:   Heiner Eichmann
10 Jan 2005 15:06:00
Original commit files touched by this commit  0.11.18
vs search for other commits by this committer
Update to 0.11.18

PR:             ports/75983
Submitted by:   maintainer
11 Nov 2004 02:03:59
Original commit files touched by this commit  0.11.17_1
lofi search for other commits by this committer
Depend on id3lib instead of libid3tag.

PR: 73776
Submitted by: Oleksandr S. Usov <usov@kvi.nl>
Approved by: maintainer
10 Nov 2004 00:20:02
Original commit files touched by this commit  0.11.17
lofi search for other commits by this committer
Update to 0.11.17

Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: Maintainer
02 Sep 2004 16:26:02
Original commit files touched by this commit  0.11.14
arved search for other commits by this committer
- Fix detection of TEAC R56S

PR:             71010
Reported by:    Reinhard Lenninger
Submitted by:   maintainer

- Upgrade to 0.11.14

PR:             71113
Submitted by:   maintainer
01 Aug 2004 13:13:38
Original commit files touched by this commit  0.11.12_1
lofi search for other commits by this committer
Add a patch that fixes a problem with detection of the dvd+rw-format
executable.

Submitted by: maintainer
20 Jul 2004 02:19:58
Original commit files touched by this commit  0.11.12
ijliao search for other commits by this committer
upgrade to 0.11.12

PR:             69310
Submitted by:   maintainer
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.11.9_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
06 Jun 2004 20:00:34
Original commit files touched by this commit  0.11.9_1
markus search for other commits by this committer
Remove obsolete hack to respect PTHREAD_LIBS

No objection by: maintainer
02 Jun 2004 18:17:31
Original commit files touched by this commit  0.11.9_1
netchild search for other commits by this committer
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.

Submitted by:   marius
28 May 2004 06:52:01
Original commit files touched by this commit  0.11.9
linimon search for other commits by this committer
Upgrade to 0.11.9.

Note: upgraders from 0.11.6 or below should note the changed topic 3C
in pkg-message.

PR:             ports/67238
Submitted by:   Heiner Eichmann <h.eichmann at gmx dot de> (maintainer)
05 Apr 2004 04:31:02
Original commit files touched by this commit  0.11.6_1
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
25 Mar 2004 04:31:55
Original commit files touched by this commit  0.11.6
ade search for other commits by this committer
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
18 Mar 2004 17:41:42
Original commit files touched by this commit  0.11.6
markus search for other commits by this committer
- Update to 0.11.6
- remove trailing ^M in pkg-plist

PR:             ports/64201
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>
Approved by:    arved (mentor)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.10.3_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.10.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
25 Jan 2004 06:06:26
Original commit files touched by this commit  0.10.3
linimon search for other commits by this committer
Fix plist and fix up pkg-message.  Prodded by: kris.
07 Jan 2004 22:28:56
Original commit files touched by this commit  0.10.3
linimon search for other commits by this committer
Update to 0.10.3:

 fixed automatic writing mode selection when the writer does not support DAO
 The OggDecoder now refuses non-44100 hz files since it does no resampling yet
 fixed vcdimager version check
 fixed bug that caused cuefiles to be cut to 0 byte

PR:                     ports/60764
Submitted by:           Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
20 Nov 2003 13:03:02
Original commit files touched by this commit  0.10.2
will search for other commits by this committer
Add k3b 0.10.2, a CD/DVD recording GUI for KDE.

PR:             59287
Submitted by:   Heiner Eichmann <h.eichmann@gmx.de>

Number of commits found: 60

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19311
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 6
new 48 hours18
new 7 days47
new fortnight79
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.256 seconds.