Changeset 33f0707
- Timestamp:
- 09/11/2012 04:42:11 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bab9d8e7
- Parents:
- 792be78
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r792be78 r33f0707 54 54 <para>[rthomsen] - Update to attica 0.4.1.</para> 55 55 </listitem> 56 </itemizedlist> 57 </listitem> 56 <listitem> 57 <para>[ken] - Fix gnash for recent versions of boost, and add a 58 comment about the ffmpeg functionality in transcode.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 62 58 63 59 64 <listitem> -
multimedia/videoutils/transcode.xml
r792be78 r33f0707 38 38 </para> 39 39 40 &lfs7 1_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 80 80 Required patch: 81 81 <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-1.patch"/> 82 : Note that although this allows <application>transcode</application> 83 to compile with current <application>ffmpeg</application>, it fails if 84 it calls ffmpeg at runtime, e.g. for certain format conversions. The 85 remaining parts of the application, such as <command>tccat</command>, 86 work and <command>ffmpeg</command> can be invoked outside of 87 <command>transcode</command> if needed. 82 88 </para> 83 89 </listitem> -
xsoft/other/gnash.xml
r792be78 r33f0707 38 38 </para> 39 39 40 &lfs7 1_checked;40 &lfs72_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 130 130 131 131 <screen><userinput>patch -Np1 -i ../gnash-&gnash-version;-CVE-2012-1175-1.patch && 132 sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \ 133 gui/Makefile.in utilities/Makefile.in && 132 134 ./configure --prefix=/usr --sysconfdir=/etc \ 133 135 --with-npapi-incl=/usr/include/npapi --enable-media=gst \ … … 149 151 <sect2 role="commands"> 150 152 <title>Command Explanations</title> 153 154 <para> 155 <command>sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' ...</command>: 156 This fixes linking to the current <application>boost</application> libraries. 157 </para> 151 158 152 159 <para>
Note:
See TracChangeset
for help on using the changeset viewer.