~ruther/guix-local

ref: 6568d2bd6e4e047dd95b00a7a6e7501a16491eb5 guix-local/gnu/packages/gstreamer.scm -rw-r--r-- 9.4 KiB
bf4af30b — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
27c4f0cc — 宋文武 11 years ago
gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

* 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.
40f6f76e — 宋文武 11 years ago
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.

* 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.
334345d9 — Mark H Weaver 11 years ago
Merge branch 'core-updates'
933204e5 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
	gnu/packages/gstreamer.scm
04a20db2 — 宋文武 11 years ago
gnu: gst-libav: Use system ffmpeg instead of bundled libav.

* gnu/packages/gstreamer.scm (gst-libav)[arguments]: Remove #:phases.
  Add #:configure-flags.
  [native-inputs]: Remove yasm.
  [inputs]: Add ffmpeg.
279a587d — Mark H Weaver 11 years ago
gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.

This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135.

* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
  passed to 'modify-phases'.
1ca8ff28 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
1b922590 — 宋文武 11 years ago
gnu: Add gst-libav.

* gnu/packages/gstreamer.scm (gst-libav): New variable.
cf3e3e37 — 宋文武 11 years ago
Merge branch 'master' into core-updates
4ec48644 — 宋文武 11 years ago
gnu: gst-plugins-base: Enable GObjection introspection.

* 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.
e9a82129 — 宋文武 11 years ago
gnu: gst-plugins-base: Move html documentation to 'doc' output.

* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
  [arguments]: Add #:configure-flags.
34ff76fd — 宋文武 11 years ago
gnu: gst-plugins-base: Propagate input gstreamer.

* gnu/packages/gstreamer.scm (gst-plugins-base): Move "gstreamer" to
  'propagated-inputs'.
2fb016b8 — 宋文武 11 years ago
gnu: gstreamer: Move html documentation to 'doc' output.

* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
  [arguments]: Add #:configure-flags.
0f998a14 — 宋文武 11 years ago
gnu: gstreamer: Enable GObject introspection.

* gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection
  to 'native-inputs'.
  [arguments]: New field.
ce4a347f — Mark H Weaver 11 years ago
gnu: orc: Disable the 'test-limits' and 'exec_opcodes_sys' tests.

* gnu/packages/gstreamer.scm (orc)[arguments]: Disable the 'test-limits' and
  'exec_opcodes_sys' tests, which fail on some machines.
20cf7454 — 宋文武 11 years ago
gnu: gst-plugins-good: Update to 1.4.5.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.4.5.
e9a0b5e7 — 宋文武 11 years ago
gnu: gst-plugins-base: Update to 1.4.5, re-enable tests.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.4.5.
  [arguments]: Add #:phases.
  [inputs]: Add cdparanoia and orc.
e244dc6d — 宋文武 11 years ago
gnu: gstreamer: Update to 1.4.5, propagate glib.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.4.5.
  [arguments]: Remove field to re-enable tests.
  [inputs]: Rename to 'propagated-inputs'.
195857b0 — 宋文武 11 years ago
gnu: Add orc.

* gnu/packages/gstreamer.scm (orc): New variable.
Next