summaryrefslogtreecommitdiff
path: root/gnu/packages/gstreamer.scm
Commit message (Collapse)AuthorAge
* gnu: Add gst-plugins-ugly.Mark H Weaver2015-07-09
| | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable.
* gnu: gst-plugins-good: Disable rtprtx tests that frequently fail.Mark H Weaver2015-07-06
| | | | | * gnu/packages/gstreamer.scm (arguments): Add 'disable-failing-rtprtx-tests' phase.
* gnu: gstreamer: Add search path specification for 'GST_PLUGIN_SYSTEM_PATH'.宋文武2015-06-25
| | | | | | | This reverts commit e53fc0c8a, which add it wrongly to gst-plugins-base. * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field. (gst-plugins-base)[native-search-paths]: Remove.
* gnu: gstreamer: Add search patch specification for 'GST_PLUGIN_SYSTEM_PATH'.宋文武2015-05-19
| | | | * gnu/packages/gstreamer.scm (gstreamer)[native-search-paths]: New field.
* gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.宋文武2015-04-29
| | | | | | | | * gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10): Remove variables. * gnu/packages/patches/gstreamer-0.10-bison3.patch, gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them.
* gnu: gst-plugins-good: Add more inputs and remove unneeded ones.宋文武2015-04-18
| | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base from 'native-inputs' to 'inputs'. [inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833, libshout, libsoup, libvpx, orc, taglib and wavpack. Remove glib, gstreamer, libogg, libx11, libxext, libxv, and zlib. [arguments]: Remove.
* Merge branch 'master' into core-updatesMark H Weaver2015-04-17
|\ | | | | | | | | | | Conflicts: gnu-system.am gnu/packages/gstreamer.scm
| * gnu: gst-libav: Use system ffmpeg instead of bundled libav.宋文武2015-04-14
| | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-libav)[arguments]: Remove #:phases. Add #:configure-flags. [native-inputs]: Remove yasm. [inputs]: Add ffmpeg.
* | gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.Mark H Weaver2015-04-13
|/ | | | | | | This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135. * gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names passed to 'modify-phases'.
* gnu: Add gst-libav.宋文武2015-04-10
| | | | * gnu/packages/gstreamer.scm (gst-libav): New variable.
* gnu: gst-plugins-base: Enable GObjection introspection.宋文武2015-04-04
| | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Add gobject-introspection to 'native-inputs'. [arguments]<#:phases>: Rename patch-test-pb-utils to patch. Add (setenv "CC" "gcc") to patch phase.
* gnu: gst-plugins-base: Move html documentation to 'doc' output.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags.
* gnu: gst-plugins-base: Propagate input gstreamer.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to 'propagated-inputs'.
* gnu: gstreamer: Move html documentation to 'doc' output.宋文武2015-04-04
| | | | | * gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags.
* gnu: gstreamer: Enable GObject introspection.宋文武2015-04-04
| | | | | | * gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection to 'native-inputs'. [arguments]: New field.
* gnu: orc: Disable the 'test-limits' and 'exec_opcodes_sys' tests.Mark H Weaver2015-02-05
| | | | | * gnu/packages/gstreamer.scm (orc)[arguments]: Disable the 'test-limits' and 'exec_opcodes_sys' tests, which fail on some machines.
* gnu: gst-plugins-good: Update to 1.4.5.宋文武2015-02-05
| | | | * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.4.5.
* gnu: gst-plugins-base: Update to 1.4.5, re-enable tests.宋文武2015-02-05
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.4.5. [arguments]: Add #:phases. [inputs]: Add cdparanoia and orc.
* gnu: gstreamer: Update to 1.4.5, propagate glib.宋文武2015-02-05
| | | | | | * gnu/packages/gstreamer.scm (gstreamer): Update to 1.4.5. [arguments]: Remove field to re-enable tests. [inputs]: Rename to 'propagated-inputs'.
* gnu: Add orc.宋文武2015-02-05
| | | | * gnu/packages/gstreamer.scm (orc): New variable.
* gnu: gst-plugins-good: Enable more pluginsJohn Darrington2014-11-19
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good): New inputs: cairo, gdk-pixbuf, flac, speex, libogg, libx11, zlib, libpng, libjpeg, libXext, libxv, pulseaudio.
* gnu: Add some more gstreamer pluginsJohn Darrington2014-11-19
| | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good): New variable. (gst-plugins-base): New inputs: pango, libogg, libtheora, libvorbis, libx11, libXext, libxv, alsa-lib, zlib
* gnu: Adjust more packages to GLib "bin" split.Ludovic Courtès2014-07-02
| | | | | | | | | | * gnu/packages/glib.scm (dbus-glib): Add glib-bin to 'native-inputs'. (glibmm): Likewise. * gnu/packages/gstreamer.scm (gstreamer-0.10): Likewise. * gnu/packages/gtk.scm (gtksourceview): Likewise. * gnu/packages/qemu.scm (qemu-headless): Likewise. * gnu/packages/gnome.scm (librsvg, libbonobo, libgnomecanvas, libgnomeprint): Likewise.
* gnu: glib: Add "bin" output.Ludovic Courtès2014-06-30
| | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/17853>. * gnu/packages/glib.scm (glib)[outputs]: Add "bin". (gobject-introspection)[native-inputs]: New field. * gnu/packages/avahi.scm (avahi)[native-inputs]: Add glib:bin. * gnu/packages/gnome.scm (brasero, libgnome-keyring, evince, gsettings-desktop-schemas, libnotify, gtkglext): Likewise. * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-base-0.10): Likewise. * gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+-2, gtk+): Likewise. * gnu/packages/linux.scm (udev): Likewise. * gnu/packages/pdf.scm (poppler): Likewise.
* gnu: gstreamer 1.0.10: Temporarily disable tests.Ludovic Courtès2014-02-10
| | | | * gnu/packages/gstreamer.scm (gstreamer): Add 'arguments' field.
* gnu: Move numerous "inputs" which should be "native-inputs".John Darrington2013-12-15
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm, gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm, gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm, gnu/packages/texlive.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm, gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to `native-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gst-plugins-base-0.10.Andreas Enge2013-10-30
| | | | * gnu/packages/gstreamer.scm (gst-plugins-base-0.10): New variable.
* gnu: gstreamer-0.10: Propagate input libxml2.Andreas Enge2013-10-30
| | | | * gnu/packages/gstreamer.scm (gstreamer-0.10): Propagate input libxml2.
* gnu: Add gstreamer-0.10.Andreas Enge2013-10-30
| | | | | | | * gnu/packages/gstreamer.scm (gstreamer-0.10): New variable. * gnu/packages/patches/gstreamer-0.10-bison3.patch, gnu/packages/patches/gstreamer-0.10-silly-test.patch: New files. * gnu-system.am (dist_patch_DATA): Add patches.
* gnu: Add gst-plugins-base.Andreas Enge2013-09-22
| | | | * gnu/packages/gstreamer.scm (gst-plugins-base): New variable.
* gnu: gstreamer: Depend on python-wrapper.Andreas Enge2013-09-22
| | | | | * gnu/packages/gstreamer.scm (gstreamer): Replace input python by python-wrapper.
* gnu: Add gstreamer.Andreas Enge2013-09-22
* gnu/packages/gstreamer.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add module.