-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce this to the pure library (as PKGNAME already suggests), saves
a dependency on SDL bump PKGREVISION
- Loading branch information
drochner
committed
Feb 22, 2007
1 parent
da45d43
commit 10a728c
Showing
5 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:45 jlam Exp $ | ||
bin/corrupt_mpeg2 | ||
bin/extract_mpeg2 | ||
bin/mpeg2dec | ||
@comment $NetBSD: PLIST,v 1.3 2007/02/22 17:43:51 drochner Exp $ | ||
include/mpeg2dec/mpeg2.h | ||
include/mpeg2dec/mpeg2convert.h | ||
lib/libmpeg2.la | ||
lib/libmpeg2convert.la | ||
lib/pkgconfig/libmpeg2.pc | ||
lib/pkgconfig/libmpeg2convert.pc | ||
man/man1/extract_mpeg2.1 | ||
man/man1/mpeg2dec.1 | ||
@dirrm include/mpeg2dec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
$NetBSD: distinfo,v 1.10 2006/10/17 16:18:14 drochner Exp $ | ||
$NetBSD: distinfo,v 1.11 2007/02/22 17:43:51 drochner Exp $ | ||
|
||
SHA1 (mpeg2dec-0.4.1.tar.gz) = 80be8b16dff4caa4253470d1a3b563fdc0177fcb | ||
RMD160 (mpeg2dec-0.4.1.tar.gz) = 5377ae45abdd37fabcea6d3d0a9d74e493b84483 | ||
Size (mpeg2dec-0.4.1.tar.gz) = 494539 bytes | ||
SHA1 (patch-aa) = b9dbc7b0f852851c8fecf1eae07cf762c2eec735 | ||
SHA1 (patch-ab) = 1bd094ba6ba8a480f81945f56d5aaf597d97d2ae |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$NetBSD: patch-ab,v 1.4 2007/02/22 17:43:51 drochner Exp $ | ||
|
||
--- Makefile.in.orig 2007-02-09 22:51:51.000000000 +0100 | ||
+++ Makefile.in | ||
@@ -188,7 +188,7 @@ sbindir = @sbindir@ | ||
sharedstatedir = @sharedstatedir@ | ||
sysconfdir = @sysconfdir@ | ||
target_alias = @target_alias@ | ||
-SUBDIRS = autotools include libmpeg2 libvo doc src vc++ test | ||
+SUBDIRS = autotools include libmpeg2 #libvo doc src vc++ test | ||
EXTRA_DIST = bootstrap CodingStyle | ||
all: all-recursive | ||
|