Re: ANNOUNCE: gnome-video-effects 0.3.0 released
- From: Youness Alaoui <youness alaoui collabora co uk>
- To: cheese-list gnome org
- Subject: Re: ANNOUNCE: gnome-video-effects 0.3.0 released
- Date: Thu, 10 Mar 2011 16:42:42 -0500
Hey, I found a bug in the latest git makefile... the makefile installs the .pc
file to $(datadir)/pkgconfig which is /usr/share/pkgconfig so it doesn't get
picked up by pkg-config, it should be in $(libdir)/pkgconfig (/usr/lib/pkgconfig).
I know it was fine bfore so you changed it.. was it by mistake or am I wrong ?
Simple change :
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
Youness.
On 03/09/2011 01:29 PM, daniel g. siegel wrote:
this time featuring a beautiful showcase of gnome video effects:
http://live.gnome.org/GnomeVideoEffects/Effects
have fun with it!
daniel
what is it?
===========
A collection of GStreamer effects to be used in different GNOME Modules.
what's changed in 0.3.0?
========================
- Use upstream gettext instead the glib one
- remove built effect files on make clean
- use subdir-objects flag for automake
this will create objects in sub directories, following the
same structure the sources are in.
- include autogen.sh script in make dist/distcheck
- use non-recursive automake
this reduces the automake setup to a single Makefile.am file
in top_srcdir. for more information see
http://www.flameeyes.eu/autotools-mythbuster/automake/nonrecursive.html
http://www.openismus.com/documents/linux/automake/automake.shtml
- use wildcards for effect files in autotools config
this way effects can be simply added, without forgetting to
add the to Makefile.am too
- modernize autotools build system
see http://live.gnome.org/GnomeGoals/ModernAutotools for
more information
- add preview links to each of the effects
- add a small tool to generate previews for all effects
- Added/Updated Translations
- bg, courtesy of Krasimir Chonov
- cs, courtesy of Marek Černocký
- el, courtesy of Simos Xenitellis
- en_GB, courtesy of Bruce Cowan
- es, courtesy of Daniel Mustieles
- et, courtesy of Mattias Põldaru
- fr, courtesy of Bruno Brouard
- gl, courtesy of Fran Diéguez
- he, courtesy of Yaron Shahrabani
- ko, courtesy of Changwoo Ryu
- nb, courtesy of Kjartan Maraas
- pa, courtesy of A S Alam
- sl, courtesy of Matej Urbančič
- sv, courtesy of Daniel Nylander
- uk, courtesy of Korostil Daniel
- zh_CN, courtesy of zhang ping
- zh_HK, courtesy of Chao-Hsiung Liao
- zh_TW, courtesy of Chao-Hsiung Liao
- Added/Updated Documentation
where can i get it?
===================
you can get it by pressing here!
http://download.gnome.org/sources/gnome-video-effects/0.3
where can i find out more?
==========================
you can visit the project web site: http://live.gnome.org/GnomeVideoEffects
_______________________________________________
cheese-list mailing list
cheese-list gnome org
http://mail.gnome.org/mailman/listinfo/cheese-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]