Commit graph

6 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
2dc8a1b493 Update gst-plugins to 0.8.4:
Changes since 0.8.3:

      * New translation in this release: Albanian
      * licensing corrections
      * fixes for compiling with G_DISABLE_ASSERT
      * pixel aspect ratio conversion fixes
      * tcpserversink fixes and additions
      * multifdsink can use poll now as well
      * interleave fixes
      * audioscale fixes
      * videotestsrc fixes
      * v4lsrc fixes
      * theoradec, theoraenc fixes
      * lame fixes
      * flac fixes
      * ximagesink, xvimagesink fixes
      * sunaudio fixes

Bugs fixed since 0.8.3:

      * 135407 : [xviddec] shows green frames when decoding packed bitstre...
      * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
      * 140897 : Incorrect segment duration in files created with matroska...
      * 140898 : No writing application specified in matroska files create...
      * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
      * 144091 : [Solaris] audio mixer element
      * 144616 : Infinite loop in wavparse.
      * 148711 : typefind function for TTA audio files
      * 148950 : matroskademux doesn't set buffer duration
      * 148951 : matroskademux misses the tta codec in its codec list
      * 151232 : [lame] doesn't build with lame-3.90
      * 151236 : [v4l] compile failure
      * 151410 : Memory leaks in multifdsink
      * 151462 : theora plugin Makefile broken

Changes since 0.8.2:

      * New translation in this release: Czech
      * New translation in this release: Hungarian
      * pixel aspect ratio conversion
      * tcpserversink fixes and additions
      * oggdemux fixes
      * theoraenc and theoradec fixes
      * ximagesink and xvimagesink fixes
      * ladspa fixes
      * videoscale and ffmpegcolorspace fixes for stride
      * mpeg and dvd fixes
      * win32 project file additions
      * new elements: playbin and decodebin
      * new element: multifdsink
      * new element: pngdec
      * new element: alpha
      * new element: multifilesink

Bugs fixed since 0.8.2:

      * 141906 : hang on removing ximagesink from a pipeline
      * 142432 : Wrong sink MIME type in shout2send
      * 143222 : [oggdemux] Optimize tag reading
      * 143548 : Please update libtool to fix build on arm
      * 143703 : duration always 0 for some (gst produced) .ogg files
      * 144624 : wavenc doesn't close file properly
      * 144753 : libgstinterfaces should be split, or: 'volume' should not...
      * 144815 : [alsasink] gst_element_set_time_delay() assertion failure...
      * 144866 : [flac] seeking broken, duration not set on buffers [PATCH]
      * 144941 : alsasink assertion failure on ctrl+z and fg
      * 145031 : totem CVS won't compile because of gst-play ...
      * 145088 : gnome-volume-control has unlocalized volume names.
      * 145118 : Compile error (gcc 2.95, alsa)
      * 145336 : pipeline broke-stonecold
      * 147969 : LADSPA plugin should sanitize the info from the .so's to ...
      * 148021 : Bug in lib-riff
      * 148023 : [ximagesink] doesn't work with Xnest
      * 148043 : audioconvert
      * 148289 : mad plugin crashes on Sun
      * 148505 : [level] for silence peak is reported wrongly
      * 148986 : [lame] bug in negotiation
2004-09-01 17:01:31 +00:00
jmmv
3d434a1283 Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages.  Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
2004-05-06 12:12:58 +00:00
jmmv
0be573ad96 Depend on gst-plugins-ogg. Bump PKGREVISION to 1. 2004-04-16 13:42:13 +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
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