gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog configure.ac README.opensuse [gnash_0_8_3


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac README.opensuse [gnash_0_8_3_branch]
Date: Mon, 02 Jun 2008 00:15:14 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Russ Nelson <nelsonrn>  08/06/02 00:15:14

Modified files:
        .              : ChangeLog configure.ac 
Added files:
        .              : README.opensuse 

Log message:
        * Document the problem with the OpenSUSE libffmpeg-api
          package (installs in /usr/lib64 on a 32-bit machine).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.44&r2=1.6573.2.45
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.529.2.4&r2=1.529.2.5
http://cvs.savannah.gnu.org/viewcvs/gnash/README.opensuse?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&rev=1.1.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.44
retrieving revision 1.6573.2.45
diff -u -b -r1.6573.2.44 -r1.6573.2.45
--- ChangeLog   30 May 2008 23:06:59 -0000      1.6573.2.44
+++ ChangeLog   2 Jun 2008 00:15:09 -0000       1.6573.2.45
@@ -1,3 +1,8 @@
+2008-06-01 Russ Nelson <address@hidden>
+
+       * Document the problem with the OpenSUSE libffmpeg-api
+         package (installs in /usr/lib64 on a 32-bit machine).
+
 2008-05-30 Sandro Santilli <address@hidden>
 
        * gui/Player.{cpp,h}: keep the toplevel movie in an intrusive_ptr

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.529.2.4
retrieving revision 1.529.2.5
diff -u -b -r1.529.2.4 -r1.529.2.5
--- configure.ac        23 May 2008 16:55:47 -0000      1.529.2.4
+++ configure.ac        2 Jun 2008 00:15:13 -0000       1.529.2.5
@@ -2537,6 +2537,7 @@
           echo "        ERROR: FFMPEG's libavcodec header is installed but not 
libavformat." >&3
           echo "               You can install FFMPEG from 
http://ffmpeg.mplayerhq.hu"; >&3
           echo "               or .deb users: apt-get install libavformat-dev" 
>&3
+          echo "               or YaST users: yast -i libavformat-api (but 
currently installs into /usr/lib64)" >&3
           echo "               or explicitly set the path using 
--with-ffmpeg-incl=" >&5
           echo "               or reconfigure with --enable-media=gst" >&3
        else

Index: README.opensuse
===================================================================
RCS file: README.opensuse
diff -N README.opensuse
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ README.opensuse     2 Jun 2008 00:15:12 -0000       1.1.2.1
@@ -0,0 +1,6 @@
+The ffmpeg package for OpenSUSE 10.3, which may be found at this address:
+http://ftp5.gwdg.de/pub/opensuse/repositories/home:/jnweiger/openSUSE_10.3/i586/libffmpeg-api-0.4.9-2.1.i586.rpm
+installs into /usr/lib64, which on an i586 system is not on the standard
+system path.  You can work around this by specifying the location of the
+ffmpeg libraries, but the problem really needs to be fixed in that package.
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]