Changeset 5a94000c
- Timestamp:
- 07/29/2013 09:52:43 PM (11 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:
- 5a88db56
- Parents:
- e3c48e9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re3c48e9 r5a94000c 822 822 <!ENTITY xine-ui-version "0.99.7"> 823 823 <!ENTITY transcode-version "1.1.7"> 824 <!ENTITY vlc-version "2.0. 6">824 <!ENTITY vlc-version "2.0.7"> 825 825 826 826 <!-- Chapter 41 --> -
multimedia/videoutils/mplayer.xml
re3c48e9 r5a94000c 250 250 </para> 251 251 252 <screen><userinput>./configure --prefix=/usr \ 252 <screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&:' configure stream/stream_smb.c && 253 ./configure --prefix=/usr \ 253 254 --confdir=/etc/mplayer \ 254 255 --enable-dynamic-plugins \ -
multimedia/videoutils/vlc.xml
re3c48e9 r5a94000c 9 9 <!ENTITY vlc-download-ftp 10 10 "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz"> 11 <!ENTITY vlc-md5sum " b45be633c71dca04ca7d6c3d64dd728b">11 <!ENTITY vlc-md5sum "3b0e465b0990097b65abaf3e25589957"> 12 12 <!ENTITY vlc-size "18 MB"> 13 13 <!ENTITY vlc-buildsize "as much as 600 MB, but likely around 500 MB"> … … 223 223 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-opencv_fixes-1.patch && 224 224 sed -i '/#include/s:stream_:FLAC/&:' modules/codec/flac.c && 225 sed -i 's:libsmbclient.h:samba-4.0/&:' configure.ac modules/access/smb.c && 226 sed -i 's:va_x11.h>:&\n#include <va/va_compat.h>:' modules/codec/avcodec/vaapi.c && 225 227 ./bootstrap && 226 228
Note:
See TracChangeset
for help on using the changeset viewer.