Bug 188803 - [update/patch] multimedia/gstreamer1-libav 1.2.3 to 1.2.4, old one unstable
Summary: [update/patch] multimedia/gstreamer1-libav 1.2.3 to 1.2.4, old one unstable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-19 22:40 UTC by jakub_lach
Modified: 2014-04-20 14:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2014-04-19 22:40:00 UTC
Due to bugs in 1.2.3 [1] www/firefox using present version is very unstable under considerate H.264 video load [2]. Please update as soon as it's reasonable. 

Bumping portrevision & make makesum is all that is needed as far as I can see.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=727779
[2] ports/188133

*[1] Spotting and more sensible coredump thanks to the Wolfgang Jenkner.

Fix: 

Bump to 1.2.4
How-To-Repeat: Use www/firefox or other gstreamer1-libav consumer
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-19 22:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-20 14:11:39 UTC
Author: tijl
Date: Sun Apr 20 13:11:35 2014
New Revision: 351621
URL: http://svnweb.freebsd.org/changeset/ports/351621
QAT: https://qat.redports.org/buildarchive/r351621/

Log:
  - Update gstreamer1-libav to 1.2.4 (fixes crashes when seeking).
  - USES=libtool, INSTALL_TARGET=install-strip
  - Replace tiny pkg-plist with PLIST_FILES.
  
  PR:		ports/188133, ports/188803

Deleted:
  head/multimedia/gstreamer1-libav/pkg-plist
Modified:
  head/multimedia/gstreamer1-libav/Makefile
  head/multimedia/gstreamer1-libav/distinfo

Modified: head/multimedia/gstreamer1-libav/Makefile
==============================================================================
--- head/multimedia/gstreamer1-libav/Makefile	Sun Apr 20 12:51:11 2014	(r351620)
+++ head/multimedia/gstreamer1-libav/Makefile	Sun Apr 20 13:11:35 2014	(r351621)
@@ -3,7 +3,7 @@
 #    $MCom: ports/multimedia/gstreamer1-libav/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $
 
 PORTNAME=	gstreamer1-libav
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://gstreamer.freedesktop.org/src/gst-libav/
 DISTNAME=	gst-libav-${PORTVERSION}
@@ -17,11 +17,12 @@ BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/ya
 		orc>=0.4.16:${PORTSDIR}/devel/orc
 LIB_DEPENDS=	liborc-0.4.so:${PORTSDIR}/devel/orc
 
-USES=		compiler gmake pkgconfig tar:xz
+USES=		compiler gmake libtool pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_GSTREAMER1=	yes
 GNU_CONFIGURE=	yes
-PLIST_SUB=	VERSION="1.0"
+INSTALL_TARGET=	install-strip
+PLIST_FILES=	lib/gstreamer-1.0/libgstlibav.so
 
 .include <bsd.port.pre.mk>
 
@@ -44,7 +45,4 @@ post-patch:
 	@${REINPLACE_CMD} '/libgstlibav_la_LDFLAGS =/s/$$/ -Wl,-Bsymbolic/' \
 		${WRKSRC}/ext/libav/Makefile.in
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/libgstlibav.so
-
 .include <bsd.port.post.mk>

Modified: head/multimedia/gstreamer1-libav/distinfo
==============================================================================
--- head/multimedia/gstreamer1-libav/distinfo	Sun Apr 20 12:51:11 2014	(r351620)
+++ head/multimedia/gstreamer1-libav/distinfo	Sun Apr 20 13:11:35 2014	(r351621)
@@ -1,2 +1,2 @@
-SHA256 (gst-libav-1.2.3.tar.xz) = ebc7fbe10955f40df6ccc4bf689075e7e296205fc7ecd8ff383d43c5cdf5bcd6
-SIZE (gst-libav-1.2.3.tar.xz) = 4582312
+SHA256 (gst-libav-1.2.4.tar.xz) = 2a69480d63fc2db93249d9e2e229ab3541bbc2db881b0f64de13d0bfc7d1f037
+SIZE (gst-libav-1.2.4.tar.xz) = 4580144
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2014-04-20 14:12:48 UTC
State Changed
From-To: open->closed

Fixed in r351621.