FreeBSD Bugzilla – Attachment 149247 Details for
Bug 194922
[UPDATE] multimedia/gstreamer1 to 1.4.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update multimedia/gstreamer1
gstreamer1.diff (text/plain), 7.02 KB, created by
Olivier Duchateau
on 2014-11-10 10:47:59 UTC
(
hide
)
Description:
Patch to update multimedia/gstreamer1
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2014-11-10 10:47:59 UTC
Size:
7.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 372384) >+++ Makefile (copie de travail) >@@ -3,7 +3,7 @@ > # $MCom: ports/multimedia/gstreamer1/Makefile,v 1.5 2013/01/15 21:43:45 kwm Exp $ > > PORTNAME= gstreamer1 >-PORTVERSION= 1.2.4 >+PORTVERSION= 1.4.4 > CATEGORIES= multimedia > MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ > DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION} >@@ -12,6 +12,7 @@ > COMMENT= Media applications framework > > LICENSE= LGPL20 >+LICENSE_FILE= ${WRKSRC}/COPYING > > PORTSCOUT= limitw:1,even > >@@ -27,7 +28,7 @@ > CONFIGURE_ENV= ac_cv_func_register_printf_function="no" > INSTALL_TARGET= install-strip > PLIST_SUB= VERSION=${GST10_VERSION} \ >- SOVERSION=0.204.0 >+ SOVERSION=0.404.0 > USE_LDCONFIG= yes > GST10_VERSION= 1.0 > >Index: distinfo >=================================================================== >--- distinfo (révision 372384) >+++ distinfo (copie de travail) >@@ -1,2 +1,2 @@ >-SHA256 (gstreamer-1.2.4.tar.xz) = 1e7ca67a7870a82c9ed51d51d0008cdbc550c41d64cc3ff3f9a1c2fc311b4929 >-SIZE (gstreamer-1.2.4.tar.xz) = 3225208 >+SHA256 (gstreamer-1.4.4.tar.xz) = f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237 >+SIZE (gstreamer-1.4.4.tar.xz) = 3323860 >Index: files/patch-libs_gst_base_gstbasesrc.c >=================================================================== >--- files/patch-libs_gst_base_gstbasesrc.c (révision 372384) >+++ files/patch-libs_gst_base_gstbasesrc.c (copie de travail) >@@ -1,28 +0,0 @@ >-From 63c17280408410d799e1c2f2ed49c5ab04cc80ae Mon Sep 17 00:00:00 2001 >-From: Sebastian Dröge <sebastian@centricular.com> >-Date: Sun, 20 Apr 2014 09:59:02 +0000 >-Subject: basesrc: Make sure to always hold the LIVE_LOCK when going to the flushing label >- >-https://bugzilla.gnome.org/show_bug.cgi?id=728596 >---- >-diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c >-index 9f2e52c..fc5a3af 100644 >---- libs/gst/base/gstbasesrc.c >-+++ libs/gst/base/gstbasesrc.c >-@@ -2684,10 +2684,12 @@ gst_base_src_loop (GstPad * pad) >- if (gst_pad_check_reconfigure (pad)) { >- if (!gst_base_src_negotiate (src)) { >- gst_pad_mark_reconfigure (pad); >-- if (GST_PAD_IS_FLUSHING (pad)) >-+ if (GST_PAD_IS_FLUSHING (pad)) { >-+ GST_LIVE_LOCK (src); >- goto flushing; >-- else >-+ } else { >- goto negotiate_failed; >-+ } >- } >- } >- >--- >-cgit v0.9.0.2-2-gbebe >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 372384) >+++ pkg-plist (copie de travail) >@@ -4,8 +4,6 @@ > include/gstreamer-%%VERSION%%/gst/base/base.h > include/gstreamer-%%VERSION%%/gst/base/gstadapter.h > include/gstreamer-%%VERSION%%/gst/base/gstbaseparse.h >-include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h >-include/gstreamer-%%VERSION%%/gst/base/gstqueuearray.h > include/gstreamer-%%VERSION%%/gst/base/gstbasesink.h > include/gstreamer-%%VERSION%%/gst/base/gstbasesrc.h > include/gstreamer-%%VERSION%%/gst/base/gstbasetransform.h >@@ -13,7 +11,10 @@ > include/gstreamer-%%VERSION%%/gst/base/gstbytereader.h > include/gstreamer-%%VERSION%%/gst/base/gstbytewriter.h > include/gstreamer-%%VERSION%%/gst/base/gstcollectpads.h >+include/gstreamer-%%VERSION%%/gst/base/gstdataqueue.h >+include/gstreamer-%%VERSION%%/gst/base/gstflowcombiner.h > include/gstreamer-%%VERSION%%/gst/base/gstpushsrc.h >+include/gstreamer-%%VERSION%%/gst/base/gstqueuearray.h > include/gstreamer-%%VERSION%%/gst/base/gsttypefindhelper.h > %%CHECK%%include/gstreamer-%%VERSION%%/gst/check/check.h > %%CHECK%%include/gstreamer-%%VERSION%%/gst/check/gstbufferstraw.h >@@ -24,9 +25,9 @@ > include/gstreamer-%%VERSION%%/gst/controller/controller.h > include/gstreamer-%%VERSION%%/gst/controller/gstargbcontrolbinding.h > include/gstreamer-%%VERSION%%/gst/controller/gstdirectcontrolbinding.h >-include/gstreamer-%%VERSION%%/gst/controller/gsttimedvaluecontrolsource.h > include/gstreamer-%%VERSION%%/gst/controller/gstinterpolationcontrolsource.h > include/gstreamer-%%VERSION%%/gst/controller/gstlfocontrolsource.h >+include/gstreamer-%%VERSION%%/gst/controller/gsttimedvaluecontrolsource.h > include/gstreamer-%%VERSION%%/gst/controller/gsttriggercontrolsource.h > include/gstreamer-%%VERSION%%/gst/glib-compat.h > include/gstreamer-%%VERSION%%/gst/gst.h >@@ -48,6 +49,10 @@ > include/gstreamer-%%VERSION%%/gst/gstcontrolsource.h > include/gstreamer-%%VERSION%%/gst/gstdatetime.h > include/gstreamer-%%VERSION%%/gst/gstdebugutils.h >+include/gstreamer-%%VERSION%%/gst/gstdevice.h >+include/gstreamer-%%VERSION%%/gst/gstdevicemonitor.h >+include/gstreamer-%%VERSION%%/gst/gstdeviceprovider.h >+include/gstreamer-%%VERSION%%/gst/gstdeviceproviderfactory.h > include/gstreamer-%%VERSION%%/gst/gstelement.h > include/gstreamer-%%VERSION%%/gst/gstelementfactory.h > include/gstreamer-%%VERSION%%/gst/gstelementmetadata.h >@@ -92,17 +97,17 @@ > include/gstreamer-%%VERSION%%/gst/gstvalue.h > include/gstreamer-%%VERSION%%/gst/gstversion.h > include/gstreamer-%%VERSION%%/gst/math-compat.h >-include/gstreamer-%%VERSION%%/gst/net/net.h > include/gstreamer-%%VERSION%%/gst/net/gstnet.h > include/gstreamer-%%VERSION%%/gst/net/gstnetaddressmeta.h > include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h > include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h > include/gstreamer-%%VERSION%%/gst/net/gstnettimeprovider.h >-lib/girepository-1.0/Gst-%%VERSION%%.typelib >-lib/girepository-1.0/GstBase-%%VERSION%%.typelib >-%%CHECK%%lib/girepository-1.0/GstCheck-%%VERSION%%.typelib >-lib/girepository-1.0/GstController-%%VERSION%%.typelib >-lib/girepository-1.0/GstNet-%%VERSION%%.typelib >+include/gstreamer-%%VERSION%%/gst/net/net.h >+lib/girepository-%%VERSION%%/Gst-%%VERSION%%.typelib >+lib/girepository-%%VERSION%%/GstBase-%%VERSION%%.typelib >+%%CHECK%%lib/girepository-%%VERSION%%/GstCheck-%%VERSION%%.typelib >+lib/girepository-%%VERSION%%/GstController-%%VERSION%%.typelib >+lib/girepository-%%VERSION%%/GstNet-%%VERSION%%.typelib > lib/gstreamer-%%VERSION%%/libgstcoreelements.la > lib/gstreamer-%%VERSION%%/libgstcoreelements.so > lib/libgstbase-%%VERSION%%.la >@@ -151,8 +156,8 @@ > share/locale/el/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/en_GB/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/eo/LC_MESSAGES/gstreamer-%%VERSION%%.mo >+share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/eu/LC_MESSAGES/gstreamer-%%VERSION%%.mo >-share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo > share/locale/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo >@@ -179,13 +184,3 @@ > 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 >-@dirrmtry share/locale/rw/LC_MESSAGES >-@dirrmtry share/locale/rw >-@dirrm libexec/gstreamer-%%VERSION%% >-@dirrm lib/gstreamer-%%VERSION%% >-@dirrm include/gstreamer-%%VERSION%%/gst/net >-@dirrm include/gstreamer-%%VERSION%%/gst/controller >-%%CHECK%%@dirrm include/gstreamer-%%VERSION%%/gst/check >-@dirrm include/gstreamer-%%VERSION%%/gst/base >-@dirrm include/gstreamer-%%VERSION%%/gst >-@dirrm include/gstreamer-%%VERSION%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194922
: 149247 |
149248
|
149249
|
149250
|
149251
|
149252
|
149253
|
149254
|
149255
|
149277