summaryrefslogtreecommitdiffstats
path: root/sysutils/k3b
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.12.15arved2006-04-152-4/+4
| | | | | PR: 95743 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* - Update to 0.12.14mnag2006-03-243-4/+20
| | | | | PR: 94382 Submitted by: maintainer
* Conversion to a single libtool environment.ade2006-02-231-2/+1
| | | | Approved by: portmgr (kris)
* Update to 0.12.11.lawrance2006-02-123-4/+5
| | | | | PR: ports/93180 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
* - Add forgotten patch files.barner2005-12-252-0/+23
| | | | | | | Corresponding commit was: - Update to 0.12.10PR: ports/90874 Reminded by: Heiner Eichmann (maintainer)
* - Update to 0.12.10barner2005-12-243-30/+99
| | | | | | | - Remove sndfile OPTION Submitted by: Heiner Eichmann (maintainer) PR: ports/90874
* - Update to 0.12.7 [1]barner2005-11-223-17/+4
| | | | | | | - Add SHA256 PR: ports/89392 [1] Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-09-291-0/+13
|
* Upgrade to 0.12.4avs2005-09-202-4/+3
| | | | | PR: ports/86359 Submitted by: maintainer
* o chase taglib libversionmich2005-08-311-0/+1
| | | | o bump PORTREVISION
* Update to version 0.12.3markus2005-08-286-85/+3
| | | | | PR: ports/85322 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
* Update to version 0.12.2:markus2005-07-2018-792/+253
| | | | | | | | | | 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]
* Revert back to USE_INC_LIBTOOL_VER to unbreak plugin detectionarved2005-05-272-6/+15
| | | | | PR: 81554 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* - Update to 0.11.24barner2005-05-195-20/+13
| | | | | | | | | | | | | | | 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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 0.11.23arved2005-04-067-25/+17
| | | | | | | - only /dev/cd* devices will be recognized as cd drives. PR: 79258 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* Fix compile with FLAC 1.1.2lofi2005-03-221-0/+11
| | | | | Submitted by: Danny Pansters <danny@ricin.com> Approved by: portmgr (xevba), maintainer
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Update to from 0.11.18 to 0.11.20mi2005-02-072-3/+3
| | | | | PR: ports/76861 Submitted by: Heiner Eichmann
* Update to 0.11.18vs2005-01-1015-87/+164
| | | | | PR: ports/75983 Submitted by: maintainer
* Depend on id3lib instead of libid3tag.lofi2004-11-111-1/+2
| | | | | | PR: 73776 Submitted by: Oleksandr S. Usov <usov@kvi.nl> Approved by: maintainer
* Update to 0.11.17lofi2004-11-102-3/+5
| | | | | Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Maintainer
* - Fix detection of TEAC R56Sarved2004-09-0216-295/+44
| | | | | | | | | | | PR: 71010 Reported by: Reinhard Lenninger Submitted by: maintainer - Upgrade to 0.11.14 PR: 71113 Submitted by: maintainer
* Add a patch that fixes a problem with detection of the dvd+rw-formatlofi2004-08-013-3/+13
| | | | | | executable. Submitted by: maintainer
* upgrade to 0.11.12ijliao2004-07-2017-45/+59
| | | | | PR: 69310 Submitted by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove obsolete hack to respect PTHREAD_LIBSmarkus2004-06-061-3/+1
| | | | No objection by: maintainer
* Chase the merge of sysutils/mkisofs into sysutils/cdrtools.netchild2004-06-021-2/+2
| | | | Submitted by: marius
* Upgrade to 0.11.9.linimon2004-05-2817-327/+360
| | | | | | | | 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)
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesade2004-03-251-1/+1
|
* - Update to 0.11.6markus2004-03-1822-1790/+539
| | | | | | | | - remove trailing ^M in pkg-plist PR: ports/64201 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Approved by: arved (mentor)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Fix plist and fix up pkg-message. Prodded by: kris.linimon2004-01-252-7/+4
|
* Update to 0.10.3:linimon2004-01-074-10/+15
| | | | | | | | | | 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)
* Add k3b 0.10.2, a CD/DVD recording GUI for KDE.will2003-11-2019-0/+2481
PR: 59287 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
OpenPOWER on IntegriCloud