Commit graph

298 commits

Author SHA1 Message Date
jmmv
2890ccb1e6 Fix build in NetBSD. I don't know how the previous change was supposed to
fix it under FreeBSD, because it only modified code inside conditionals for
NetBSD only.
2004-04-17 15:04:31 +00:00
jmmv
d58a6ff791 regen; patch-aa not available any more. 2004-04-17 11:02:58 +00:00
sekiya
757fee7ad7 Build libmjpegutil as a shared library, which in turn allows transcode to
use the mjpegutil modules.  This commit incorporates changes suggested by wiz@.

Bump package revision, as well.
2004-04-17 05:50:50 +00:00
mycroft
daf04b6608 All I have to say is: "Gah." 2004-04-16 14:55:30 +00:00
mycroft
32a222945b xine-lib (1-rc3c)
* fix the deadlock with non-seekable input plugins
  * guess codeset for OSD if nl_langinfo(CODESET) is missing or not working
  * new option - list of domains, where don't use proxy
  * fix possible crashes in front-ends that create and delete streams
  * send a message to the front-end when the audio device is busy
  * revert changes to the DVD plugin that made it impossible to play mounted
    DVDs
  * use xine network functions in CDDB lookups, fix connection timeout
  * preparing for future MinGW port
  * improved network buffer management policy.
  * asf/mmst/mmsh proper support for "media changing" command.
  * improve playback with separate subtitles, fix the seeking and a deadlock
  * DVD still menus fixed that were broken in rc3b
[Note: The way the previous was "fixed" is a kluge.]
  * deadlocks with network buffer control fixed
  * DXR3's letterboxed overlay mode works with pan&scan material
  * DXR3: timestamp handling for NAV packets fixes the menu on the first
    DVD of "24" season 1
  * fixed audio sync method "resampling"
2004-04-16 14:44:32 +00:00
jmmv
0be573ad96 Depend on gst-plugins-ogg. Bump PKGREVISION to 1. 2004-04-16 13:42:13 +00:00
jmmv
bf1e12d313 Finish move of gst-plugins-ogg from audio to multimedia. 2004-04-16 13:39:54 +00:00
jmmv
e64ee88932 Move gst-plugins-ogg from the audio to the multimedia category (as done with
the libogg package).  This is version 0.8.1.
2004-04-16 13:27:32 +00:00
salo
c3304d9fc1 Updated to version 1.4.
Changes:

 - The MPEG4 key frame detection was broken resulting in unseekable files.
 - Fixed some typos.
2004-04-16 03:09:42 +00:00
jmmv
ad75aea432 Update gst-plugins* to 0.8.1:
Features of this release
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translations in this release: Swedish, Afrikaans, Azerbeaijani
      * Translations: af az nl sr sv
      * Updated to the new core 0.8 subsystems
      * Reworked play and media-info libraries
      * Updated osssink: now does probing of possible output properties
      * Updated qtdemux: fixes for MACE audio
      * New debug element: quasirandom byte changes
      * New element: dvddemux
      * New element: kiosrc, a KIO-slaves source
      * Fixes to all other elements, including level, videodrop, gnomevfssrc,
        speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
        cacasink
      * Portability fixes
      * ChangeLog use
      * Coding style consistency
      * Various memleak and buffer overflow fixes

Bugs fixed in this release
      * 120883 : osssink advertises more rates than it handles
      * 125732 : v4l2src don't support all YUV formats
      * 134301 : gst-plugins should depend on X
      * 135919 : Mandrake 10
      * 136477 : [PATCH] gst-launch-ext does not support .mov
      * 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
      * 137348 : media-info .pc file lacks a 'Version:' line
      * 137448 : mpegaudioparse: crash (bus error)
      * 137504 : mpeg2dec fails on 422 encoded material
      * 137556 : Ogg Vorbis playback has poor spatialization
      * 137588 : ffmpegcolorspace gives critical when it should throw error
      * 137722 : Quicktime audio parsing is broken
      * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
      * 138168 : id3tag using gst_event_new_discontinuous incorrectly?
      * 138169 : matroska-demux using gst_event_new_discontinuous without ...
      * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
      * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
      * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
      * 139034 : Non-standard test(1) operator used in configure script
      * 139035 : Non-standard regex used as libtool argument
      * 139382 : mad decoder can resync wrongly after seek and does explic...
      * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
      * 139926 : id3tag's caps cause it to be plugged more than once by sp...
      * 139958 : Leak in avidemux
      * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15 21:24:28 +00:00
