Update from 0.8.7 to 0.8.10. Use in-tree libtool too.
This commit is contained in:
parent
893e01e3f9
commit
92139013e9
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/05/24 21:31:54 marcm Exp $
|
||||
|
||||
COMMENT= "GStreamer streaming media framework runtime"
|
||||
|
||||
DISTNAME= gstreamer-0.8.7
|
||||
DISTNAME= gstreamer-0.8.10
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gstreamer.net/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://www.gstreamer.net/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -23,11 +23,12 @@ MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
||||
:bison-*:devel/bison
|
||||
LIB_DEPENDS= glib-2.0.0.0,gmodule-2.0.0.0,gobject-2.0.0.0,gthread-2.0.0.0::devel/glib2 \
|
||||
LIB_DEPENDS= glib-2.0.200.0,gmodule-2.0.200.0,gobject-2.0.200.0,gthread-2.0.200.0::devel/glib2 \
|
||||
popt.0.3::devel/popt \
|
||||
xml2.6::textproc/libxml
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
YACC= bison
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (gstreamer-0.8.7.tar.bz2) = 6cbfa914cd577d2623bf7e16cf1f6510
|
||||
RMD160 (gstreamer-0.8.7.tar.bz2) = 8eb4fc71e62174aa85594a98f01a5965bb15a79b
|
||||
SHA1 (gstreamer-0.8.7.tar.bz2) = 93c1aa423bceed8e7fe03d20f699749771517f2c
|
||||
SIZE (gstreamer-0.8.7.tar.bz2) = 1385405
|
||||
MD5 (gstreamer-0.8.10.tar.bz2) = 3de474d993e23c901e9dfdd1fea486e0
|
||||
RMD160 (gstreamer-0.8.10.tar.bz2) = ffb7b5c7f293fbceab94137195f15068da7216ca
|
||||
SHA1 (gstreamer-0.8.10.tar.bz2) = 3794eea8c96f4c209407e968c22e73d93da4693b
|
||||
SIZE (gstreamer-0.8.10.tar.bz2) = 1467038
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
--- configure.orig Mon Jul 12 23:24:08 2004
|
||||
+++ configure Mon Jul 12 23:24:24 2004
|
||||
@@ -8277,7 +8277,7 @@ nto-qnx*)
|
||||
$OpenBSD: patch-configure,v 1.2 2005/05/24 21:31:54 marcm Exp $
|
||||
--- configure.orig Tue Feb 8 01:45:25 2005
|
||||
+++ configure Mon Apr 11 11:59:50 2005
|
||||
@@ -8299,7 +8299,7 @@ nto-qnx*)
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
@ -10,3 +10,12 @@ $OpenBSD: patch-configure,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
@@ -19434,7 +19434,7 @@ fi
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
|
||||
# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
|
||||
# Prevent multiple expansion
|
||||
|
||||
|
@ -1,70 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
--- ltmain.sh.orig Sat Jun 5 06:33:39 2004
|
||||
+++ ltmain.sh Mon Jul 12 23:07:36 2004
|
||||
@@ -1857,9 +1857,12 @@ EOF
|
||||
if test "$linkmode,$pass" = "prog,link"; then
|
||||
compile_deplibs="$deplib $compile_deplibs"
|
||||
finalize_deplibs="$deplib $finalize_deplibs"
|
||||
- else
|
||||
- deplibs="$deplib $deplibs"
|
||||
+ continue
|
||||
fi
|
||||
+ if test "$linkmode" = "lib"; then
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ fi
|
||||
+ deplibs="$deplib $deplibs"
|
||||
continue
|
||||
;;
|
||||
-l*)
|
||||
@@ -2274,10 +2277,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on
|
||||
@@ -5827,40 +5826,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit $EXIT_SUCCESS
|
||||
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- $echo " $libdir"
|
||||
- done
|
||||
- $echo
|
||||
- $echo "If you ever happen to want to link against installed libraries"
|
||||
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- $echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- $echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- $echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- $echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- $echo
|
||||
- $echo "See any operating system documentation about shared libraries for"
|
||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
exit $EXIT_SUCCESS
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/05/24 21:31:54 marcm Exp $
|
||||
lib/gstreamer-0.8/libgstbasicgthreadscheduler.so
|
||||
lib/gstreamer-0.8/libgstbasicomegascheduler.so
|
||||
lib/gstreamer-0.8/libgstbytestream.so
|
||||
@ -6,6 +6,7 @@ lib/gstreamer-0.8/libgstdataprotocol.so
|
||||
lib/gstreamer-0.8/libgstelements.so
|
||||
lib/gstreamer-0.8/libgstentrygthreadscheduler.so
|
||||
lib/gstreamer-0.8/libgstentryomegascheduler.so
|
||||
lib/gstreamer-0.8/libgstfairgthreadscheduler.so
|
||||
lib/gstreamer-0.8/libgstgetbits.so
|
||||
lib/gstreamer-0.8/libgstindexers.so
|
||||
lib/gstreamer-0.8/libgstoptgthreadscheduler.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/22 06:06:56 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/05/24 21:31:54 marcm Exp $
|
||||
bin/gst-complete
|
||||
bin/gst-complete-0.8
|
||||
bin/gst-compprep
|
||||
@ -42,6 +42,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
|
||||
@ -101,6 +102,8 @@ lib/gstreamer-0.8/libgstentrygthreadscheduler.a
|
||||
lib/gstreamer-0.8/libgstentrygthreadscheduler.la
|
||||
lib/gstreamer-0.8/libgstentryomegascheduler.a
|
||||
lib/gstreamer-0.8/libgstentryomegascheduler.la
|
||||
lib/gstreamer-0.8/libgstfairgthreadscheduler.a
|
||||
lib/gstreamer-0.8/libgstfairgthreadscheduler.la
|
||||
lib/gstreamer-0.8/libgstgetbits.a
|
||||
lib/gstreamer-0.8/libgstgetbits.la
|
||||
lib/gstreamer-0.8/libgstindexers.a
|
||||
@ -131,10 +134,10 @@ lib/pkgconfig/gstreamer-control-0.8.pc
|
||||
@man man/man1/gst-xmlinspect-0.8.1
|
||||
@man man/man1/gst-xmllaunch-0.8.1
|
||||
share/aclocal/gst-element-check-0.8.m4
|
||||
share/doc/gstreamer-0.8.7/
|
||||
share/doc/gstreamer-0.8.7/faq/
|
||||
share/doc/gstreamer-0.8.7/manual/
|
||||
share/doc/gstreamer-0.8.7/pwg/
|
||||
@comment share/doc/gstreamer-0.8.10/
|
||||
@comment share/doc/gstreamer-0.8.10/faq/
|
||||
@comment share/doc/gstreamer-0.8.10/manual/
|
||||
@comment share/doc/gstreamer-0.8.10/pwg/
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/gstreamer-0.8/
|
||||
@ -170,7 +173,6 @@ share/gtk-doc/html/gstreamer-0.8/gstreamer-GstCaps.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstCompat.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstData.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstElementDetails.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstEnumTypes.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstEvent.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstFilter.html
|
||||
share/gtk-doc/html/gstreamer-0.8/gstreamer-GstFormat.html
|
||||
@ -201,10 +203,16 @@ share/gtk-doc/html/gstreamer-0.8/gstreamer.html
|
||||
share/gtk-doc/html/gstreamer-0.8/index.html
|
||||
share/gtk-doc/html/gstreamer-0.8/index.sgml
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/GstDParam.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/GstDParamLinInterp.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/GstDParamManager.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/GstDParamSmooth.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/GstUnitConvert.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/api-index.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-control.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-0.8.devhelp
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-GstControl.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-gstbytestream.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-gstcontrol.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-gstdataprotocol.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-gstgetbits.html
|
||||
share/gtk-doc/html/gstreamer-libs-0.8/gstreamer-libs-hierarchy.html
|
||||
@ -221,11 +229,15 @@ share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/cs/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/de/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/fr/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/it/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/nb/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/nl/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/ru/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/gstreamer-0.8.mo
|
||||
@ -236,6 +248,9 @@ share/locale/sv/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/tr/LC_MESSAGES/gstreamer-0.8.mo
|
||||
share/locale/uk/LC_MESSAGES/gstreamer-0.8.mo
|
||||
%%SHARED%%
|
||||
share/locale/vi/
|
||||
share/locale/vi/LC_MESSAGES/
|
||||
share/locale/vi/LC_MESSAGES/gstreamer-0.8.mo
|
||||
@cwd /var/db
|
||||
@extra gstreamer/registry.xml
|
||||
@extra gstreamer/
|
||||
|
Loading…
x
Reference in New Issue
Block a user