MPlayer real variant outdated
Reported by: |
filippo@… |
Owned by: |
blb@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
MPlayer
|
|
|
hi,
MPlayer port has an old filename for rp8codecs, here is the patch against
current cvs:
diff -u -r1.7 Portfile
--- Portfile 17 Jan 2005 08:53:29 -0000 1.7
+++ Portfile 31 Jan 2005 23:03:32 -0000
@@ -49,17 +49,17 @@
variant real {
global mplayerRP8 mplayerRP9 mplayerRP8file mplayerRP9file
- set mplayerRP8 rp8codecs-ppc-20040626
+ set mplayerRP8 rp8codecs-ppc-20050115
set mplayerRP9 rp9codecs-macosx-20041107.pkg
set mplayerRP8file ${mplayerRP8}.tar.bz2
set mplayerRP9file ${mplayerRP9}.zip
distfiles-append ${mplayerRP8file}:codecs ${mplayerRP9file}:codecs
checksums-append ${mplayerRP8file} md5 \
- 4600e9b0667734da88388e83e0cdfd9b \
- sha1 61c64b6f9f91cce65b2b266bbb0681681c4104ff \
+ 4cc9a6270f9aa834b4fef49d71b9faf9 \
+ sha1 12ce04765bdf96e6ad386de1ef637b471d947796 \
Change History (3)
Owner: |
changed from darwinports-bugs@… to blb@…
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
MPlayer added
|
Update has been committed, thanks for the patch.