Commit graph

311 commits

Author SHA1 Message Date
jmmv
1c5c46be48 bl3ify 2004-02-18 00:13:28 +00:00
wiz
63b0ecb984 Install the rv9 codecs on i386. Bump PKGREVISION. 2004-02-17 19:24:42 +00:00
xtraeme
2771596b7f Force detection of X11 headers/libraries via -with-x11{inc,lib}dir,
because XFree86 could be installed somewhere (/usr/pkg/X11R6 for
example :-).
2004-02-17 05:28:31 +00:00
grant
1d4d5eade0 revert LIBTOOL_OVERRIDE, it is handled automatically now. 2004-02-15 13:43:57 +00:00
grant
2e206388ca set LIBTOOL_OVERRIDE and ONLY_FOR_PLATFORM so this can build on
Solaris.
2004-02-15 12:21:34 +00:00
markd
6539a57cc5 Another PLIST fix for old X's. 2004-02-15 12:18:51 +00:00
grant
abd3d0310f this package doesn't build anything, set USE_LANGUAGES to be empty. 2004-02-15 11:14:27 +00:00
grant
b19fa97376 add MESSAGE for NetBSD, you may need to increase SHMMAXPGS in your
kernel to use ogle.
2004-02-15 10:02:14 +00:00
grant
ad5d0b2e28 remove a rogue space. 2004-02-15 09:52:35 +00:00
recht
8a75744ca5 gstreamer needs USE_X11 to build since it uses libSM 2004-02-14 21:19:43 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
5f70d86fba Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency). 2004-02-14 00:24:34 +00:00
snj
7380e8d7df s/dependancy/dependency/; s/editting/editing/ 2004-02-13 23:50:17 +00:00
jlam
66b3f4ee74 PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to use
${SHLIBTOOL} instead.
2004-02-12 13:40:42 +00:00
xtraeme
3f3e4601a4 bl3ify 2004-02-11 08:55:58 +00:00
xtraeme
0bd97f7c69 bl3ify 2004-02-11 08:06:32 +00:00
abs
a1d0b1b68b USE_LANGUAGES=c c++ 2004-02-11 01:46:30 +00:00
tron
9980c00c13 Fix crappy C code which breaks the build with GCC 2.95.3. 2004-02-10 07:09:09 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
chris
459d60638d Add musicbrainz, trm and taglib as dependancies/build requirements of
kdemultimedia3.  This allows JuK to now be built.

Bump PKGREVISION.
2004-02-09 00:53:48 +00:00
markd
62f9c86134 Update kmplayer to version 0.8.2.
Changes since version 0.8.2-rc5
- Don't show ffserver setting when no v4l devices are configured
- Stream detection fix for MPlayer-1.0prex (needed for recording)

From Murray Armfield in PR pkg/24357
2004-02-08 13:11:27 +00:00
jmmv
fe3b4b6b09 Add and enable nautilus-media. 2004-02-07 00:30:17 +00:00
jmmv
e9026c128b Initial import of nautilus-media, version 0.3.3.1:
nautilus-media provides several multimedia related add-ons for the Nautilus
file manager.  It contains an audio view, a video view, a thumbnailer and
some property pages.  It uses gstreamer as the backend for media playback.
2004-02-07 00:29:37 +00:00
jmmv
a8eead4cee This package did not build the arts plugin before; adding arts buildlink
changed behavior.  Revert and explicitly disable this plugin.
2004-02-05 22:00:32 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
tron
9ee390a47a Include "arts" buildlink2 glue code to fix build problem. 2004-02-05 16:04:49 +00:00
markd
76940f3031 Update to KDE 3.2
Changes:
Multimedia

aRts
* New mixer-channel: LittleStereoMixer Arnold Krille
* Create KAudioPlayStream and put it into kdelibs/arts/kde. Needed at
  least for KRec and its the logical counterpart to KAudoRecordStream...
  It is basicly a total rewrite of the (not compiling) version Matthias
  Kretz put into kdenonbeta/arts/kde so I could grab and finish
  it. Arnold Krille
