Commit graph

572 commits

Author SHA1 Message Date
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
MANTANI Nobutaka
5c64c97799 Add xine_d4d_plugin, a DVD input plugin for xine.
Submitted by:  HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Obtained from: ports-jp mailing list
Reviewed by:   knu
2001-11-30 20:19:16 +00:00
MANTANI Nobutaka
5b0a8f843b Update xine and libxine to 0.9.6.
Submitted by: lioux (for updating to 0.9.3)
Reviewed by:  knu
2001-11-30 19:53:00 +00:00
Mario Sergio Fujikawa Ferreira
0cdb193c88 o Work around and reduce dependency list (remove automake)
o Also, get this port back to compiling (has been broken since
  autoconf was repocopied to autoconf213) with help of new code as
  of bsd.port.mk rev 1.394
	- fix it by using {ACLOCAL,AUTO{CONF,HEADER}}
2001-11-28 06:00:26 +00:00
Mario Sergio Fujikawa Ferreira
60f30004da Fix breakage of last commit. Add a valid BUILD_DEPENDS line.
Submitted by:	Dan Langille <dan@langille.org>
2001-11-25 22:04:59 +00:00
Mario Sergio Fujikawa Ferreira
e3d0611cf6 Since I can't detect this lib in LIB_DEPENDS, move it into BUILD_DEPENDS
for now to enable bento to build packages

Submitted by:	bento
2001-11-25 17:59:17 +00:00
Mario Sergio Fujikawa Ferreira
72e2f376cd bump PORTREVISION due to last rev 2001-11-21 06:09:03 +00:00
Mario Sergio Fujikawa Ferreira
fac20d5893 o Add missing USE_XLIB
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)

PR:		31732
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2001-11-21 06:06:46 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Mario Sergio Fujikawa Ferreira
cd4da6b566 New port libdv version 0.9: Quasar DV codec (libdv): software codec
for DV video encoding format

Reviewed by:	petef
2001-11-19 19:35:04 +00:00
Mario Sergio Fujikawa Ferreira
2f79220caf New port libmovtar version 0.1.2: Supports reading/writing of MJPEG
video in YUV 4:2:2 JPEG
2001-11-16 03:39:39 +00:00
Mario Sergio Fujikawa Ferreira
4f167bb911 1) make it work on -current given recent malloc.h problem
2) remove esound options since they do not work yet
3) bump PORTREVISION due to (1)

Submitted by:	maintainer
2001-11-15 04:42:26 +00:00
Mario Sergio Fujikawa Ferreira
8d06d4d193 Add tricks to avoid need of USE_AUTO{CONF,MAKE}
Learned from:	obrien
2001-11-08 00:42:48 +00:00
MANTANI Nobutaka
20aa69ddcc Maintainer is committer now.
Reviewed by:	knu
2001-11-03 19:16:50 +00:00
Mario Sergio Fujikawa Ferreira
75822389fa add missing dirrm
Submitted by:	bento
2001-10-30 23:22:19 +00:00
FUJISHIMA Satsuki
4b2e55a9dc fix build for -CURRENT: malloc.h is depriciated.
PR:		31572
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-10-29 04:55:47 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Mario Sergio Fujikawa Ferreira
17cf4f932a space removal and WWW update 2001-10-26 17:09:28 +00:00
Mario Sergio Fujikawa Ferreira
543b1ec6c0 update to 0.9.2
Reviewed by:	MAINTAINER, FreeBSD-multimedia
2001-10-26 17:00:09 +00:00
Mario Sergio Fujikawa Ferreira
04e3b1a90f o update to 0.9.2
o use ports libraries instead of internal versions: liba52 and
  ffmpeg
o support for both vorbis and ogg
o WITH_CSS: plugin for css processing
o add WWW tag to DESCR

Reviewed by:	MAINTAINER, freebsd-multimedia
2001-10-26 16:58:00 +00:00
Mario Sergio Fujikawa Ferreira
b3f9ad8523 additional install of both libraries and headers in preparation to {,lib}xine 0.9.2 ports 2001-10-26 16:13:20 +00:00
Mario Sergio Fujikawa Ferreira
109111b8b3 New port ogle-gui version 0.7.5: An add-on graphical user interface
for Ogle

