Projects
Multimedia
LiVES
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
LiVES.changes
Changed
@@ -1,3 +1,8 @@ +Mon May 28 00:00:00 UTC 2012 - Manfred.Tremmel@iiv.de + +- changes to make it compile against ffmpeg 0.11, it's realy bad to + have requirements to libavcodec >= 53 and use deprecated calls... + ------------------------------------------------------------------- Mon Feb 6 22:46:10 UTC 2012 - pascal.bleser@opensuse.org
View file
LiVES.spec
Changed
@@ -10,11 +10,12 @@ Source0: http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-%{version}.tar.bz2 Source99: LiVES-rpmlintrc Patch1: LiVES-fix_missing_return.patch +Patch2: lives-ffmpeg011.patch URL: http://lives.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-root #BuildRequires: gtk1-compat-devel BuildRequires: freetype2-devel SDL-devel pango-devel -BuildRequires: libffmpeg_oldabi-devel mjpegtools-devel frei0r-plugins-devel update-desktop-files +BuildRequires: libffmpeg-devel mjpegtools-devel frei0r-plugins-devel update-desktop-files %if %suse_version >= 1030 BuildRequires: libaal-devel %endif @@ -73,6 +74,7 @@ %prep %setup -q -n lives-%{version} %patch1 +%patch2 -p1 # fix wrong EOL %__sed -i 's/\r$//' weed-docs/*.txt
View file
lives-ffmpeg011.patch
Added
@@ -0,0 +1,19 @@ +diff -ur lives-1.6.1.orig/lives-plugins/plugins/decoders/asf_decoder.c lives-1.6.1/lives-plugins/plugins/decoders/asf_decoder.c +--- lives-1.6.1.orig/lives-plugins/plugins/decoders/asf_decoder.c 2012-01-06 01:21:41.000000000 +0100 ++++ lives-1.6.1/lives-plugins/plugins/decoders/asf_decoder.c 2012-05-28 17:51:21.425367680 +0200 +@@ -1317,6 +1317,7 @@ + /* This code assumes that extradata contains only palette */ + /* This is true for all paletted codecs implemented in ffmpeg */ + ++#ifdef AVPaletteControl + if (!got_vidst) { + if (priv->st->codec->extradata_size && (priv->st->codec->bits_per_coded_sample <= 8)) { + priv->st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl)); +@@ -1338,6 +1339,7 @@ + if(tag1 == MK_FOURCC('D', 'V', 'R', ' ')) + priv->st->need_parsing = AVSTREAM_PARSE_FULL; + } ++#endif + } + + pos2 = priv->input_position;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.