Commit graph

411 commits

Author SHA1 Message Date
salo
e4dfbea9c0 Make Matroska support optional, enabled by default. Per request by veego@
mencoder:
- ride the cdparanoia-related PKGREVISION++
- remove superfluous --disable-nas, already pulled in from Makefile.common
2004-04-10 12:23:55 +00:00
salo
89b5657325 PKGREVISION++
Fix cdparanoia detection after bl3ification.
2004-04-10 12:16:12 +00:00
reed
764a938d9e Install info documentation to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.
2004-04-07 16:42:24 +00:00
salo
99de4ba34f Fix wip references. (hi grant!) 2004-04-07 13:04:41 +00:00
salo
2136a8b182 PKGREVISION++
Add Matroska support.
2004-04-07 12:57:58 +00:00
salo
948e4c01b1 Add libmatroska. 2004-04-07 12:54:01 +00:00
salo
513a57a744 Initial import of libmatroska-0.6.3: Extensible open standard Audio/Video
container format library.

Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly.  It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.

Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:

- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable

From pkgsrc-wip, submitted by Sergey Svishchev.
2004-04-07 12:52:16 +00:00
jmmv
e8f5670118 Drop dynamic generation of DESCR files for gst-plugins-* packages, as it
broke 'make index' (pointed out by wiz@).  This also lets us write more
interesting and easier to find descriptions for packages.
2004-04-07 11:32:08 +00:00
salo
c7a9c23305 Fix CPU family detection on NetBSD with /proc mounted with "-o linux".
For more information see also PR kern/25076
2004-04-06 18:33:10 +00:00
jmmv
258b4a89ef Add and enable gst-plugins-{dvdnav,dvdread,mpeg2dec,theora}, libtheora,
libdvdnav and gst-player.
2004-04-06 13:57:30 +00:00
jmmv
299fd8c0ad Initial import of gst-player, version 0.8.0:
gst-player is an application capable of playing almost any media type for
which a GStreamer plugin exist.  It is developed by the GStreamer developers
as a testing ground and sample application.