Reviewed by:	Björn Englund <d4bjorn@dtek.chalmers.se>,
		Håkan Hjort <d95hjort@dtek.chalmers.se>
		(both are ogle developers)
Tested by:	chris@choll.freeserve.co.uk,
		Brooks Davis <brooks@one-eyed-alien.net>,
		Jason Andresen <jandrese@mitre.org>,
		MANTANI Nobutaka <nobutaka@nobutaka.com>,
		Oliver Brandmueller <ob@e-Gitt.NET>,
		Scott Long <scott_long@btc.adaptec.com>,
		Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
2001-10-26 15:40:05 +00:00
Mario Sergio Fujikawa Ferreira
b4e36dc966 New port ogle version 0.8.1: Open DVD player that supports DVD
menus

Reviewed by:	Björn Englund <d4bjorn@dtek.chalmers.se>,
		Håkan Hjort <d95hjort@dtek.chalmers.se>
		(both ogle developers)
Beta Tested by:	chris@choll.freeserve.co.uk,
		Brooks Davis <brooks@one-eyed-alien.net>,
		Jason Andresen <jandrese@mitre.org>,
		MANTANI Nobutaka <nobutaka@nobutaka.com>,
		Oliver Brandmueller <ob@e-Gitt.NET>,
		Scott Long <scott_long@btc.adaptec.com>,
		Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
2001-10-26 15:37:59 +00:00
Akinori MUSHA
13e46085b5 Remove a redundant trailing space. 2001-10-21 10:31:39 +00:00
Mario Sergio Fujikawa Ferreira
fdb200fae5 re-enable DVD read support since libdvdread was updated to 0.9.2
in rev 1.2 of libdvdread/Makefile
2001-10-17 21:37:35 +00:00
Mario Sergio Fujikawa Ferreira
d0548d082b o update to 0.9.2 (shared lib version bump)
o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS)
o support NOPORTDOCS

PR:		31312
Submitted by:	Rahul Siddharthan <rsidd@online.fr>,
		Thomas E. Zander <riggs@hadiko.de>
Approved by:	MAINTAINER
2001-10-17 21:31:57 +00:00
Mario Sergio Fujikawa Ferreira
141a5778f1 New port libmpeg2 version 0.2.0: A free library for decoding mpeg-2
and mpeg-1 video streams
2001-10-16 19:25:34 +00:00
Mario Sergio Fujikawa Ferreira
6e8f021c7a disable DVD support till libdvdread is updated to at least version
0.92 (required for proper operation)

Submitted by:	Tadayuki OKADA <tadayuki@mediaone.net>
2001-10-16 15:54:07 +00:00
Mario Sergio Fujikawa Ferreira
fc88cd52b0 apply DeMorgan correctly 2001-10-16 14:35:39 +00:00
Mario Sergio Fujikawa Ferreira
e4907f0121 o update to 0.50 final
o add several WITH_* options (specially DVD support :-)
o update WWW tag in DESCR
o update PKGMESSAGE
o update install-user script to handle new fonts from port
  mplayer-fonts/Makefile rev 1.2

Submitted by:	MAINTAINER
2001-10-16 01:25:41 +00:00
Mario Sergio Fujikawa Ferreira
2218402e72 o update to 0.50
o update WWW tag in DESCR

Submitted by:	MAINTAINER
2001-10-15 23:38:36 +00:00
Mario Sergio Fujikawa Ferreira
b573b688d8 update mplayer codecs to 0.50; therefore, update port to 010122.1.0.50
Approved by:	MAINTAINER
2001-10-15 23:12:15 +00:00
Ying-Chieh Liao
474ea4789e Complete XINE includes multiple <videolan/dvdcss.h>. But videolan/dvdcss.h
is not available for multiple include.
2001-10-14 13:06:00 +00:00
Brian Somers
bd5afb1b6d Upgrade to v 0.2.90 2001-10-12 11:00:48 +00:00
Ying-Chieh Liao
b308e4e888 add missing file into PLIST
PR:		31185
Submitted by:	MAINTAINER
2001-10-11 10:50:43 +00:00
Mario Sergio Fujikawa Ferreira
ce216f3e59 o update to 0.50 pre 1
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
  instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
  compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST

