wok-next rev 13055
brasero: add libs (thanks mojo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 20 17:42:34 2012 +0200 (2012-06-20) |
parents | d4a8ce10c154 |
children | 00f67e23fe83 |
files | brasero/receipt linphone/receipt runcom/description.txt runcom/stuff/debug.S runcom/stuff/debug8086.S |
line diff
1.1 --- a/brasero/receipt Wed Jun 20 15:35:34 2012 +0200 1.2 +++ b/brasero/receipt Wed Jun 20 17:42:34 2012 +0200 1.3 @@ -40,5 +40,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/share 1.6 cp -a $_pkg/usr/bin $fs/usr/ 1.7 + cp -a $_pkg/usr/lib $fs/usr/ 1.8 cp -a $_pkg/usr/share/applications $fs/usr/share/applications 1.9 }
2.1 --- a/linphone/receipt Wed Jun 20 15:35:34 2012 +0200 2.2 +++ b/linphone/receipt Wed Jun 20 17:42:34 2012 +0200 2.3 @@ -18,7 +18,10 @@ 2.4 compile_rules() 2.5 { 2.6 cd $src 2.7 - LIBS="-lavutil -lz" ./configure --prefix=/usr --libexecdir=/usr/bin \ 2.8 + # Define deprecated ffmepg flags ... 2.9 + CFLAGS="-DCODEC_FLAG_PART=0x0080 -DCODEC_FLAG_H263P_UMV=0x0200000 -DCODEC_FLAG_H263P_SLICE_STRUCT=0x01000000 -DFF_I_TYPE=1" \ 2.10 + LIBS="-lavutil -lz" \ 2.11 + ./configure --prefix=/usr --libexecdir=/usr/bin \ 2.12 --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS 2.13 make && 2.14 make DESTDIR=$PWD/_pkg install
3.1 --- a/runcom/description.txt Wed Jun 20 15:35:34 2012 +0200 3.2 +++ b/runcom/description.txt Wed Jun 20 17:42:34 2012 +0200 3.3 @@ -37,5 +37,5 @@ 3.4 Example: 3.5 m 0FC0 move debugger to 0FC0:0000 0FC0:01FF 3.6 f 1 read floppy boot sector to 0000:7C00 3.7 - f 80 1 read hard disk master boot sector to 0000:7C00 3.8 + f 80:1 read hard disk master boot sector to 0000:7C00 3.9 g 7C0E ...
4.1 --- a/runcom/stuff/debug.S Wed Jun 20 15:35:34 2012 +0200 4.2 +++ b/runcom/stuff/debug.S Wed Jun 20 17:42:34 2012 +0200 4.3 @@ -11,7 +11,7 @@ 4.4 // Example: 4.5 // m 0FC0 move debugger to 0FC0:0000 0FC0:01FF 4.6 // f 1 read floppy boot sector to 0000:7C00 4.7 -// f 80 1 read hard disk master boot sector to 0000:7C00 4.8 +// f 80:1 read hard disk master boot sector to 0000:7C00 4.9 // g 7C0E ... 4.10 4.11 #define REGS32 28 bytes display FS, GS and 32 bits datas for AX..DI
5.1 --- a/runcom/stuff/debug8086.S Wed Jun 20 15:35:34 2012 +0200 5.2 +++ b/runcom/stuff/debug8086.S Wed Jun 20 17:42:34 2012 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 // Example: 5.5 // m 0FC0 move debugger to 0FC0:0000 0FC0:01FF 5.6 // f 1 read floppy boot sector to 0000:7C00 5.7 -// f 80 1 read hard disk master boot sector to 0000:7C00 5.8 +// f 80:1 read hard disk master boot sector to 0000:7C00 5.9 // g 7C0E ... 5.10 5.11 #define ADJESDI 16 bytes add segment overflow support for e and d