Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit new gstreamer eclasses as reviewed on gentoo-dev mailing list with a ↵ | Gilles Dartiguelongue | 2012-12-02 | 1 | -143/+31 |
| | | | | few more fixes, most notably EAPI=1 support fixes. For a more detailed changelog, please see gnome overlay git log. | ||||
* | naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵ | Ian Stakenvicius | 2012-09-27 | 1 | -2/+2 |
| | | | | EAPI=4 was previously allowed | ||||
* | Fix building with newer eapis wrt bug#385841. Noticed by triggered rebuild ↵ | Tomas Chvatal | 2012-06-20 | 1 | -7/+18 |
| | | | | to -ocr. | ||||
* | inherit multilib for get_libdir | Zac Medico | 2012-06-02 | 1 | -2/+2 |
| | |||||
* | dev-util/pkgconfig -> virtual/pkgconfig | Jeff Horelick | 2012-05-02 | 1 | -3/+3 |
| | |||||
* | Update copyright years in headers | Christian Faulhammer | 2011-12-27 | 1 | -2/+2 |
| | |||||
* | Tweak plugins versioned list a bit more for 0.10.22 to avoid useless QA ↵ | Mart Raudsepp | 2011-07-29 | 1 | -3/+8 |
| | | | | warnings - exif option gone again in 0.10.22 for testing purposes, automagic now for just a test | ||||
* | Prepare for gst-plugins-bad-0.10.22 | Mart Raudsepp | 2011-07-13 | 1 | -2/+15 |
| | |||||
* | All older than -bad-0.10.19 versions are gone from tree, so remove now ↵ | Mart Raudsepp | 2011-05-04 | 1 | -32/+2 |
| | | | | unnecessary econf and patching support for these | ||||
* | Finish gst-plugins-0.10.21 changes | Mart Raudsepp | 2011-04-13 | 1 | -8/+16 |
| | |||||
* | Prepare for gst-plugins-bad-0.10.21 - changes from 0.10.20; new rtmp, ↵ | Mart Raudsepp | 2011-04-09 | 1 | -1/+16 |
| | | | | gsettings and shm configure options for splits; move away from liboil | ||||
* | Prepare for gst-plugins-bad-0.10.21 - jack moved away to -good | Mart Raudsepp | 2011-03-20 | 1 | -2/+8 |
| | |||||
* | The minimum required liboil version has been 0.3.8 for a while now (not ↵ | Mart Raudsepp | 2010-07-30 | 1 | -2/+2 |
| | | | | 0.3), update | ||||
* | Add missing dc1394 to the list to avoid automagic enabling if user has the ↵ | Mart Raudsepp | 2010-07-30 | 1 | -2/+2 |
| | | | | libraries from somewhere | ||||
* | More preparation for gst-plugins-bad-0.10.19 - oss4 moved away, dvdnav ↵ | Mart Raudsepp | 2010-07-30 | 1 | -6/+16 |
| | | | | configure option renamed to resindvd | ||||
* | gst-plugins10 inherit needs to be last to get the generic DESCRIPTION from ↵ | Mart Raudsepp | 2010-07-28 | 1 | -2/+2 |
| | | | | it, instead of from eutils.eclass via versionator.eclass | ||||
* | Do not filter out the plugins being built from the list in src_configure ↵ | Mart Raudsepp | 2010-07-28 | 1 | -5/+1 |
| | | | | before creating the --disable-* configure options. ./configure should guarantee us they get enabled nevertheless, as the --enable-* options are appended to it, overriding the --disable for the to be built plugins. This avoids problems in the filtering, e.g "ivorbis vorbis" getting filtered to "i" when building gst-plugins-vorbis. Fixes bug 325613 | ||||
* | Prepare for gst-plugins-bad-0.10.19 (added vp8 ext plugin), fix some QA ↵ | Mart Raudsepp | 2010-07-28 | 1 | -5/+13 |
| | | | | warnings about missing configure options by conditional by version appending to my_gst_plugins_bad variable | ||||
* | Also remove x and opengl from the plugin list. None of the in-tree -bad ↵ | Mart Raudsepp | 2010-04-05 | 1 | -4/+2 |
| | | | | package versions have these either. There are X plugins in -base and -good, and a separate opengl related tarball in existence for these things by now. | ||||
* | Remove old plugin entries that are not present in any -bad packages ↵ | Mart Raudsepp | 2010-04-05 | 1 | -17/+4 |
| | | | | remaining in tree anymore. These are safe to remove, as this list is only used during package compilation, never during unmerge. This reduces the amount of QA warnings from unrecognized configure options and just cleans up the list for maintainability. Update comments accordingly. | ||||
* | Prepare for gst-plugins-bad-0.10.18 - has new flite split plugin and ivorbis ↵ | Mart Raudsepp | 2010-04-05 | 1 | -4/+4 |
| | | | | removed | ||||
* | Fix the plugins list: stop automagically building zbar, cog and rsvg split ↵ | Mart Raudsepp | 2010-04-05 | 1 | -7/+14 |
| | | | | plugins as part of the non-split package due to them being forgotten to be added here before (add them now), cog/zbar is not packaged in-tree so not a big problem, but rsvg is; it will be a separate split package. Add missing Windows/OSX sys plugins to the list to avoid useless header/linkage checks that waste configure time for all -bad splits too - directsound, directdraw, osx_video, wininet, acm. Order the list per ./configure --help output. Add comments to old plugins that are not shipped by -bad anymore, for when they were removed, to remove them from the list once safe. Have not tracked down opengl and x removal yet though. | ||||
* | Add kate back to the plugin list while fixing compilation with ↵ | Mart Raudsepp | 2009-11-09 | 1 | -3/+12 |
| | | | | --disable-kate for split plugins | ||||
* | Temporarily remove kate from the list again, as it is causing build errors ↵ | Mart Raudsepp | 2009-11-09 | 1 | -2/+2 |
| | | | | due to bad configure.ac | ||||
* | Add missing kate plugin to the list, so that it will not be built ↵ | Mart Raudsepp | 2009-11-09 | 1 | -8/+10 |
| | | | | unintentionally when media-libs/libkate is present. Alphabetize the plugin listing. | ||||
* | whitespace | Markus Meier | 2009-10-11 | 1 | -2/+2 |
| | |||||
* | Add new plugins in gst-plugins-bad 0.10.14 and gst-plugins-ugly 0.10.12 | Olivier Crête | 2009-09-07 | 1 | -4/+11 |
| | |||||
* | Add assrender to the external plugin list, to avoid automagic enabling of it ↵ | Mart Raudsepp | 2009-08-05 | 1 | -2/+2 |
| | | | | in the presence of libass by all gst-plugins-bad packages and the ensuing potential file collissions from all of them trying to install the assrender plugin | ||||
* | Fix gst-plugins-bad eclass, missing vcd. Permitted by Tester. | Samuli Suominen | 2009-07-25 | 1 | -2/+2 |
| | |||||
* | Restrict tests for gstreamer external plugins, they don't work with the ↵ | Olivier Crête | 2009-05-16 | 1 | -1/+2 |
| | | | | split ebuilds | ||||
* | gst-plugins-bad: Remove vcd from list of plugins with deps | Olivier Crête | 2009-05-16 | 1 | -2/+2 |
| | |||||
* | Add missing dep on pkgconfig | Olivier Crête | 2009-03-30 | 1 | -1/+2 |
| | |||||
* | Add a few new plugins, generate all makefiles, shave wrappers need to be built | Olivier Crête | 2009-03-30 | 1 | -13/+13 |
| | |||||
* | Update gst-plugins-bad eclass. | Samuli Suominen | 2008-12-05 | 1 | -2/+2 |
| | |||||
* | insert oss4 mplex and ofa to gst-plugins-bad plugins | Samuli Suominen | 2008-06-29 | 1 | -2/+3 |
| | |||||
* | changes for 0.10.6 | Zaheer Abbas Merali | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | Fix remaining dodoc warnings of gstreamer. | Samuli Suominen | 2007-09-13 | 1 | -2/+2 |
| | |||||
* | Version bump gst-plugins-bad to 0.10.5. | Samuli Suominen | 2007-08-29 | 1 | -6/+10 |
| | |||||
* | Updated external plugin names to gst-plugins-bad-0.10.4 and ↵ | Jim Ramsay | 2007-01-25 | 1 | -2/+9 |
| | | | | gst-plugins-good-0.10.5 | ||||
* | Apply whitespace checks from repoman to eclasses. | Sven Wegener | 2006-10-14 | 1 | -4/+4 |
| | |||||
* | Set package origin and name | Zaheer Abbas Merali | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | new version with lots of new plugins | Zaheer Abbas Merali | 2006-05-10 | 1 | -2/+2 |
| | |||||
* | fix 2 typos (#126796) | Marinus Schraal | 2006-03-19 | 1 | -3/+3 |
| | |||||
* | fix eclass and add new plugins | Zaheer Abbas Merali | 2006-03-07 | 1 | -4/+4 |
| | |||||
* | Fixes circular dep bug #121714 | Zaheer Abbas Merali | 2006-02-06 | 1 | -4/+7 |
| | |||||
* | Adding gst-plugins-bad.eclass for missing gst 0.10 plugins | Saleem Abdulrasool | 2006-01-21 | 1 | -0/+86 |