mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
gstreamer: update to 0.10.32.
This commit is contained in:
parent
5e9f331526
commit
a66a609976
3 changed files with 2 additions and 37 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
--- docs/libs/Makefile.in.orig 2010-10-24 18:03:12.803730082 +0200
|
|
||||||
+++ docs/libs/Makefile.in 2010-10-24 18:03:28.459281237 +0200
|
|
||||||
@@ -931,7 +931,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
|
||||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
|
||||||
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
|
|
||||||
.PHONY : dist-hook-local docs
|
|
||||||
|
|
||||||
--- docs/gst/Makefile.in.orig 2010-10-24 18:04:38.452214860 +0200
|
|
||||||
+++ docs/gst/Makefile.in 2010-10-24 18:04:50.010359626 +0200
|
|
||||||
@@ -936,7 +936,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
|
||||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
|
||||||
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
|
|
||||||
.PHONY : dist-hook-local docs
|
|
||||||
|
|
||||||
--- docs/plugins/Makefile.in.orig 2010-10-24 18:07:05.705795572 +0200
|
|
||||||
+++ docs/plugins/Makefile.in 2010-10-24 18:07:20.169227262 +0200
|
|
||||||
@@ -1043,7 +1043,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
|
|
||||||
-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
|
|
||||||
cd $(distdir) && rm -f $(DISTCLEANFILES)
|
|
||||||
- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
|
|
||||||
|
|
||||||
.PHONY : dist-hook-local docs
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'gstreamer'.
|
# Template file for 'gstreamer'.
|
||||||
pkgname=gstreamer
|
pkgname=gstreamer
|
||||||
version=0.10.30
|
version=0.10.32
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-debug --disable-valgrind --enable-docbook
|
configure_args="--disable-debug --disable-valgrind --enable-docbook
|
||||||
--with-package-origin=http://code.google.com/p/xbps"
|
--with-package-origin=http://code.google.com/p/xbps"
|
||||||
short_desc="Core GStreamer libraries and elements"
|
short_desc="Core GStreamer libraries and elements"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
checksum=e8ef301be423797ff36a0bb3615930b112b4175634051d19fd655e0ed974532a
|
checksum=3bf4e46a186ee9a1f5e212aaf651d67cffb4f5f05345a7c99ae71d5d992be133
|
||||||
long_desc="
|
long_desc="
|
||||||
GStreamer is a library for constructing of graphs of media-handling components.
|
GStreamer is a library for constructing of graphs of media-handling components.
|
||||||
The use cases it covers range from simple Ogg/Vorbis playback, audio/video
|
The use cases it covers range from simple Ogg/Vorbis playback, audio/video
|
||||||
|
|
Loading…
Add table
Reference in a new issue