Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70700 Details for
Bug 109202
new ebuild for mlt and mlt++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch needed for mlt
mlt-cvs.patch (text/plain), 3.05 KB, created by
marco
on 2005-10-14 17:30:17 UTC
(
hide
)
Description:
patch needed for mlt
Filename:
MIME Type:
Creator:
marco
Created:
2005-10-14 17:30:17 UTC
Size:
3.05 KB
patch
obsolete
>diff -uNr mlt/Makefile mlt-new/Makefile >--- mlt/Makefile 2005-10-13 21:01:40.000000000 +0200 >+++ mlt-new/Makefile 2005-10-13 21:05:56.000000000 +0200 >@@ -29,7 +29,7 @@ > install -d "$(prefix)/lib" > install -d "$(prefix)/lib/pkgconfig" > install -d "$(prefix)/share/mlt/modules" >- install -c -m 755 mlt-config "$(bindir)" >+ install -c -m 755 mlt-config "$(prefix)/bin" > install -c -m 644 *.pc "$(prefix)/lib/pkgconfig" > install -m 644 packages.dat "$(prefix)/share/mlt/" > list='$(SUBDIRS)'; \ >diff -uNr mlt/src/inigo/Makefile mlt-new/src/inigo/Makefile >--- mlt/src/inigo/Makefile 2005-10-13 21:09:14.000000000 +0200 >+++ mlt-new/src/inigo/Makefile 2005-10-13 21:15:46.000000000 +0200 >@@ -26,8 +26,8 @@ > rm -f $(OBJS) $(TARGET) > > install: all >- install -d "$(bindir)" >- install -c -s -m 755 $(TARGET) "$(bindir)" >+ install -d "$(prefix)/bin" >+ install -c -s -m 755 $(TARGET) "$(prefix)/bin" > > ifneq ($(wildcard .depend),) > include .depend >diff -uNr mlt/src/miracle/Makefile mlt-new/src/miracle/Makefile >--- mlt/src/miracle/Makefile 2005-10-13 21:17:07.000000000 +0200 >+++ mlt-new/src/miracle/Makefile 2005-10-13 21:21:18.000000000 +0200 >@@ -42,8 +42,8 @@ > rm -f $(OBJS) $(TARGET) libmiracle$(LIBSUF) > > install: all >- install -d "$(bindir)" >- install -c -s -m 755 $(TARGET) "$(bindir)" >+ install -d "$(prefix)/bin" >+ install -c -s -m 755 $(TARGET) "$(prefix)/bin" > install -m 755 libmiracle$(LIBSUF) $(prefix)/lib/libmiracle$(LIBSUF) > mkdir -p "$(prefix)/include/mlt/miracle" > install -m 644 $(INCS) "$(prefix)/include/mlt/miracle" >diff -uNr mlt/src/albino/Makefile mlt-new/src/albino/Makefile >--- mlt/src/albino/Makefile 2005-10-13 21:22:07.000000000 +0200 >+++ mlt-new/src/albino/Makefile 2005-10-13 21:26:21.000000000 +0200 >@@ -25,8 +25,8 @@ > rm -f $(OBJS) $(TARGET) > > install: all >- install -d "$(bindir)" >- install -c -s -m 755 $(TARGET) "$(bindir)" >+ install -d "$(prefix)/bin" >+ install -c -s -m 755 $(TARGET) "$(prefix)/bin" > > ifneq ($(wildcard .depend),) > include .depend >diff -uNr mlt/src/humperdink/Makefile mlt-new/src/humperdink/Makefile >--- mlt/src/humperdink/Makefile 2005-10-13 21:22:07.000000000 +0200 >+++ mlt-new/src/humperdink/Makefile 2005-10-13 21:25:57.000000000 +0200 >@@ -27,8 +27,8 @@ > rm -f $(OBJS) $(TARGET) > > install: all >- install -d "$(bindir)" >- install -c -s -m 755 $(TARGET) "$(bindir)" >+ install -d "$(prefix)/bin" >+ install -c -s -m 755 $(TARGET) "$(prefix)/bin" > > ifneq ($(wildcard .depend),) > include .depend >diff -uNr mlt/src/modules/avformat/configure mlt-new/src/modules/avformat/configure >--- mlt/src/modules/avformat/configure 2005-10-13 21:33:34.000000000 +0200 >+++ mlt-new/src/modules/avformat/configure 2005-10-13 21:34:36.000000000 +0200 >@@ -60,7 +60,7 @@ > echo > echo "Checking out ffmpeg/avformat - no password required" > echo >- cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login >+ cvs -z9 -d:pserver:batch:anonymous::@mplayerhq.hu:/cvsroot/ffmpeg login > cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg > ) > [ -d "ffmpeg" ] && ( cd ffmpeg ; ./configure --enable-shared --build-suffix="$avformat_suffix" )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 109202
:
70597
|
70599
|
70600
| 70700 |
71122
|
77470
|
77564
|
88104
|
88107
|
92603
|
97563