update to 0.8.10
changes: Parallel installability with 0.6.x series Internationalization Fixes for 64-bit platforms Fixes for gcc 4 New translation added: Russian (Peter Astakhov) Registry now uses libxml for faster startup
This commit is contained in:
parent
0889330a4e
commit
9d443794db
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:41 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2005/05/04 16:27:08 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gstreamer-0.8.9
|
||||
DISTNAME= gstreamer-0.8.10
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2005/02/09 13:37:17 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2005/05/04 16:27:08 drochner Exp $
|
||||
bin/gst-complete
|
||||
bin/gst-complete-0.8
|
||||
bin/gst-compprep
|
||||
|
@ -36,6 +36,7 @@ include/gstreamer-0.8/gst/gstatomic.h
|
|||
include/gstreamer-0.8/gst/gstbin.h
|
||||
include/gstreamer-0.8/gst/gstbuffer.h
|
||||
include/gstreamer-0.8/gst/gstcaps.h
|
||||
include/gstreamer-0.8/gst/gstchildproxy.h
|
||||
include/gstreamer-0.8/gst/gstclock.h
|
||||
include/gstreamer-0.8/gst/gstcompat.h
|
||||
include/gstreamer-0.8/gst/gstconfig.h
|
||||
|
@ -196,6 +197,7 @@ ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gstreamer-0.8.mo
|
|||
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gstreamer-0.8.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gstreamer-0.8.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2005/02/24 11:24:02 agc Exp $
|
||||
$NetBSD: distinfo,v 1.11 2005/05/04 16:27:08 drochner Exp $
|
||||
|
||||
SHA1 (gstreamer-0.8.9.tar.bz2) = 047d7091bf020f6bac12d4bc496d2b7e7e3ab867
|
||||
RMD160 (gstreamer-0.8.9.tar.bz2) = 629d58c76c4cad6480bfdbee0685738fbbb46ed6
|
||||
Size (gstreamer-0.8.9.tar.bz2) = 1456548 bytes
|
||||
SHA1 (gstreamer-0.8.10.tar.bz2) = 3794eea8c96f4c209407e968c22e73d93da4693b
|
||||
RMD160 (gstreamer-0.8.10.tar.bz2) = ffb7b5c7f293fbceab94137195f15068da7216ca
|
||||
Size (gstreamer-0.8.10.tar.bz2) = 1467038 bytes
|
||||
SHA1 (patch-aa) = 749f788b2639bdffb48cf937aae0520db2ba864f
|
||||
|
|
Loading…
Reference in a new issue