public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
multimedia/ffmpeg:
Rewrote fetch phase to fix fetching from svn with externals, see #14960.


git-svn-id: http://svn.macports.org/repository/macports/trunk@36295 
d073be05-634f-4543-b044-5fe20cf6d1d6
Rainer Müller (author)
Fri Apr 25 16:56:11 -0700 2008
commit  9fd771e761a9ea62dc26d833c394e9d37e986b37
tree    d68efe66578c763bc98721f54a5fcf3263c51d8f
parent  b999b6d0ea1cfa20ebe58cb0338de4ab76706b9a
...
4
5
6
7
 
8
9
10
11
...
34
35
36
37
38
39
 
40
41
 
 
 
 
 
 
 
42
43
44
...
4
5
6
 
7
8
9
10
11
...
34
35
36
 
 
 
37
38
39
40
41
42
43
44
45
46
47
48
49
0
@@ -4,7 +4,7 @@
0
 
0
 name    ffmpeg
0
 version    0.4.9-pre1
0
-revision  7
0
+revision  8
0
 categories  multimedia
0
 maintainers  acho@macports.org openmaintainer
0
 description  Digital VCR and streaming server
0
0
@@ -34,11 +34,16 @@
0
       generators for all common audio/video formats.
0
 homepage http://ffmpeg.sourceforge.net/
0
 master_sites  {}
0
-fetch.type svn
0
-svn.url svn://svn.mplayerhq.hu/ffmpeg/trunk
0
-svn.tag 12276
0
+distfiles  {}
0
 worksrcdir trunk
0
 depends_build bin:svn:subversion
0
+
0
+fetch {
0
+ system "svn export -r12276 --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${worksrcpath}/"
0
+ system "svn export -r26183 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${worksrcpath}/libswscale"
0
+}
0
+
0
+extract {}
0
 
0
 platforms darwin
0
 configure.cflags-append  -DHAVE_LRINTF ${configure.cppflags}

Comments

    No one has commented yet.