* New Widget: LayoutBox being able to change direction dynamically. As
  replacement for [HV]Box. Arnold Krille
* New Widget: PopupBox with the ability to hide its contents and showing
  them inside the widget or a new top-level widget (like a tooltip but
  permanent). Arnold Krille
* New Widget: Label that can rotate its text. Arnold Krille
* New Widget: Tickmarks specially for deciBel. Arnold Krille
* New Widget: VolumeFader specially for Volumes supporting deciBel.
  Arnold Krille
* New Widget: VU-Meter specially for deciBel.
* Supports various styles: NormalBars (just a configurable number of
  bars), FireBars (a colored bar moving), LineBar (a bar moving, color
  depends on the actual volume), Small (whole widget painted in a color
  depending on the volume)
* Configurable things: Direction, Peak, Peakfalloff, min. dB, style.
  Arnold Krille
* A Gui for the StereoVolumeControl. Arnold Krille
* First part of the rewriting/reordering of artscontrol. Making the
  features available via a lib. Arnold Krille
* A little kicker-applet named artscontrol ;-) Perhaps with the ability
  to include not only the master-fader but an environment-mixer with a
  small gui. Of course it includes all the normal artscontrol
  features. Arnold Krille
* AudioIOEsd: output to an esd Ian Chiew
* autosuspend in full duplex Stefan Westerfeld

Noatun
* Equalizer in KJofol Skin Loader. Stefan Gehn
* Support for loading of EXTM3U Format (saved by Winamp since 2.x).
  Stefan Gehn
* Support for loading of Windows Media Player Playlists. Stefan Gehn
* Variable Band Equalizer. Charles Samuels
* New playlist, Oblique. Charles Samuels

KRec
* Big rewrite to create a new simplier Gui and make it easier to use.
  Its a big bunch of work and depends on a lot of small things. Arnold
  Krille
* Make exporting to various soundformats work. OGG and MP3 need some
  additional work for 3.3 but are working for now. Arnold Krille
* Saving and loading of KRec's own fileformat. Arnold Krille
* Create a view-mode for the soundfiles. Arnold Krille
* Create an informative time/size/etc display. Arnold Krille
* Add a menu to open the Audiomanager (and other tools) since there is
  an artscontrol library. Arnold Krille
* Make it use the Arts::LevelMeter. Arnold Krille

aKtion
* Drop aKtion. Chris Howells

KsCD
* LIRC support Aaron J. Seigo
* Using the new KDE cddb library. Richard Laerkaeng, Aaron J. Seigo

KAudioCreator
* Using the new KDE cddb library. Benjamin Meyer
* Automaticly detects CD's. Benjamin Meyer
* Many new small features including: File text regular expression
  replacment. Benjamin Meyer
* Disk drive now user selectable. Benjamin Meyer

libkcddb
* NEW IN KDE: Common library for accessing cddb information Richard
  Laerkaeng
* Add support for sending cddb information Richard Laerkaeng

KFileMetaInfo
* ID3v2 support (without id3lib) Scott Wheeler

JuK  [Not yet built in pkgsrc]
* NEW IN KDE: A jukebox and music manager Scott Wheeler
* Advanced search mode Scott Wheeler
* Tree view mode Scott Wheeler
* Storable searches Scott Wheeler
* A "weighted width" mode for the playlists -- possibly to be merged
  into KListView Scott Wheeler