jmmv
ddc67400d1 Update gstreamer to 0.8.1:
Features of this release
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translations in this release: Swedish, Afrikaans, Azerbeaijani
      * Translations: af, az, fr, nl, sr, sv
      * New scheduler: entry
      * Reworked capabilities and negotiation subsystem
      * Reworked tagging subsystem
      * Reworked interactivity subsystem (for DVD playback)
      * Consistent error and debug signaling
      * Dynamic debug logging
      * Portability fixes
      * Binding support fixes
      * ChangeLog use
      * Coding style consistency

Bugs fixed in this release
      * 136841 : Some code will need to be rewritten to compile against gc...
      * 136904 : [opt] support loop in multi-loop based group
      * 137279 : [patch] dispose/finalize functions for gst core elements
      * 137625 : HAVE_ATOMIC_H is not used
      * 138705 : Problem testing gstreamer 0.8.0
      * 139002 : Compilation error
      * 139109 : Compilation of gst-plugins fails because of errors in header
      * 139617 : v4l2src ! spider ! ximagesink : crashes
2004-04-15 21:20:32 +00:00
xtraeme
1c7861c571 Make this build in FreeBSD. 2004-04-15 13:16:35 +00:00
xtraeme
a9fe576149 Make this build in FreeBSD, patches stolen from FreeBSD/ports. 2004-04-15 12:56:22 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
e56111b718 Finish move of libmpeg2 from graphics to the multimedia category. 2004-04-14 12:12:16 +00:00
jmmv
5207ad6a9e libmpeg2 lives now in the multimedia category. 2004-04-14 12:11:30 +00:00
jmmv
0e8fae6837 Move libmpeg2 from graphics to the multimedia category.
This is version 0.4.0.
2004-04-14 12:07:30 +00:00
adam
9c80a0edb1 Added ogmtools 2004-04-14 09:58:24 +00:00
adam
9603a46b9a Added libogg 2004-04-14 09:57:27 +00:00
salo
9ba8196a22 Follow libogg into multimedia/. 2004-04-12 23:15:01 +00:00
salo
0d382d10b0 Reimport from audio/libogg. 2004-04-12 23:02:59 +00:00
salo
b02c3e05fe Correct ogmtools directory (moved to multimedia/ from graphics/).
Sort DEPENDS, whitespace nits.
2004-04-12 21:58:05 +00:00
salo
f9d323daa9 Reimport ogmtools from graphics/ogmtools. 2004-04-12 21:47:02 +00:00
jmmv
029c959b3f During print-PLIST, suppress all entries for files under libdata/gstreamer-0.8
as they are handled during post install by this package.  Also output a
comment about the lib/gstreamer-0.8 directory beeing handled in this package.
2004-04-12 21:31:36 +00:00
snj
b49aa17072 No longer used. 2004-04-11 22:32:11 +00:00
snj
6901d4b555 No longer used. 2004-04-11 22:21:26 +00:00
snj
741de7be81 No longer used. 2004-04-11 22:03:25 +00:00
snj
e556f4d03d No longer used. 2004-04-11 21:53:19 +00:00
snj
c0860f59ee No longer used. 2004-04-11 21:42:58 +00:00
taca
1a717549cb Fix broken diff path of patches/patch-ae. 2004-04-11 08:31:55 +00:00
minskim
427d1756d8 Enable pkgviews installation. 2004-04-11 03:12:37 +00:00
minskim
f480df5f11 Enable pkgviews installation. 2004-04-11 03:00:35 +00:00
snj
3e95f6a4f3 +lsdvd. 2004-04-11 02:51:31 +00:00
snj
13fc6fca45 Initial import of lsdvd-0.10.
lsdvd is an application that reads the contents of a DVD and prints them
to your terminal.

lsdvd will tell you the following:
* The name of the disc
* The number of tracks
* The length, format, and aspect of each track
* The format, language, number of channels, contents, etc. of each audio
  track
* The language and contents of each subtitle
* The longest track

Based on the package in pkgsrc-wip.
2004-04-11 02:50:51 +00:00
salo
a17faccbfe Add mkvtoolnix. 2004-04-10 12:46:28 +00:00
salo
b98538df0c Initial import of mkvtoolnix-0.8.6: Set of tools to create, alter and inspect
Matroska files.

MKVtoolnix is a set of tools to create, alter and inspect Matroska files.

With these tools one can get information about (mkvinfo) Matroska files,
extract tracks/data from (mkvextract) Matroska files and create (mkvmerge)
Matroska files from other media files.

From pkgsrc-wip, created by Sergey Svishchev with modifications by me.
2004-04-10 12:44:31 +00:00
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