add the core package manually, since cvs import doesn't like the name...
This commit is contained in:
parent
cf773bfbe5
commit
99fcd054d3
27
multimedia/gstreamer-0.10/core/Makefile
Normal file
27
multimedia/gstreamer-0.10/core/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
|
||||
COMMENT-main= "streaming media framework - core"
|
||||
COMMENT-frontend= "streaming media framework - frontend commands"
|
||||
|
||||
PKGNAME-frontend= gstreamer-frontend-0.10.11
|
||||
|
||||
DISTNAME= gstreamer-0.10.11
|
||||
|
||||
SHARED_LIBS += gstreamer-0.10 0.0 # .10.0
|
||||
SHARED_LIBS += gstbase-0.10 0.0 # .10.0
|
||||
SHARED_LIBS += gstcontroller-0.10 0.0 # .10.0
|
||||
SHARED_LIBS += gstdataprotocol-0.10 0.0 # .10.0
|
||||
SHARED_LIBS += gstnet-0.10 0.0 # .10.0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GST:=gstreamer/}
|
||||
|
||||
MULTI_PACKAGES= -main -frontend
|
||||
WANTLIB= c m pthread z
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= glib-2.0.>=200.0,gmodule-2.0.>=200.0,gobject-2.0.>=200.0,gthread-2.0.>=200.0::devel/glib2 \
|
||||
xml2.>=6::textproc/libxml
|
||||
|
||||
CONFIGURE_ARGS= --disable-gst-debug
|
||||
|
||||
.include <bsd.port.mk>
|
4
multimedia/gstreamer-0.10/core/distinfo
Normal file
4
multimedia/gstreamer-0.10/core/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gstreamer-0.10.11.tar.bz2) = 67240094e08c845b7bbcfba755c95695
|
||||
RMD160 (gstreamer-0.10.11.tar.bz2) = d6e50900f8d4e32591ceb725edb460643a29c5c7
|
||||
SHA1 (gstreamer-0.10.11.tar.bz2) = 0ad518272788f07cade85f8076c34a1fdae3175f
|
||||
SIZE (gstreamer-0.10.11.tar.bz2) = 1869307
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-common_m4_as-libtool_m4,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
--- common/m4/as-libtool.m4.orig Mon Jan 8 13:57:26 2007
|
||||
+++ common/m4/as-libtool.m4 Mon Jan 8 13:57:31 2007
|
||||
@@ -35,10 +35,6 @@ AC_DEFUN([AS_LIBTOOL],
|
||||
AC_SUBST([$1]_LIBVERSION)
|
||||
|
||||
[$1]_LT_LDFLAGS="$[$1]_LT_LDFLAGS -version-info $[$1]_LIBVERSION"
|
||||
- if test ! -z "[$5]"
|
||||
- then
|
||||
- [$1]_LT_LDFLAGS="$[$1]_LT_LDFLAGS -release [$5]"
|
||||
- fi
|
||||
AC_SUBST([$1]_LT_LDFLAGS)
|
||||
|
||||
AC_LIBTOOL_DLOPEN
|
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-common_m4_as-python_m4,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
--- common/m4/as-python.m4.orig Mon Jan 8 13:55:34 2007
|
||||
+++ common/m4/as-python.m4 Mon Jan 8 13:55:51 2007
|
||||
@@ -40,8 +40,7 @@ AC_DEFUN([AS_PATH_PYTHON],
|
||||
dnl in 1.5, and I don't want to maintain that logic.
|
||||
|
||||
dnl should we do the version check?
|
||||
- PYTHON_CANDIDATES="python python2.2 python2.1 python2.0 python2 \
|
||||
- python1.6 python1.5"
|
||||
+ PYTHON_CANDIDATES="python$MODPY_VERSION"
|
||||
ifelse([$1],[],
|
||||
[AC_PATH_PROG(PYTHON, $PYTHON_CANDIDATES)],
|
||||
[
|
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-common_m4_gettext_m4,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
--- common/m4/gettext.m4.orig Mon Jan 8 13:57:39 2007
|
||||
+++ common/m4/gettext.m4 Mon Jan 8 14:00:04 2007
|
||||
@@ -315,8 +315,12 @@ return (int) gettext ("")]ifelse([$2], [
|
||||
])
|
||||
|
||||
dnl For backward compatibility. Some Makefiles may be using this.
|
||||
- INTLLIBS="$LIBINTL"
|
||||
+ INTLLIBS="$LTLIBINTL"
|
||||
AC_SUBST(INTLLIBS)
|
||||
+
|
||||
+ dnl Let's cheat
|
||||
+ LIBICONV="$LTLIBICONV"
|
||||
+ LIBINTL="$LTLIBINTL"
|
||||
|
||||
dnl Make all documented variables known to autoconf.
|
||||
AC_SUBST(LIBINTL)
|
8
multimedia/gstreamer-0.10/core/pkg/DESCR-frontend
Normal file
8
multimedia/gstreamer-0.10/core/pkg/DESCR-frontend
Normal file
@ -0,0 +1,8 @@
|
||||
GStreamer is a streaming-media framework, based on graphs of filters which
|
||||
operate on media data. This package contains front-ends to the other
|
||||
programs.
|
||||
|
||||
These binaries were split out so that people can install both gstreamer-0.8
|
||||
and gstreamer-0.10. The front-end know about version numbers, so you can
|
||||
install whatever version is most convenient, and have it use the correct
|
||||
gstreamer subsystem by saying e.g., gst-launch --gst-mm=0.8
|
9
multimedia/gstreamer-0.10/core/pkg/DESCR-main
Normal file
9
multimedia/gstreamer-0.10/core/pkg/DESCR-main
Normal file
@ -0,0 +1,9 @@
|
||||
GStreamer is a streaming-media framework, based on graphs of filters which
|
||||
operate on media data. Applications using this library can do anything
|
||||
from real-time sound processing to playing videos, and just about anything
|
||||
else media-related. Its plugin-based architecture means that new data
|
||||
types or processing capabilities can be added simply by installing new
|
||||
plugins.
|
||||
|
||||
Some command-line utilities have been moved into gstreamer-frontend
|
||||
to facilitate the transition to gstreamer-0.10
|
8
multimedia/gstreamer-0.10/core/pkg/PFRAG.shared-main
Normal file
8
multimedia/gstreamer-0.10/core/pkg/PFRAG.shared-main
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
lib/gstreamer-${VERSION}/libgstcoreelements.so
|
||||
lib/gstreamer-${VERSION}/libgstcoreindexers.so
|
||||
@lib lib/libgstbase-${VERSION}.so.${LIBgstbase-0.10_VERSION}
|
||||
@lib lib/libgstcontroller-${VERSION}.so.${LIBgstcontroller-0.10_VERSION}
|
||||
@lib lib/libgstdataprotocol-${VERSION}.so.${LIBgstdataprotocol-0.10_VERSION}
|
||||
@lib lib/libgstnet-${VERSION}.so.${LIBgstnet-0.10_VERSION}
|
||||
@lib lib/libgstreamer-${VERSION}.so.${LIBgstreamer-0.10_VERSION}
|
7
multimedia/gstreamer-0.10/core/pkg/PLIST-frontend
Normal file
7
multimedia/gstreamer-0.10/core/pkg/PLIST-frontend
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-frontend,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
bin/gst-feedback
|
||||
bin/gst-inspect
|
||||
bin/gst-launch
|
||||
bin/gst-typefind
|
||||
bin/gst-xmlinspect
|
||||
bin/gst-xmllaunch
|
136
multimedia/gstreamer-0.10/core/pkg/PLIST-main
Normal file
136
multimedia/gstreamer-0.10/core/pkg/PLIST-main
Normal file
@ -0,0 +1,136 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1 2007/01/08 17:39:53 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict gstreamer->=0.10
|
||||
%%SHARED%%
|
||||
bin/gst-feedback-${VERSION}
|
||||
bin/gst-inspect-${VERSION}
|
||||
bin/gst-launch-${VERSION}
|
||||
bin/gst-typefind-${VERSION}
|
||||
bin/gst-xmlinspect-${VERSION}
|
||||
bin/gst-xmllaunch-${VERSION}
|
||||
include/gstreamer-${VERSION}/
|
||||
include/gstreamer-${VERSION}/gst/
|
||||
include/gstreamer-${VERSION}/gst/base/
|
||||
include/gstreamer-${VERSION}/gst/base/gstadapter.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstbasesink.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstbasesrc.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstbasetransform.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstcollectpads.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstdataqueue.h
|
||||
include/gstreamer-${VERSION}/gst/base/gstpushsrc.h
|
||||
include/gstreamer-${VERSION}/gst/base/gsttypefindhelper.h
|
||||
include/gstreamer-${VERSION}/gst/controller/
|
||||
include/gstreamer-${VERSION}/gst/controller/gstcontroller.h
|
||||
include/gstreamer-${VERSION}/gst/dataprotocol/
|
||||
include/gstreamer-${VERSION}/gst/dataprotocol/dataprotocol.h
|
||||
include/gstreamer-${VERSION}/gst/glib-compat.h
|
||||
include/gstreamer-${VERSION}/gst/gst.h
|
||||
include/gstreamer-${VERSION}/gst/gstbin.h
|
||||
include/gstreamer-${VERSION}/gst/gstbuffer.h
|
||||
include/gstreamer-${VERSION}/gst/gstbus.h
|
||||
include/gstreamer-${VERSION}/gst/gstcaps.h
|
||||
include/gstreamer-${VERSION}/gst/gstchildproxy.h
|
||||
include/gstreamer-${VERSION}/gst/gstclock.h
|
||||
include/gstreamer-${VERSION}/gst/gstcompat.h
|
||||
include/gstreamer-${VERSION}/gst/gstconfig.h
|
||||
include/gstreamer-${VERSION}/gst/gstelement.h
|
||||
include/gstreamer-${VERSION}/gst/gstelementfactory.h
|
||||
include/gstreamer-${VERSION}/gst/gstenumtypes.h
|
||||
include/gstreamer-${VERSION}/gst/gsterror.h
|
||||
include/gstreamer-${VERSION}/gst/gstevent.h
|
||||
include/gstreamer-${VERSION}/gst/gstfilter.h
|
||||
include/gstreamer-${VERSION}/gst/gstformat.h
|
||||
include/gstreamer-${VERSION}/gst/gstghostpad.h
|
||||
include/gstreamer-${VERSION}/gst/gstindex.h
|
||||
include/gstreamer-${VERSION}/gst/gstindexfactory.h
|
||||
include/gstreamer-${VERSION}/gst/gstinfo.h
|
||||
include/gstreamer-${VERSION}/gst/gstinterface.h
|
||||
include/gstreamer-${VERSION}/gst/gstiterator.h
|
||||
include/gstreamer-${VERSION}/gst/gstmacros.h
|
||||
include/gstreamer-${VERSION}/gst/gstmarshal.h
|
||||
include/gstreamer-${VERSION}/gst/gstmessage.h
|
||||
include/gstreamer-${VERSION}/gst/gstminiobject.h
|
||||
include/gstreamer-${VERSION}/gst/gstobject.h
|
||||
include/gstreamer-${VERSION}/gst/gstpad.h
|
||||
include/gstreamer-${VERSION}/gst/gstpadtemplate.h
|
||||
include/gstreamer-${VERSION}/gst/gstparse.h
|
||||
include/gstreamer-${VERSION}/gst/gstpipeline.h
|
||||
include/gstreamer-${VERSION}/gst/gstplugin.h
|
||||
include/gstreamer-${VERSION}/gst/gstpluginfeature.h
|
||||
include/gstreamer-${VERSION}/gst/gstquery.h
|
||||
include/gstreamer-${VERSION}/gst/gstregistry.h
|
||||
include/gstreamer-${VERSION}/gst/gstsegment.h
|
||||
include/gstreamer-${VERSION}/gst/gststructure.h
|
||||
include/gstreamer-${VERSION}/gst/gstsystemclock.h
|
||||
include/gstreamer-${VERSION}/gst/gsttaglist.h
|
||||
include/gstreamer-${VERSION}/gst/gsttagsetter.h
|
||||
include/gstreamer-${VERSION}/gst/gsttask.h
|
||||
include/gstreamer-${VERSION}/gst/gsttrace.h
|
||||
include/gstreamer-${VERSION}/gst/gsttypefind.h
|
||||
include/gstreamer-${VERSION}/gst/gsttypefindfactory.h
|
||||
include/gstreamer-${VERSION}/gst/gsturi.h
|
||||
include/gstreamer-${VERSION}/gst/gstutils.h
|
||||
include/gstreamer-${VERSION}/gst/gstvalue.h
|
||||
include/gstreamer-${VERSION}/gst/gstversion.h
|
||||
include/gstreamer-${VERSION}/gst/gstxml.h
|
||||
include/gstreamer-${VERSION}/gst/net/
|
||||
include/gstreamer-${VERSION}/gst/net/gstnet.h
|
||||
include/gstreamer-${VERSION}/gst/net/gstnetclientclock.h
|
||||
include/gstreamer-${VERSION}/gst/net/gstnettimepacket.h
|
||||
include/gstreamer-${VERSION}/gst/net/gstnettimeprovider.h
|
||||
lib/gstreamer-${VERSION}/
|
||||
lib/gstreamer-${VERSION}/libgstcoreelements.a
|
||||
lib/gstreamer-${VERSION}/libgstcoreelements.la
|
||||
lib/gstreamer-${VERSION}/libgstcoreindexers.a
|
||||
lib/gstreamer-${VERSION}/libgstcoreindexers.la
|
||||
lib/libgstbase-${VERSION}.a
|
||||
lib/libgstbase-${VERSION}.la
|
||||
lib/libgstcontroller-${VERSION}.a
|
||||
lib/libgstcontroller-${VERSION}.la
|
||||
lib/libgstdataprotocol-${VERSION}.a
|
||||
lib/libgstdataprotocol-${VERSION}.la
|
||||
lib/libgstnet-${VERSION}.a
|
||||
lib/libgstnet-${VERSION}.la
|
||||
lib/libgstreamer-${VERSION}.a
|
||||
lib/libgstreamer-${VERSION}.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gstreamer-${VERSION}.pc
|
||||
lib/pkgconfig/gstreamer-base-${VERSION}.pc
|
||||
lib/pkgconfig/gstreamer-controller-${VERSION}.pc
|
||||
lib/pkgconfig/gstreamer-dataprotocol-${VERSION}.pc
|
||||
lib/pkgconfig/gstreamer-net-${VERSION}.pc
|
||||
@man man/man1/gst-feedback-${VERSION}.1
|
||||
@man man/man1/gst-inspect-${VERSION}.1
|
||||
@man man/man1/gst-launch-${VERSION}.1
|
||||
@man man/man1/gst-typefind-${VERSION}.1
|
||||
@man man/man1/gst-xmlinspect-${VERSION}.1
|
||||
@man man/man1/gst-xmllaunch-${VERSION}.1
|
||||
share/aclocal/gst-element-check-${VERSION}.m4
|
||||
share/locale/af/
|
||||
share/locale/af/LC_MESSAGES/
|
||||
share/locale/af/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/bg/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/ca/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/cs/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/de/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/fr/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/it/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/nb/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/nl/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/ru/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/sr/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/sv/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/tr/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/uk/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/vi/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gstreamer-${VERSION}.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gstreamer-${VERSION}.mo
|
Loading…
x
Reference in New Issue
Block a user