summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-01-04more fixingThomas Vander Stichele1-11/+16
Original commit message from CVS: more fixing
2002-01-04this might be betterThomas Vander Stichele1-10/+12
Original commit message from CVS: this might be better
2002-01-04arts make distcheck fixThomas Vander Stichele1-0/+4
Original commit message from CVS: arts make distcheck fix
2002-01-04s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)Andy Wingo1-1/+1
Original commit message from CVS: s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
2002-01-04depcomp might be usefulThomas Vander Stichele1-1/+1
Original commit message from CVS: depcomp might be useful
2002-01-04added gtk.m4 (for gtk 1.2)Andy Wingo1-0/+194
Original commit message from CVS: added gtk.m4 (for gtk 1.2)
2002-01-03stupid typoThomas Vander Stichele1-1/+1
Original commit message from CVS: stupid typo
2002-01-03renamed gstreamer-libs to gstreamer-plugin-libsThomas Vander Stichele1-4/+4
Original commit message from CVS: renamed gstreamer-libs to gstreamer-plugin-libs
2002-01-03putting back the varsThomas Vander Stichele1-2/+2
Original commit message from CVS: putting back the vars
2002-01-03some more fixesThomas Vander Stichele1-4/+16
Original commit message from CVS: some more fixes
2002-01-03festival checkThomas Vander Stichele1-2/+3
Original commit message from CVS: festival check
2002-01-03adding sidplay and festival "checks"Thomas Vander Stichele1-5/+24
Original commit message from CVS: adding sidplay and festival "checks"
2002-01-03fixed main rpm name issue temporarilyThomas Vander Stichele1-18/+19
Original commit message from CVS: fixed main rpm name issue temporarily
2002-01-03check for mcopidlThomas Vander Stichele1-0/+6
Original commit message from CVS: check for mcopidl
2002-01-02fix to the plugins depends on a package called gstreamer not gst-pluginsChristian Schaller1-44/+44
Original commit message from CVS: fix to the plugins depends on a package called gstreamer not gst-plugins
2002-01-02ok, more bugs hopefully we are getting close nowChristian Schaller1-3/+2
Original commit message from CVS: ok, more bugs hopefully we are getting close now
2002-01-02small spec bugletChristian Schaller1-1/+1
Original commit message from CVS: small spec buglet
2002-01-02think we are getting to the bottom of needed fixes nowChristian Schaller1-29/+21
Original commit message from CVS: think we are getting to the bottom of needed fixes now
2002-01-02lots of little fixesChristian Schaller1-40/+48
Original commit message from CVS: lots of little fixes
2002-01-02removed double mad pluginChristian Schaller1-16/+0
Original commit message from CVS: removed double mad plugin
2002-01-02commited first little fix to SPECChristian Schaller1-1/+1
Original commit message from CVS: commited first little fix to SPEC
2002-01-02of this SPEC in file already works then the time of wonders is not over yetChristian Schaller1-109/+170
Original commit message from CVS: of this SPEC in file already works then the time of wonders is not over yet
2002-01-02all plugins now inn, next step is making sure right conditionals are usedChristian Schaller1-0/+314
Original commit message from CVS: all plugins now inn, next step is making sure right conditionals are used
2002-01-02Work in Progress of plugin SPECChristian Schaller1-0/+296
Original commit message from CVS: Work in Progress of plugin SPEC
2002-01-02these needed fixing tooThomas Vander Stichele2-2/+2
Original commit message from CVS: these needed fixing too
2002-01-02small fixesThomas Vander Stichele2-76/+40
Original commit message from CVS: small fixes
2002-01-01Removed enable-glib2 from spec fileChristian Schaller1-1/+1
Original commit message from CVS: Removed enable-glib2 from spec file
2001-12-30smoothwave fixinThomas Vander Stichele10-2/+780
Original commit message from CVS: smoothwave fixin
2001-12-29omega: you agreed on starting rate from 1000, which is really neeeded for ↵Zeeshan Ali3-4/+22
Apps like mine(zchat) Original commit message from CVS: omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
2001-12-28Fixed some pluginsWim Taymans7-31/+21
Original commit message from CVS: Fixed some plugins
2001-12-28Added our beloved mpeg1videoparseWim Taymans1-1/+2
Original commit message from CVS: Added our beloved mpeg1videoparse
2001-12-28Revived the mpeg1 video parser, probably badly broken but anyway..Wim Taymans3-0/+502
Original commit message from CVS: Revived the mpeg1 video parser, probably badly broken but anyway..
2001-12-28Remove caps from the template for nowWim Taymans1-1/+3
Original commit message from CVS: Remove caps from the template for now
2001-12-28Don't set the capsWim Taymans1-2/+1
Original commit message from CVS: Don't set the caps
2001-12-27this might do itThomas Vander Stichele1-2/+5
Original commit message from CVS: this might do it
2001-12-26no need to check for pkg-config or munge its search pathAndy Wingo1-10/+0
Original commit message from CVS: no need to check for pkg-config or munge its search path
2001-12-26added --with-pkg-config-path option try not to run autoheader too muchAndy Wingo2-0/+7
Original commit message from CVS: * added --with-pkg-config-path option * try not to run autoheader too much
2001-12-26this makes more sens donnit ?Thomas Vander Stichele1-5/+6
Original commit message from CVS: this makes more sens donnit ?
2001-12-26taaz's virtual patchThomas Vander Stichele2-6/+6
Original commit message from CVS: taaz's virtual patch
2001-12-26taaz's virtual patchThomas Vander Stichele1-4/+4
Original commit message from CVS: taaz's virtual patch
2001-12-26Fixed the smooothwave madness removed a yield from vorbisdec don't call ↵Wim Taymans2-2/+2
mpeg2_close, it seems to segfault sometimes. Original commit message from CVS: Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26muahahahaha. gstreamer-compprep initializes every plugin so it's a good way ↵Andy Wingo3-10/+25
of figuring out plugin issues. it spits o... Original commit message from CVS: muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits out no more errors now.
2001-12-25dohThomas Vander Stichele1-1/+1
Original commit message from CVS: doh
2001-12-25more distcheck fixesThomas Vander Stichele2-5/+12
Original commit message from CVS: more distcheck fixes
2001-12-25something stupidThomas Vander Stichele2-1/+2
Original commit message from CVS: something stupid
2001-12-24make arts stuff work, i thinkAndy Wingo3-49/+37
Original commit message from CVS: make arts stuff work, i think
2001-12-24changes to make xvideo work againThomas Vander Stichele1-5/+6
Original commit message from CVS: changes to make xvideo work again I have some compilation errors now though, help required ;(
2001-12-23Fixed some leftover errors.Wim Taymans2-2/+5
Original commit message from CVS: Fixed some leftover errors.
2001-12-23Fixed some leftover fixesWim Taymans2-20/+13
Original commit message from CVS: Fixed some leftover fixes
2001-12-23disabling arts stuff for nowThomas Vander Stichele1-2/+2
Original commit message from CVS: disabling arts stuff for now