Submitted by:	MAINTAINER et al
2001-10-01 14:04:20 +00:00
Mario Sergio Fujikawa Ferreira
ce630cf943 o add the codecs from mplayer-codecs, this port will hold all win32
codecs from now on, this is not that much a bloat since all depending
  ports tend to use (in the long run) all the same codecs
o prepare to remove mplayer-codecs port since it is no longer
  necessary

Approved by:	MAINTAINERs (from both mplayer-codecs/win32-codecs)
2001-10-01 13:52:16 +00:00
Mario Sergio Fujikawa Ferreira
1d29e87e16 quiet (less noise) extraction 2001-09-26 00:41:03 +00:00
Mario Sergio Fujikawa Ferreira
4372fb7854 add missing nasm BUILD_DEPENDS 2001-09-25 20:14:50 +00:00
Mario Sergio Fujikawa Ferreira
afac057a11 o New port ffmpeg version 0.4.5: Hyper fast realtime audio/video
encoder/converter, streaming server

Thanks to:	fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com>

* for this patch -> #define INT64_C(x) x##LL
2001-09-25 19:27:11 +00:00
Mario Sergio Fujikawa Ferreira
af3a792a80 chase library dependency due to update of avifile port to 0.60.20010920 2001-09-25 16:51:36 +00:00
Mario Sergio Fujikawa Ferreira
e0f07c7ad2 o update MASTER_SITES
o update WWW tag

Submitted by:	MAINTAINER
2001-09-25 16:29:09 +00:00
Mario Sergio Fujikawa Ferreira
d00e448161 o update to 0.60.20010920
o sanitize MASTER_SITES
o bump lib version since incompatible with previous one
o trim/update DESCR; update WWW tag

PR:		30747
Submitted by:	MAINTAINER
2001-09-25 16:22:32 +00:00
Mario Sergio Fujikawa Ferreira
e6eb54334e New port OQTEncoder version 0.1: A simple encoder using
OpenQuicktime (TM)
2001-09-25 00:06:32 +00:00
Mario Sergio Fujikawa Ferreira
83e89b827a New port OQTPlayer version 0.5: A very very small, not functionnal,
video OpenQuicktime (TM) player
2001-09-24 23:46:36 +00:00
Mario Sergio Fujikawa Ferreira
fb1b4542ea fix installation permissions 2001-09-24 23:10:33 +00:00
Mario Sergio Fujikawa Ferreira
683e8ecbb1 o fix installation permissions
o no PORTREVISION bump since the port was not usable before
2001-09-24 23:09:52 +00:00
Mario Sergio Fujikawa Ferreira
36f5ffb45f New port openquicktime version 1.0: Portable library for handling
Apple's QuickTime(TM) files
2001-09-24 20:05:22 +00:00
Mario Sergio Fujikawa Ferreira
8f8a1f46d8 o New port divx4linux version 0.20010824: Linux binary release of
DivX (TM) Codec
o Marked RESTRICTED waiting for license clarification
2001-09-24 18:42:50 +00:00
Mario Sergio Fujikawa Ferreira
4acd2bcfe6 o Update to development version OpenDivX Alpha 4.0 a 50, port version
0.4.0.50
o Bump lib version due to api changes: 0 -> 1
2001-09-24 18:02:18 +00:00
Akinori MUSHA
3b44ca08af Fix the png dependency. (png.4 -> png.5) Hence bump PORTREVISION.
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-09-20 13:54:25 +00:00
Akinori MUSHA
f396f64b0d Update xine to 0.9.1 and separate libxine from xine.
Hand the maintainership over to MANTANI Nobutaka.