2004-02-05 07:43:30 +00:00
reed
72682fd3e2 Allow this to be used under Linux too. (It builds and runs great.)
(Maybe this should use PKG_FAIL_REASON, because before it skipped
and than thee ogle_gui failed to build later.)
2004-02-03 05:27:03 +00:00
grant
1d3acaf600 include ogle's buildlink2.mk from the right directory. 2004-02-03 04:36:19 +00:00
grant
33a729f9d6 move ogle and ogle_gui to multimedia/ 2004-02-03 04:34:06 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
jmmv
feb4c40337 Fix application launcher so that kmplayer can be started properly from the
KDE menu and from file context menus (i.e., "Open With" option).
Based on patch from Murray Armfield.  Bump PKGREVISION to 3.
2004-01-29 22:11:01 +00:00
recht
0b5303fa4e + libdvbpsi 2004-01-28 15:01:24 +00:00
recht
3dd0f982d4 move libdvbpsi to the multimedia category (from graphics) 2004-01-28 15:00:18 +00:00
recht
24ce0c48df catch up with the move of libdvdcss, libdvdplay and libdvdread from misc
to multimedia category
2004-01-28 14:39:36 +00:00
recht
7ce6dcc774 + libdvdcss, libdvdplay, libdvdread 2004-01-28 14:32:44 +00:00
recht
ad8787b653 move libdvdplay to the multimedia category (from misc) 2004-01-28 14:30:24 +00:00
recht
308356dcfe move libdvdread to the multimedia category (from misc) 2004-01-28 14:29:00 +00:00
recht
8b09ff7f2a s/misc/multimedia/ and shorten the comment created by createbuildlink
a bit
2004-01-28 14:27:29 +00:00
recht
8083ba473c move libdvdcss to the multimedia category (from misc) 2004-01-28 14:25:37 +00:00
jmmv
d800a72562 Adjust comment: these are not just audio utilities, so s/audio/multimedia/. 2004-01-26 15:47:39 +00:00
jmmv
29449234ba Add and enable kdemultimedia[23]. 2004-01-26 15:43:51 +00:00
jmmv
dce5006f54 Move kdemultimedia3 to the multimedia category (coming from audio).
This is version 3.1.5nb2.
2004-01-26 15:41:43 +00:00
jmmv
1cf4aac8fc Move kdemultimedia2 to the multimedia category (coming from audio).
This is version 2.2.2nb5.
2004-01-26 15:39:53 +00:00
jmmv
d53c86b0e5 Add and enabla apla. 2004-01-26 15:33:31 +00:00
jmmv
850ab0eea8 Move apla to the graphics category (coming from graphics).
This is version 1.0.3nb6.
2004-01-26 15:32:47 +00:00
jmmv
219875fc74 Add and enable xanim. 2004-01-26 15:20:31 +00:00
jmmv
3f69923ed8 Move xanim to the multimedia category (coming from graphics).
This is version 2.80.1nb2.
2004-01-26 15:19:52 +00:00
jmmv
97ca0e9369 Fix path to avifile{,-devel}; moved to the multimedia category. 2004-01-26 15:16:53 +00:00
jmmv
40ee6e4aae Add and enable avifile and avifile-devel.
Fix entry: ns-player -> ns-flash.
2004-01-26 15:15:05 +00:00
jmmv
3f60d14139 Move avifile-devel to the multimedia category (coming from graphics).
This is version 0.6.20010814nb4.
2004-01-26 15:13:03 +00:00
jmmv
c03371fc33 Move avifile to the multimedia category (coming from graphics).
This is version 0.53.5nb2.
2004-01-26 15:11:45 +00:00
jmmv
afd654112e Let this be in the www category too. 2004-01-26 14:58:00 +00:00
jmmv
e47fc2afee Add and enable moz-bin-flash, moz-flash and ns-flash. 2004-01-26 14:52:12 +00:00
jmmv
1a18e2354f Move ns-flash to the multimedia category (moved from graphics).
This is version 5.0r5[12].
2004-01-26 14:50:30 +00:00
jmmv
e1862a7455 Move moz-flash to the multimedia category (coming from graphics).
This is version 1.0nb4.
2004-01-26 14:48:23 +00:00
jmmv
a3a9f7dcfa Move moz-bin-flash to the multimedia category (coming from graphics).
This is version 6.0.69.
2004-01-26 14:46:49 +00:00
jmmv
6ffc9b0e76 Add and enable libjava and flashplayer. 2004-01-26 13:37:17 +00:00
jmmv
efb3caa7b3 Move flashplayer to the multimedia category (coming from graphics).
This is version 0.4.10nb2.
2004-01-26 13:36:18 +00:00
jmmv
ba562449a6 Move libflash to the multimedia category (coming from graphics).
This is version 0.4.10nb4.
2004-01-26 13:34:45 +00:00
jmmv
0878e85e93 Add and enable divxplayer. 2004-01-26 13:30:06 +00:00
jmmv
bbb8af9c10 Move divxplayer to the multimedia category (coming from graphics).
This is version 0.2.0.
2004-01-26 13:28:19 +00:00
jmmv
3cfb0bfdc1 Add and enable trplayer. 2004-01-26 13:21:20 +00:00
jmmv
9633413584 Move trplayer to the multimedia category (coming from audio).
This is version 1.2.0.
2004-01-26 13:20:39 +00:00
jmmv
e712d598d6 Add and enable gxine. 2004-01-26 13:18:46 +00:00
jmmv
9536979561 Move gxine to the multimedia category (coming from graphics).
This is version 0.3.3nb5.
2004-01-26 13:18:06 +00:00
jmmv
cfa6f251e5 Add and enable mplayer. 2004-01-26 13:10:37 +00:00
jmmv
faab6b99b9 Move realplayer to the multimedia category (coming from audio).
This is version 8.0.1.
2004-01-26 13:09:57 +00:00
jmmv
203f1e935a Fix path to xine-lib; moved to the multimedia category. 2004-01-26 13:08:20 +00:00
jmmv
b330a21ef2 Add and enable xine-lib and xine-ui. 2004-01-26 13:05:50 +00:00
jmmv
d876dfb6df Move xine-ui to the multimedia category (coming from graphics).
This is version 0.9.22nb1.
2004-01-26 13:04:46 +00:00
jmmv
65d5ed7ecf Move xine-lib to the multimedia category (coming from graphics).
This is version 1rc0anb3.
2004-01-26 13:03:25 +00:00
jmmv
7065e41c0d Add and enable avidemux. 2004-01-26 12:59:41 +00:00
jmmv
9121f5bd76 Move avidemux to the multimedia category (coming from graphics).
This is version 2.0.18nb2.
2004-01-26 12:59:01 +00:00
jmmv
0c07c3063f Set categories to multimedia. 2004-01-26 12:57:01 +00:00
jmmv
70dbbfbd74 Add and enable mplex. 2004-01-26 12:53:00 +00:00
jmmv
d8811fe25b Move mplex to the multimedia category (coming from graphics).
This is version 1.6.0.
2004-01-26 12:52:07 +00:00
jmmv
561f2b86ef Fix path to mjpegtools; moved to the multimedia category. 2004-01-26 12:48:47 +00:00
jmmv
a7473def38 mjpegtools is now in multimedia; fix categories and paths. 2004-01-26 12:45:44 +00:00
jmmv
4eb3594284 Add and enable mjpegtools. 2004-01-26 12:44:50 +00:00
jmmv
8cdcaee362 Move mjpegtools to the multimedia category (coming from graphics).
This is version 1.6.1.93.
2004-01-26 12:44:05 +00:00
jmmv
ed1ef377b3 Fix path to xvidcore (moved to the multimedia category). 2004-01-26 12:42:02 +00:00
jmmv
43d10a2cce Add and enable xvidcore. 2004-01-26 12:39:10 +00:00
jmmv
112f849c5d Move xvidcore to the multimedia category (coming from graphics).
This is version 0.9.2.
2004-01-26 12:38:26 +00:00
jmmv
c803e7e70d Add and enable moz-mplayer. 2004-01-26 12:35:01 +00:00
jmmv
85bd93b7f4 Move moz-player to the multimedia category (coming from graphics).
This is version 1.0.
2004-01-26 12:33:42 +00:00
jmmv
df1294cc93 Bump PKGREVISION due to tron@'s threading fixes (missed during the move to
multimedia).
2004-01-26 12:25:47 +00:00
jmmv
8e324b6515 Regen. 2004-01-26 12:25:14 +00:00
jmmv
ee8a6cf33f "Regen checksums corrupted by previous commit (hi xtraeme! :-)."
Last change done in gmplayer in the graphics category by tron@; lost during
the move...
2004-01-26 12:19:31 +00:00
jmmv
5d0349c52c Add and enable mplayer-share, mplayer, gmplayer, kmplayer, mencoder, gmencoder,
win32-codecs and realplayer-codecs.
2004-01-26 12:13:52 +00:00
jmmv
df418ec750 Move gmencoder to the multimedia category (coming from graphics).
This is version 0.1.0nb6.
2004-01-26 12:12:06 +00:00
jmmv
3ebb392548 Move mencoder to the multimedia category (coming from graphics).
This is version 1.0rc3.
2004-01-26 12:11:15 +00:00
jmmv
9d81ea4937 Move kmplayer to the multimedia category (coming from graphics).
This is version 0.8.2rc5nb2.
2004-01-26 12:10:14 +00:00
jmmv
397fe8c369 Move kmplayer to the multimedia category (coming from graphics).
This is version 0.8.2rc5nb2.
2004-01-26 12:10:12 +00:00
jmmv
116c4c5ecd Move gmplayer to the multimedia category (coming from graphics).
This is version 1.0rc3nb1.
2004-01-26 12:09:02 +00:00
jmmv
7df14df6b5 Move mplayer to the multimedia category (coming from graphics).
This is version 1.0rc3nb1.
2004-01-26 12:08:12 +00:00
jmmv
97801837f9 Move mplayer-share to the multimedia category (coming from graphics).
This is version 1.0rc3.
2004-01-26 12:06:40 +00:00
jmmv
e2969166fc Move realplayer-codecs to the multimedia category (coming from graphics).
This is version 8nb2.
2004-01-26 12:04:15 +00:00
jmmv
3ea3694739 Move win32-codecs to the multimedia category (coming from graphics).
This is version 031029nb1.
2004-01-26 12:02:31 +00:00
jmmv
fa60bf1fe5 Add and enable gst-plugins and gstreamer. 2004-01-26 11:51:17 +00:00
jmmv
1971c91053 Fix path to gst-plugins (now in the multimedia category). 2004-01-26 11:50:21 +00:00
jmmv
a7f5ea6cf6 Fix path to gstreamer (now in the multimedia category). 2004-01-26 11:49:22 +00:00
jmmv
7f6fbe2142 Move gst-plugins to the multimedia category (coming from misc).
This is version 0.6.4.
2004-01-26 11:48:04 +00:00
jmmv
79e4df03ed Fix path to fxtv (now in the multimedia category). 2004-01-26 11:47:09 +00:00
jmmv
625009c0ea Move gstreamer to the multimedia category (coming from misc).
This is version 0.6.4.
2004-01-26 11:46:22 +00:00
jmmv
12905ea705 Add and enable alevt, fxtv and xawtv. 2004-01-26 11:43:19 +00:00
jmmv
2687039e37 Move xawtv to the new multimedia category (coming from graphics).
This is version 3.90nb1.
2004-01-26 11:39:14 +00:00
jmmv
002923068a Move alevt to the new multimedia category (coming from graphics).
This is version 1.6.0nb1.
2004-01-26 11:38:01 +00:00
jmmv
f3cc95de98 Move fxtv to the new multimedia category (coming from graphics).
This is version 1.03nb4.
2004-01-26 11:36:35 +00:00
jmmv
192bba3de9 Add a multimedia category. Ok'ed by agc@. 2004-01-26 11:32:06 +00:00