This package is based on the one found in pkgsrc-wip by Benedikt Meurer.
2004-04-06 13:55:47 +00:00
jmmv
2877224eda Initial import of gst-plugins-theora, version 0.8.0:
This package provides the theora plugin for GStreamer.
2004-04-06 13:51:43 +00:00
jmmv
8cced1c97f Initial import of gst-plugins-mpeg2dec, version 0.8.0:
This package provides the mpeg2dec plugin for GStreamer.
2004-04-06 13:50:42 +00:00
jmmv
ff1c2bd02b Initial import of gst-plugins-dvdread, version 0.8.0:
This package provides the dvdread plugin for GStreamer.
2004-04-06 13:49:56 +00:00
jmmv
c88687cdf8 Initial import of gst-plugins-dvdnav, version 0.8.0:
This package provides the dvdnav plugin for GStreamer.
2004-04-06 13:49:10 +00:00
jmmv
383e207c51 Initial import of libtheora, version 1.0alpha3:
Theora is Xiph.Org's first publicly released video codec, intended for
use within the Ogg's project's Ogg multimedia streaming system.  Theora
is derived directly from On2's VP3 codec; currently the two are nearly
identical, varying only in encapsulating decoder tables in the bitstream
headers, but Theora will make use of this extra freedom in the future to
improve over what is possible with VP3.
2004-04-06 13:47:43 +00:00
jmmv
87d429811b Initial import of libdvdnav, version 0.8.0:
libdvdnav is a library that allows easy use of sophisticated DVD navigation
features such as DVD menus, multiangle playback and even interactive DVD
games.  All this functionality is provided through a simple API which
provides the DVD playback as a single logical stream of blocks, intermitted
by special dvdnav events to report certain conditions.  The main usage of
libdvdnav is a loop regularly calling a function to get the next block,
surrounded by additional calls to tell the library of user interaction.
The whole DVD virtual machine and internal playback states are completely
encapsulated.
2004-04-06 13:44:52 +00:00
jmmv
f33cf3f9ba Enable X11 support by default; unfortunately, it can't be built as an
independent plugin.  (Let's go with the previous revision bump).
2004-04-06 11:10:06 +00:00
jmmv
b0c0901239 Bump PKGREVISION to 1 due to gstreamer fixes and also depend on the plugins
explicitly requested by this package.
2004-04-06 10:09:16 +00:00
jmmv
8c58be29c6 Bump PKGREVISION to 1 because of fixes in gstreamer. 2004-04-06 09:58:30 +00:00
jmmv
b32400ae0f Update to 0.8.0nb2:
- Do not install nor build any plugins that require external libraries.
  This keeps this package small, makes it modular and will avoid the need
  of "fee-based-commercial-use" licenses while building GNOME.
- Split the Makefile and make it easy to create packages for individual
  plugins by using Makefile.common.
- Use gstreamer/plugins.mk to automatically register installed plugins in
  the plugins database.
- Fix the regex used to export symbols to something that matches better
  the original one.
- As a result of the update of gstreamer to 0.8.0nb1 (which requires a
  glib2 with the RTLD_GLOBAL fix), plugins work fine now.
2004-04-06 09:36:28 +00:00
jmmv
a2cdf2defb Update to 0.8.0nb1:
- Require glib2>=2.4.0nb1 to get the RTLD_GLOBAL fix.
- Move the plugins database from /var/cache/gstreamer-0.8 to
  ${PREFIX}/libdata/gstreamer-0.8, because it's intended to be updated
  after (de)installation of plugins only.
- Implement a framework to automatically rebuild the plugins database at
  (de)install time.  This is handled by the simple inclusion of plugins.mk
  in package makefiles.
2004-04-06 09:30:01 +00:00
xtraeme
16925323bf bl3ify 2004-04-06 04:10:48 +00:00
wiz
5350dc21df Belatedly bump PKGREVISIONs and dependencies for xvidcore major bump
during recent update (hi charles!).
2004-04-05 18:41:14 +00:00
xtraeme
632c38be01 bl3ify, needed for multimedia/vlc; pointed out by Thomas Klausner. 2004-04-05 17:57:32 +00:00
mrg
0e05a819c9 let the utils/altivec code work on netbsd (modern netbsd/ppc systems
seem to have it enabled by default...):
- it's spelled <errno.h> NOT <sys/errno.h>
- use the same register prefixes as linux does, not macosx.
2004-04-04 11:04:59 +00:00
jmmv
65e38cbaa0 Fix a regexp passed to libtool to let it work with our native grep...
This allows the plugins to export symbols properly.
2004-04-03 21:36:23 +00:00
rh
8a5b37a3c3 We need a png pkgconfig file, so require at least png-1.2.5nb3. 2004-04-03 21:19:53 +00:00
jmmv
8f976736a3 Do not try to remove share/gconf/schemas. 2004-04-03 11:53:33 +00:00
kristerw
e3590b00f1 This package works on x86_64 too. Noted by George E Sollish on port-amd64. 2004-04-02 22:21:00 +00:00
jmmv
e8ea232d60 Update to 2.6.0 (which I forgot to commit yesterday night). Sorry, couldn't
find a suitable list of changes...
2004-04-02 05:51:03 +00:00
jmmv
3cb514819c Update to 0.8.0. Some of the changes since previous version (couldn't find
any complete list):
* thumbnailer fix
* added Punjabian and Great Britain English translations
* updated Croatian and Catalan translations
2004-04-01 19:08:02 +00:00
jmmv
cfd23206b4 Update to 0.8.0:
Bugs fixed since 0.7.6:
      * 126999 : [API]: "gstreamer-libs-0.7.pc" should be renamed
      * 129299 : complied errors in alsa-lib-1.0.0-0.rc2
      * 131270 : pkg-config-ification patch (alsa, esd, shout2, ogg, speex, .
      * 135921 : speexenc support won't compile with 1.1.x
      * 136590 : mod plugins doesn't work atm
      * 137044 : GConf schemas unreadable

Changes since 0.7.5:
      * uses 0.8 as the major/minor number
      * dist fixes for generated files
      * MPEG video playback fixed
      * error call fixes
      * videodrop fixes
      * alsa oss emulation mixer fixes
      * audioconvert fixes
      * gconf versioning fixes
      * mad xing header fixes
      * vorbisdec fixes
      * mad leak and stream reporting fixes
      * media-info fixed
      * buffer leak fixes
      * osssink timing fixes
      * NAS fixes
      * cdparanoia error

Bugs fixed since 0.7.5:
      * 114560 : rfc2250enc produces empty buffers
      * 122279 : goom's first timestamp is broken
      * 131128 : aasink and sdlvideosink are broken
      * 133541 : int2float and int2floatnew conflict should be resolved
      * 133783 : remove deprecated plugins
      * 135597 : make gstosselement properly deal with symlinks
      * 136334 : udpsrc pads / caps error

Changes since 0.7.4:
      * Compatible with gstreamer 0.7.5
      * ffmpeg plugin moved to gst-ffmpeg module
      * DV fixes
      * mikmod fixes
      * OSX build fixes
      * jpeg fixes
      * gdk_pixbuf fixes
      * automake 1.8 underquotedness fixes
      * rfb server/port addition
      * colorspace fixes
      * liboil usage in videofilter and videotestsrc
      * better LADSPA classification
      * ALSA xrun recovery fixes
      * switch fixes
      * xvimagesink fixes
      * moved out MAS sink
      * experimental xine lib plugin
      * intfloat and oneton removed in favour of audioconvert and interleave
      * only export gst_* from plugins
      * lame tag writing fixed
      * added reporting of codecs used
      * version gconf schemas and install locations
      * qtdemux fixes
      * gamma correction fixes

Bugs fixed since 0.7.4:
      * 129740 : MP4/M4A files not recognized properly
      * 130507 : Silence/sine don't have a sync property
      * 131050 : avi-demux plays audio, but funky colors as video
      * 131534 : jhbuild build failure with Debian sid
      * 131948 : xoverlay and gstplay sample fails to build - missing include
      * 133219 : missing include in ./gst/effectv/gstedge.c
      * 133316 : gst/vbidec/vbiscreen missing cast
      * 133410 : gstid3tag doesnt handle track-count
      * 133508 : [oggdemux] Can't play files with multiple streams
      * 133528 : sincesrc seems not to register its dparams correctly
      * 133562 : Build breaks on dvdec
      * 133663 : ext/ladspa categorises all plugins as Filter/Effect
      * 133886 : libtool error while compiling alsamixer plug-in
      * 134255 : vbidec won't compile
      * 134318 : GConf schemas should be in versioned files, and install in v
      * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h"
      * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB
      * 134750 : Problem building gst-plugins on Solaris
      * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set)
      * 135038 : port gst-shorten to the new caps system
      * 135042 : fix tag writing in lame
      * 135116 : gstflacenc.c fails to build in NetBSD
2004-04-01 19:06:38 +00:00
jmmv
2c6b91adc3 Update to 0.8.0:
Changes since 0.7.6:
      * coding style consistency for .c files
      * ABI padding for GstCaps and GstStructure

Changes since 0.7.5:
      * uses 0.8 as the major/minor number
      * opt scheduler fixes
      * don't link non-versioned tools to gstreamer
      * bindings-related fixes and additions

Changes since 0.7.4:
      * API additions for bindings
      * Queue memleak fix
      * optimal scheduler fixes
      * Ghost pad fixes
      * Signal marshalling fixes
      * documentation fixes
      * underquotedness fixes for automake 1.8
      * fixed atomic implementation on sparc and S390
      * gstreamer-scan fixes
      * multidisksrc renamed to multifilesrc
      * fixed GstCaps docs
      * fixed libxml checking when not needed
      * added timeout to filesrc
      * added support for double dparams
      * make spider report an error when it can't handle a mime type
      * fixed navigation event handling
      * added codec and volume tags

Bugs fixed since 0.7.4:
      * 105844 : --disable-loadsave --disable-registry still check for libxml
      * 118310 : Timeout support added for fdsrc
      * 127133 : [API] Need non-vararg version of gst_index_add_association
      * 127815 : gst-register sigsegs 100% of the time.
      * 129600 : patch to compile on OSX
      * 131362 : use serialize/deserialize in the core
      * 132045 : incorrect dependency causes rebuilding of libgstreamer on "m
      * 132935 : setting pipeline -> NULL -> PLAYING doesn't restart stream
      * 132996 : configure fails: aclocal: macro `jm_AC_TYPE_UNSIGNED_LONG_LO
      * 133391 : the asm mutex implementation is broken on SPARC
      * 133631 : gst-launch seg faults in gst_caps_free with no sink
      * 133800 : fixes for underquoted macros and automake 1.8.x
      * 133817 : add support for disc number tag
      * 134128 : typo in ./gstreamer/gst/gstclock.c
      * 134145 : pot-update not updated after file removal
      * 134583 : Race on gst_pad_link_free
      * 134816 : test -e in autogen.sh does not work on Solaris
      * 134841 : gst-inspect.c is defining GList *pads twice
2004-04-01 19:05:43 +00:00
tron
68ee4e002c Define "LIBTOOL_OVERRIDE" manually so that "libs/ext/cothreads/libtool"
gets replaced by pkgsrc's libtool, too. The included libtool incorrectly
rewrites relative pathnames causing link failures.
2004-04-01 12:26:12 +00:00
wiz
bf0c4649ed Upgrade mplayer, gmplayer, and mencoder to PKGREVISION 2:
Fix remotely exploitable buffer overflow.
2004-03-31 13:23:27 +00:00
snj
4b04619569 USE_LANGUAGES=c c++ 2004-03-31 08:32:48 +00:00
ben
71dd054071 Makefile fix required for mplex 1.6.2. 2004-03-30 19:53:44 +00:00
ben
05cd73ec17 Update mplex to version 1.6.2. A changelog was not available, but several
bugs were fixed.  For details look at
http://cvs.sourceforge.net/viewcvs.py/mjpeg/mjpeg_play/mplex/
2004-03-30 19:51:31 +00:00
wiz
90241b183d Add patch that works around PR 19024 for the 1.6 branch; also closes
PR 21890 by Kai Puolamaki.
Bump PKGREVISION to 3.
2004-03-29 23:31:30 +00:00
xtraeme
2f549da271 bl3ify 2004-03-29 21:01:17 +00:00
xtraeme
7a4dd9899d Added vls-0.5.6 (VideoLan Server). 2004-03-29 20:30:57 +00:00
xtraeme
c924966361 Initial import of vls-0.5.6 from pkgsrc-wip.
VLS is part of the VideoLAN project, a full client/server video over IP
solution. The VideoLAN Server aims at broadcasting MPEG (1/2/4, PS/TS)
video streams over any IP network.
2004-03-29 20:29:23 +00:00
tron
c4c5f66400 Don't assume that "tar xzf ..." can extract ".tar.bz2" archive. It works
only with NetBSD 1.6's modified "gzcat"
2004-03-29 17:43:43 +00:00
grant
809417e117 |fmt 70 75 2004-03-29 10:37:44 +00:00
grant
a3091bd8f6 +vlc 2004-03-29 10:31:24 +00:00
grant
098572947f Initial import of vlc-0.7.1 into the NetBSD packages collection.
VideoLAN is a project of French students from the Ecole
Centrale Paris and developers from all over the world. Its main
goals is MPEG streaming on a network, but it also features a
standalone multimedia player. The VideoLAN Server can stream
video read from a hard disk, a DVD player, a satellite card or
an MPEG 2 compression card, and unicast or multicast it on a
network. The VideoLAN Client can read the stream from the
network and display it. It can also be used to display video
read locally on the computer : DVDs, VCDs, MPEG and DivX files
and from a satellite card. It is multi-plaform : Linux,
Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The
VideoLAN Client and Server now have a full IPv6 support.
2004-03-29 10:30:28 +00:00
snj
bc99b16873 Use bl3. 2004-03-29 03:43:51 +00:00
snj
3082bb5db4 No longer used. 2004-03-29 02:53:01 +00:00
snj
b72f01c0eb Use bl3. 2004-03-29 02:52:48 +00:00
snj
d99d4ce1cb bl3ify and clean up DESCR. 2004-03-29 02:49:46 +00:00
snj
274c14fb3c No longer used. 2004-03-29 02:34:25 +00:00
snj
a01c5cfdf4 This wants to use INSTALL (which has "-o root -g wheel" passed to it) in
places that it doesn't need to.  Adjust to more appropriate and more
friendly commands (MKDIR and BSD_INSTALL) so that this builds as non-root.
2004-03-28 23:09:51 +00:00
mycroft
cd494c3937 Update to 0.9.23. Nothing earth-shattering.
xine-ui (0.9.23) unstable; urgency=low
  * xinerama bug fixes (very fullscreen, window position when switching from
    fullscreen to normal mode),
  * shiny new help dialog,
  * some small usability improvements,
  * fix some memleaks,
  * main menu reorg, localized,
  * new deinterlacing, it use post plugins now,
  * add --bug-report and --list-plugins option to xine-ui,
  * splash screen per skin is possible,
  * all meta infos are retrieve at the same time, when playing audio CD,
  * support new unscaled OSD (note: osd need a complete rework),
  * new playlist management command in xine-remote,
  * new "stop after this stream" feature,
  * grab streams recusively (with enqueuing and file browser),
  * fix reference mrl handling,
  * add 'loop' and two new playlist options 'first' and 'last', in
    session control,
  * fix shortcut grabber,
  * sound volume control can be sets with sound card mixer or
    software amplification,
  * add help in chain reaction window,
  * double clicking in output window is a fullscreen toggle now,
  * subtitle autoload feature added,
  * new TVout feature, using libnvtvsimple for nVIDIA cards, and
    atitvout for ATI,
  * store spu offset in toxine's playlist,
  * fix skin downloder,
  * fix support of huge playlists,
  * contextual menu popup in playlist window,
  * fix control's window sliders,
  * ton of fbxine improvments (post plugin, deinterlacing, spu,
    stream infos...),
  * bunch of other fix.
2004-03-28 21:11:35 +00:00
mycroft
747db3dfd9 Update to rc3b. Fixed a problem with the PLIST not including some .sos under
NetBSD.  Applied the same symbol hacks that are used to make the Linux
RealPlayer modules work with mplayer -- but also use the native RV2.0 codec
now.

                       17.03.2004 xine-lib 1-3c3b released
                                  This version adds support for Matroska
                                  files, Flash Video and Sierra VMD files, as
                                  well as OpenDML 2.0 support for the AVI
                                  demuxer. In addition, this new library can
                                  now handle a variety of file formats from
                                  the Amiga computer, including a variety of
                                  IFF files and MOD/S3M/XM/IT/etc music
                                  tracker formats (thanks to the ModPlug
                                  library). The new library version contains
                                  several new video decoders including Sierra
                                  video, Flash Video, Real Video 2.0 Duck
                                  TrueMotion v1, 8BPS, MZSH, ZLIB, ASV1,2,
                                  ATI VCR1 (all courtesy of ffmpeg). Network
                                  streaming drivers are enhanced, including
                                  secure HTTP, MMS, and RTP/UDP. As for video
                                  drivers, there is new support for the CACA
                                  library (colored ASCII art), and
                                  fixed/improved support for SDL and Sun
                                  PGX32 video. As always the core xine engine
                                  has been enhanced for greater stability so
                                  that you can just play your multimedia with
                                  ease.
2004-03-28 20:14:22 +00:00
mycroft
400e63ff9c Update to 1.0.0rc3. There are way too many changes to list; the encoder core
has been nearly rewritten.  Output quality is much, much better, and is
generally considered superior to other freely available MPEG-4 encoders.
Tested with xine, mplayer and transcode.
2004-03-28 20:01:13 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
778b3049d0 This needs xpm. 2004-03-23 06:48:13 +00:00
kristerw
73ff7727b9 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
xtraeme
60fe9a9234 Add some mirrors to MASTER_SITES, fixes fetch problem seen in latest
agc@'s bulk build.
2004-03-21 00:08:18 +00:00
xtraeme
96bc909fa5 bl3ify 2004-03-18 23:29:36 +00:00
jmmv
cc1c4f7052 Explicitly disable mpeg2dec support to fix a build failure if it's installed
(i.e., detected by configure but not buildlinked).  Note that I haven't been
able to reproduce it, although it's clear it may happen sometimes (happened
in the past with arts support, for example).  Furthermore, it seems that
the mpeg2dec plugin does not actually build when using our libmpeg2 package.
Closes PR pkg/24835.
2004-03-18 11:01:23 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
grant
82d0aa568e MAINTAINER should only contain one email address. 2004-03-17 09:58:03 +00:00
snj
8952f67aa5 Use bl3. Instead of appending -O2 to CFLAGS, transform -O3 out. 2004-03-12 19:59:13 +00:00
markd
8d04e5acd6 Dont install mimelnk/video/x-ms-wmv.desktop as kdelibs3 already has.
Bump PKGREVISION.
2004-03-11 21:02:56 +00:00
jmmv
15000f837d Bump PKGREVISION due to xine-lib update to 1rc3a. 2004-03-11 17:27:29 +00:00
jmmv
ce3be8b79d Update to 1rc3a. Summary of changes since rc0a:
- Fixed some bugs which caused xine to segfault under certain conditions,
  and a long-standing issue that would make xine hang with the NPTL
  implementation in Linux kernel 2.6.
- Stabilized core engine and much improved subtitles.
- Built-in VCD navigation, XvMC support and better handling of funny filenames.
- A security hole regarding the "#save" MRL option has been closed.
- Added a feature: append "#save:filename" to an MRL to save the stream during
  playback.
- Lots of bugfixes.
2004-03-11 17:26:02 +00:00
recht
b3f4a09a71 update to 1.6.2
Changes:
Since the authors don't provide a proper CHANGES file/release announcement, this
is me guess from diffing to last version (1.6.1.93):
- aix build fixes
- icc support
- doc updates
- yuvfps tries to find a normalized framerate by default

... and probably the usual: bug-fixes
2004-03-11 13:17:03 +00:00
jmmv
e73fd4096e Fix build when not using MMX. Found by latest kristerw@'s bulk build. 2004-03-11 10:53:05 +00:00
jmmv
59e6d6d32d Add USE_MMX to BUILD_DEFS. 2004-03-11 10:38:01 +00:00
markd
e9602af5a7 Update to KDE 3.2.1.
Changes:

KMix: Properly save volumes on exit so volumes are correctly restored on
 next login.
Noatun: remember last equalizer setting
2004-03-09 11:59:24 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
xtraeme
f74184072d Hmm, remove an extra "\" in CONFIGURE_ARGS. 2004-03-06 12:09:53 +00:00
grant
c7d8a25ac9 move dvdrip to multimedia. 2004-03-06 11:39:31 +00:00
jmmv
a693bd6212 Fix path to openquicktime, now in the multimedia category. 2004-03-06 11:11:33 +00:00
jmmv
ad305889d0 Move openquicktime from the graphics to the multimedia category. 2004-03-06 11:10:20 +00:00
jmmv
932506d12b Move openquicktime from the graphics to the multimedia category.
This is version 1.0nb2.
2004-03-06 11:09:40 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
cjep
f0fc0c0c9e Lint: add NetBSD RCS tags 2004-03-04 15:04:41 +00:00
tron
314f29e153 Remove incorrect ".so" shared library link entries. 2004-03-01 21:35:15 +00:00
markd
e8e56cdc37 One more PLIST fix for old X. 2004-03-01 13:18:20 +00:00
jmmv
df24fe3ded Move inclusion of libiconv's bl3 file to the common Makefile, to fix the
build of xine-esound as shown by kristerw@'s last bulk build.
2004-02-27 13:54:49 +00:00
jmmv
01361281e9 bl3ify 2004-02-25 18:02:08 +00:00
jmmv
e59a312842 Move mpeg_{encode,play} from the graphics to the multimedia category. 2004-02-24 21:51:04 +00:00
jmmv
61bc47517a Move mpeg_play from the graphics to the multimedia category.
This is version 2.4patchednb1.
2004-02-24 21:49:22 +00:00
jmmv
edcded2f3f Move mpeg_encode from the graphics to the multimedia category.
This is version 1.5bnb1.
2004-02-24 21:47:17 +00:00
jmmv
e9b90a53ee gnome-media and gnome2-media moved from audio to multimedia. 2004-02-22 16:33:59 +00:00
jmmv
7b8ec78f65 Move gnome2-media from audio to the multimedia category.
This is version 2.4.1.1nb4.
2004-02-22 16:32:41 +00:00
jmmv
9635aa6bd7 Move gnome-media from audio to the multimedia category.
This is version 1.2.3nb9.
2004-02-22 16:30:59 +00:00
jmmv
a0d42f9ac4 Use the audio device pointed to by DEVOSSAUDIO, instead of hardcoding
/dev/audio in patches.  Bump PKGREVISION to 5 to force a rebuild.
Found by veego@.
2004-02-22 10:00:31 +00:00
jlam
e6ef33712d Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
2004-02-20 23:45:43 +00:00
jmmv
d5818b586d bl3ify 2004-02-20 17:23:44 +00:00
jmmv
d3faa9d82f unused 2004-02-20 12:07:23 +00:00
jmmv
6acc2c2ea4 bl3ify 2004-02-20 12:03:08 +00:00
jmmv
b9011713d3 bl3ify 2004-02-20 11:33:21 +00:00
wiz
5864f18321 buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. 2004-02-19 17:54:05 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
wiz
8087e1e3e5 Improve _FETCH_MESSAGE for the additional distfile. 2004-02-18 09:11:08 +00:00
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