diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-18 18:53:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-18 18:53:22 +0000 |
commit | f0f74e3863d2a6559ddb2846ba3646e8bc296a50 (patch) | |
tree | 9335c0da8be925e30a63308c0c23213e47d9ca62 /media-video/dvdauthor/files | |
parent | Add new Version 1.191. (diff) | |
download | historical-f0f74e3863d2a6559ddb2846ba3646e8bc296a50.tar.gz historical-f0f74e3863d2a6559ddb2846ba3646e8bc296a50.tar.bz2 historical-f0f74e3863d2a6559ddb2846ba3646e8bc296a50.zip |
Add gcc-3.4 patch and clean up old ebuilds.
Diffstat (limited to 'media-video/dvdauthor/files')
-rw-r--r-- | media-video/dvdauthor/files/0.6.10-gcc34.patch | 10 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.6.8 | 1 | ||||
-rw-r--r-- | media-video/dvdauthor/files/digest-dvdauthor-0.6.9 | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/media-video/dvdauthor/files/0.6.10-gcc34.patch b/media-video/dvdauthor/files/0.6.10-gcc34.patch new file mode 100644 index 000000000000..360289e03b62 --- /dev/null +++ b/media-video/dvdauthor/files/0.6.10-gcc34.patch @@ -0,0 +1,10 @@ +--- src/dvdvob.c.orig 2004-05-18 14:47:22.102601912 -0400 ++++ src/dvdvob.c 2004-05-18 14:47:33.434879144 -0400 +@@ -1149,6 +1149,7 @@ + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; + noshow: ++; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; diff --git a/media-video/dvdauthor/files/digest-dvdauthor-0.6.8 b/media-video/dvdauthor/files/digest-dvdauthor-0.6.8 deleted file mode 100644 index 569e7ef80315..000000000000 --- a/media-video/dvdauthor/files/digest-dvdauthor-0.6.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 b4e591f28e5f7d10623104fba2d08ef3 dvdauthor-0.6.8.tar.gz 203052 diff --git a/media-video/dvdauthor/files/digest-dvdauthor-0.6.9 b/media-video/dvdauthor/files/digest-dvdauthor-0.6.9 deleted file mode 100644 index d91fd0049cb1..000000000000 --- a/media-video/dvdauthor/files/digest-dvdauthor-0.6.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 f01c7d62faf67a14695022349e2bb78d dvdauthor-0.6.9.tar.gz 235974 |