PR:		ports/30413
Submitted by:	Roman Shterenzon <roman@xpert.com> (MAINTAINER)
		MANTANI Nobutaka <nobutaka@nobutaka.com>
		Patrick Li <pat@databits.net>
2001-09-20 07:50:12 +00:00
Kevin Lo
4fc13507dc Update to version 2.0d
PR: 30534
Submitted by: Ports Fury
2001-09-16 16:56:31 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Ying-Chieh Liao
9355bdd608 change master site, md5 no changed
drop maintainership

Submitted by:	fenner's report
2001-09-07 20:54:51 +00:00
Mario Sergio Fujikawa Ferreira
68e84896ae Fix WWW tag address 2001-09-01 19:53:42 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
FUJISHIMA Satsuki
20eba76d64 unbreak: chase version bump of libdvdcss. 2001-08-31 13:58:56 +00:00
Jimmy Olgeni
0357334315 Cosmetics: remove colons from PLIST_SUB variables. 2001-08-31 10:33:13 +00:00
Dirk Meyer
eb09bf66a1 Added Options to build for diffrent CPU types.
PR:		29959,30020
Submitted by:	riggs@f113.hadiko.de
2001-08-25 04:51:38 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Kris Kennaway
3157ad19e8 Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer
2001-08-23 20:21:52 +00:00
Brian Somers
cfd9e79091 Upgrade to v 0.2.83 2001-08-23 17:14:59 +00:00
Ying-Chieh Liao
b9a4bb2408 upgrade to 0.0.3 2001-08-23 08:32:29 +00:00
Dirk Meyer
f0b0ed72c7 New Port:
This is the port of mplayer, a project which has the effort
to become a very stable and useful movie player.

It is based on the windows codec compilation and
provides the ability to play many formats
in a very good quality without much CPU comsumption.

WWW: http://mplayer.sourceforge.net

PR:		29944
Submitted by:	riggs@f113.hadiko.de
2001-08-22 06:11:11 +00:00
Dirk Meyer
c03846137b New port: needed for mplayer.
This is the port which contains the superset of
the fonts for the mplay on screen display and
the sub title.

In this stage it supports the following charsets:
ISO for dutch, french, german, hungarian, italian
    and portugese cyrillic russian (koi8r)

WWW: http://mplayer.sourceforge.net
2001-08-22 05:23:25 +00:00
Jimmy Olgeni
4a1db7bc0f Add the optional WITH_OGGVORBIS variable. It will also be automatically set
if ogg/vorbis tools are detected (audio/libogg and audio/libvorbis), fixing
the plist for both bento and users who have ogg/vorbis already installed.
2001-08-21 11:42:34 +00:00
Will Andrews
0fdc29c3d5 Remove files not built/installed by default.
Found by:	bento
2001-08-20 19:51:42 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Brian Somers
0dea1d3200 o Avoid modifying CFLAGS
o Create dsp.so when building with DEVFS in -current.
o Pass variables to CONFIGURE_ENV in appropriate style.
o Add missing libdvdcss.* to pkg-plist (bumping PORTREVISION).
o post-patch hack is to select proper libs (-pthread/-lc_r).
o Check XFREE86_VERSION for xvideo.so in pkg-plist.

Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
2001-08-12 09:44:16 +00:00
Brian Somers
5bd096c768 Fix pkg-plist
Submitted by:	Alexander Leidinger <Alexander@leidinger.net>
2001-08-10 14:16:04 +00:00
Brian Somers
0509fdec7b Add WWW: 2001-08-10 11:35:31 +00:00
Brian Somers
05473d9d7c Correct a MASTER_SITE
Remove a reduntant SDL_CONFIG setting

Suggested by: Scott Lambert <lambert@lambertfam.org>
2001-08-10 11:35:16 +00:00
Brian Somers
7388355c01 Upgrade to 0.2.82 2001-08-08 22:33:03 +00:00
Brian Somers
bf30b9ac9b Remove USE_X_PREFIX
Update pkg-plist

