From owner-svn-ports-all@freebsd.org Sun Jul 26 10:05:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 151929A705B; Sun, 26 Jul 2015 10:05:32 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7DC0FFE; Sun, 26 Jul 2015 10:05:31 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wibud3 with SMTP id ud3so107201329wib.1; Sun, 26 Jul 2015 03:05:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dKV0sgn2ZTt23AO23kSfjMyxCG39KVCQOAfrCWaV5Yg=; b=tJa23R8J9xe3nZAYZ5P4AhPvYN15R1xwYP8RxM7JJoE6nTP15+DnrbiYRKqM4IlRD3 s3qsvF8IWaVKGOWgbdvWC+I7k7jIt7gYZIDuVoRBqJQwyZEIaQTfFKJhZEGQcTY/PUDb iQ7XO/SqrD7xz8D70jEcIupkJ2ooFG5mYrzqq/ffMa8gEt2HIMHGGKVCuJGGQngA5Qyl mCRJc+AQZvy9V+X9mlIVN2ao9TIyz9l3lF7kapu8gAsK7LQUx4K6jHlV+vLY4XYHj39D ZQDVWCxmwpI7Uj9BgZl9+JLaM3T0OMxymSd2dhac0pNSBuxeT7HO9koMXjWeX0kIOH+W FQYw== MIME-Version: 1.0 X-Received: by 10.194.248.201 with SMTP id yo9mr34781885wjc.31.1437905130213; Sun, 26 Jul 2015 03:05:30 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Sun, 26 Jul 2015 03:05:30 -0700 (PDT) In-Reply-To: <201507251959.t6PJxau6007387@repo.freebsd.org> References: <201507251959.t6PJxau6007387@repo.freebsd.org> Date: Sun, 26 Jul 2015 12:05:30 +0200 X-Google-Sender-Auth: sjR4gVA7sZYHYc8LUZ5RIAcmHL4 Message-ID: Subject: Re: svn commit: r392902 - in head/multimedia: . gstreamer1-plugins gstreamer1-plugins-hls From: Antoine Brodin To: Tijl Coosemans Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 10:05:32 -0000 On Sat, Jul 25, 2015 at 9:59 PM, Tijl Coosemans wrote: > Author: tijl > Date: Sat Jul 25 19:59:35 2015 > New Revision: 392902 > URL: https://svnweb.freebsd.org/changeset/ports/392902 > > Log: > Add Gstreamer plugin for HLS (HTTP Live Streaming) > > Added: > head/multimedia/gstreamer1-plugins-hls/ > head/multimedia/gstreamer1-plugins-hls/Makefile (contents, props changed) > Modified: > head/multimedia/Makefile > head/multimedia/gstreamer1-plugins/Makefile > head/multimedia/gstreamer1-plugins/Makefile.common Hi, This seems to break some gstreamer1 plugins: http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-ogg-1.4.5.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-theora-1.4.5.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-pango-1.4.5_1.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-cdparanoia-1.4.5.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-libvisual-1.4.5.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-gl-1.4.5.log http://beefy6.nyi.freebsd.org/data/101amd64-default/392908/logs/errors/gstreamer1-plugins-x-1.4.5.log Cheers, Antoine