Bug 72362 - [PATCH] multimedia/gstreamer: update to 0.8.6
Summary: [PATCH] multimedia/gstreamer: update to 0.8.6
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-05 18:40 UTC by Michael Johnson
Modified: 2004-10-12 02:31 UTC (History)
1 user (show)

See Also:


Attachments
gstreamer-0.8.6.patch (1.93 KB, patch)
2004-10-05 18:40 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-10-05 18:40:28 UTC
- Update to 0.8.6

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Koop Mast freebsd_committer freebsd_triage 2004-10-05 18:50:06 UTC
> -MASTER_SITES=	${MASTER_SITE_GNOME} \
> +MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/ \
> +		${MASTER_SITE_GNOME} \
>  		http://gstreamer.freedesktop.org/src/gstreamer/pre/
> -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.8
> +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${GST_VERSION}


Just remove the pre/. in the freedesktop url. Thats something I forgot
to remove when testing a pre-release.

>  USE_GNOME=	gnomehack \
>  		gnomeprefix \
>  		glib20 \
> -		pkgconfig \
>  		libxml2
>  USE_LIBTOOL_VER=15


Why are you removing pkgconfig? I just checked but gstreamer doesn't
want to build without it.

Koop
Comment 2 Michael Johnson 2004-10-05 18:57:11 UTC
On Oct 5, 2004, at 1:50 PM, Koop Mast wrote:

>
>> -MASTER_SITES=	${MASTER_SITE_GNOME} \
>> +MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/ \
>> +		${MASTER_SITE_GNOME} \
>>  		http://gstreamer.freedesktop.org/src/gstreamer/pre/
>> -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.8
>> +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${GST_VERSION}
>
> Just remove the pre/. in the freedesktop url. Thats something I forgot
> to remove when testing a pre-release.
>
>>  USE_GNOME=	gnomehack \
>>  		gnomeprefix \
>>  		glib20 \
>> -		pkgconfig \
>>  		libxml2
>>  USE_LIBTOOL_VER=15
>
> Why are you removing pkgconfig? I just checked but gstreamer doesn't
> want to build without it.

libxml2 calls for pkgconfig
That should be enough, right?

> Koop


Cheers,
Michael
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2004-10-06 07:47:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to the maintainer.
Comment 4 Koop Mast freebsd_committer freebsd_triage 2004-10-06 08:47:23 UTC
Op di, 05-10-2004 te 13:57 -0400, schreef Michael Johnson:
> On Oct 5, 2004, at 1:50 PM, Koop Mast wrote:
> 
> >
> >> -MASTER_SITES=	${MASTER_SITE_GNOME} \
> >> +MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer/ \
> >> +		${MASTER_SITE_GNOME} \
> >>  		http://gstreamer.freedesktop.org/src/gstreamer/pre/
> >> -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.8
> >> +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${GST_VERSION}
> >
> > Just remove the pre/. in the freedesktop url. Thats something I forgot
> > to remove when testing a pre-release.
> >
> >>  USE_GNOME=	gnomehack \
> >>  		gnomeprefix \
> >>  		glib20 \
> >> -		pkgconfig \
> >>  		libxml2
> >>  USE_LIBTOOL_VER=15
> >
> > Why are you removing pkgconfig? I just checked but gstreamer doesn't
> > want to build without it.
> 
> libxml2 calls for pkgconfig
> That should be enough, right?


I didn't notice that, sorry. I should check if I'm awake before sending
mail.
Sorry for the noise.

Koop

> > Koop
> 
> 
> Cheers,
> Michael
> 
Comment 5 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-10-12 02:30:55 UTC
State Changed
From-To: open->closed

Committed, thanks!