Submitted by: Scott Lambert <lambert@lambertfam.org>
2001-08-07 02:47:31 +00:00
Brian Somers
25014e3bbb Use GTK and SDL.
We now have all the niceties of subtitles and menus and that sort of stuff.
Mirror the archive on ftp.awfulhak.org and people.freebsd.org
Bump PORTREVISION

All ideas submitted by: Scott Lambert <lambert@lambertfam.org>
2001-08-06 23:05:58 +00:00
Brian Somers
06b265dbe5 The VideoLAN Client. A program capable of playing encrypted DVDs. 2001-08-04 13:01:02 +00:00
Bill Fenner
8f1f1812fb Update to vic 2.8ucl-1.1.3
PR:		ports/27239
Submitted by:	Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
2001-08-01 22:01:23 +00:00
Ying-Chieh Liao
f5c1994655 upgrade to 0.0.2
drop maintainership
2001-07-29 08:24:41 +00:00
Ying-Chieh Liao
672eeb4263 upgrade to 1.0 2001-07-24 07:45:03 +00:00
Jimmy Olgeni
d36a554dc5 Bump PORTREVISION, chase recent version bump of vorbis library (libvorbisfile). 2001-07-20 20:52:49 +00:00
Ying-Chieh Liao
2f64682bcf upgrade to 0.8b
drop maintainership
2001-07-12 12:21:13 +00:00
Ying-Chieh Liao
5ae4639ce9 it is just a lib, so change comment & descr
Submitted by:	Marc van Woerkom <van.woerkom@netcologne.de> (port maker)
2001-07-09 01:18:05 +00:00
Ying-Chieh Liao
827ac39580 Add NOPORTDOCS support to pkg-plist
PR:		28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by:	Patrick Li <pat@databits.net>
2001-07-08 07:25:57 +00:00
Ying-Chieh Liao
9343cbc6fd add libdvdread
DVD player that supports DVD menus

PR:		28410
Submitted by:	Marc van Woerkom
2001-07-07 13:07:13 +00:00
Ying-Chieh Liao
f07080b33c add libdvdcss
Accessing DVDs like a block device w/o having to bother about the decryption
2001-07-06 04:26:40 +00:00
MIHIRA Sanpei Yoshiro
d64f359e18 Add tips:
- linuxproc
        - new option format

Submitted by:	Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-07-02 14:15:05 +00:00
Kris Kennaway
04c9c80976 Upgrade to mtv 1.2.5
Submitted by:	Pete Fritchman <petef@databits.net>
PR:		ports/28568
2001-07-01 21:42:51 +00:00
Maxim Sobolev
4f93c4ee5c Update to 0.4.4. 2001-06-26 16:24:13 +00:00
Maxim Sobolev
2f3bb8957e Chase increased version number of libxmms. 2001-06-21 15:35:23 +00:00
Maxim Sobolev
d500f8b6fd Update to 1.2.5.
PR:		28292
Submitted by:	maintainer
2001-06-21 15:34:31 +00:00
Doug Barton
b41c7b7ce5 Mark broken by indicating that the maintainer is working on a fix. 2001-06-10 06:04:19 +00:00
Mark Pulford
438272f033 Display message to warn user archivers/unzip may need to be installed
PR:		24417
Reviewed by:	will
2001-06-09 04:20:28 +00:00
Peter Pentchev
d1a6ae4207 Fix build when WINE is installed.
Abort the build when GNU pth is installed.
Remove the WITH_MGA knob.

PR:		27961
Submitted by:	maintainer
2001-06-08 13:11:07 +00:00
Ying-Chieh Liao
443aa643ca add dumpmpeg
Dump frames from mpeg movies
2001-06-03 13:17:42 +00:00
Ying-Chieh Liao
2326dc2216 add enjoympeg
An MPEG-1 video player
2001-06-03 12:28:05 +00:00
Doug Barton
e4c407ffab * Update to 8.cs2
* Slightly modify a comment to prevent it from triggering portlint
* Update URL for manual download
* Sort and update plist
2001-05-29 00:05:29 +00:00