FreeBSD Bugzilla – Attachment 90644 Details for
Bug 127849
New port: multimedia/libdvdread-mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libdvdread.shar.txt
libdvdread.shar.txt (text/plain), 5.65 KB, created by
Ganael LAPLANCHE
on 2008-10-24 10:52:03 UTC
(
hide
)
Description:
libdvdread.shar.txt
Filename:
MIME Type:
Creator:
Ganael LAPLANCHE
Created:
2008-10-24 10:52:03 UTC
Size:
5.65 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libdvdread ># libdvdread/pkg-plist ># libdvdread/Makefile ># libdvdread/distinfo ># libdvdread/files ># libdvdread/files/patch-Makefile ># libdvdread/files/patch-configure2 ># libdvdread/pkg-descr ># >echo c - libdvdread >mkdir -p libdvdread > /dev/null 2>&1 >echo x - libdvdread/pkg-plist >sed 's/^X//' >libdvdread/pkg-plist << 'e09fc58e1f06c3289df0af10bf06b064' >Xbin/dvdread-config >Xinclude/dvdread/dvd_reader.h >Xinclude/dvdread/ifo_print.h >Xinclude/dvdread/ifo_read.h >Xinclude/dvdread/ifo_types.h >Xinclude/dvdread/nav_print.h >Xinclude/dvdread/nav_read.h >Xinclude/dvdread/dvd_udf.h >Xinclude/dvdread/nav_types.h >Xinclude/dvdread/bitreader.h >X@dirrm include/dvdread >Xlib/libdvdread.so.4.1.3 >Xlib/libdvdread.so.4 >Xlib/libdvdread.so >Xlib/libdvdread.a >Xlibdata/pkgconfig/dvdread.pc >e09fc58e1f06c3289df0af10bf06b064 >echo x - libdvdread/Makefile >sed 's/^X//' >libdvdread/Makefile << 'eda10735164c594b5c50d3d6ff48b9f0' >X# New ports collection makefile for: libdvdread >X# Date created: 04 October 2008 >X# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= libdvdread >XPORTVERSION= 4.1.3 >XCATEGORIES= multimedia >XMASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X http://www2.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X http://www3.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X http://www4.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X http://www5.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X ftp://ftp1.mplayerhq.hu/MPlayer/releases/dvdnav/ \ >X ftp://ftp2.mplayerhq.hu/MPlayer/releases/dvdnav/ >X >XMAINTAINER= ganael.laplanche@martymac.com >XCOMMENT= Mplayer version of the lidvdread project >X >XUSE_BZIP2= yes >XCFLAGS+= "-I${LOCALBASE}/include" >XLDFLAGS+= "-L${LOCALBASE}/lib" >XHAS_CONFIGURE= yes >XCONFIGURE_SCRIPT= configure2 >XCONFIGURE_ARGS= --prefix="${PREFIX}" \ >X --libdir="${PREFIX}/lib" \ >X --libdatadir="${PREFIX}/libdata/pkgconfig" \ >X --shlibdir="${PREFIX}/lib" \ >X --incdir="${PREFIX}/include/dvdread" \ >X --disable-opts \ >X --disable-debug \ >X --extra-cflags="${CFLAGS}" \ >X --extra-ldflags="${LDFLAGS}" >XUSE_GMAKE= yes >XUSE_LDCONFIG= yes >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|-ldl ||g' \ >X ${WRKSRC}/Makefile >X >X.include <bsd.port.mk> >eda10735164c594b5c50d3d6ff48b9f0 >echo x - libdvdread/distinfo >sed 's/^X//' >libdvdread/distinfo << '00b4faca94b85ee4df43f163b59a3862' >XMD5 (libdvdread-4.1.3.tar.bz2) = 6dc068d442c85a3cdd5ad3da75f6c6e8 >XSHA256 (libdvdread-4.1.3.tar.bz2) = 07c39907beccd141adb710403c4704a1e1fe2f3f61d1e5a74fc5bcb7679819b4 >XSIZE (libdvdread-4.1.3.tar.bz2) = 96899 >00b4faca94b85ee4df43f163b59a3862 >echo c - libdvdread/files >mkdir -p libdvdread/files > /dev/null 2>&1 >echo x - libdvdread/files/patch-Makefile >sed 's/^X//' >libdvdread/files/patch-Makefile << 'a2bdbbe89773be02a7e508f7b7f54c0f' >X--- Makefile.orig 2008-08-31 11:27:37.000000000 +0200 >X+++ Makefile 2008-10-04 12:42:55.833207676 +0200 >X@@ -90,8 +90,8 @@ >X # Install targets >X >X install-headers: >X- install -d $(DESTDIR)$(dvdread_incdir) >X- install -m 644 $(DVDREAD_HEADERS) $(DESTDIR)$(dvdread_incdir) >X+ install -d $(DESTDIR)$(incdir) >X+ install -m 644 $(DVDREAD_HEADERS) $(DESTDIR)$(incdir) >X >X install-shared: $(SHLIB) >X install -d $(DESTDIR)$(shlibdir) >X@@ -154,8 +154,8 @@ >X $(pcedit) $< > $@ >X >X install-pkgconfig: $(.OBJDIR)/dvdread.pc >X- install -d $(DESTDIR)$(libdir)/pkgconfig >X- install -m 0644 $(.OBJDIR)/dvdread.pc $(DESTDIR)$(libdir)/pkgconfig >X+ install -d $(DESTDIR)$(libdatadir) >X+ install -m 0644 $(.OBJDIR)/dvdread.pc $(DESTDIR)$(libdatadir) >X >X vpath %.so ${.OBJDIR} >X vpath %.o ${.OBJDIR} >a2bdbbe89773be02a7e508f7b7f54c0f >echo x - libdvdread/files/patch-configure2 >sed 's/^X//' >libdvdread/files/patch-configure2 << 'ad0d9d33b5442b7ee5f6f444d50a4e62' >X--- configure2.orig 2008-08-31 11:27:37.000000000 +0200 >X+++ configure2 2008-10-04 12:41:51.534005961 +0200 >X@@ -26,6 +26,7 @@ >X echo " --help print this message" >X echo " --prefix=PREFIX install in PREFIX [$PREFIX]" >X echo " --libdir=DIR install libs in DIR [PREFIX/lib]" >X+ echo " --libdatadir=DIR install pkgconfig files in DIR [PREFIX/lib/pkgconfig]" >X echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" >X echo " --incdir=DIR install includes in DIR [PREFIX/include/libdvdread]" >X echo " --enable-static build static libraries [default=yes]" >X@@ -67,6 +68,8 @@ >X ;; >X --libdir=*) libdir="$optval" >X ;; >X+ --libdatadir=*) libdatadir="$optval" >X+ ;; >X --shlibdir=*) shlibdir="$optval" >X ;; >X --incdir=*) incdir="$optval" >X@@ -95,8 +98,9 @@ >X PREFIX=`cd $PREFIX && pwd` >X >X test -z "$libdir" && libdir=$PREFIX/lib >X+test -z "$libdatadir" && libdir=$PREFIX/lib/pkgconfig >X test -z "$shlibdir" && shlibdir=$PREFIX/lib >X-test -z "$incdir" && dvdread_incdir=$PREFIX/include/dvdread >X+test -z "$incdir" && incdir=$PREFIX/include/dvdread >X >X targetos=`uname -s` >X case $targetos in >X@@ -112,9 +116,9 @@ >X # Automatically generated by configure, do not edit >X PREFIX=$PREFIX >X libdir=$libdir >X+libdatadir=$libdatadir >X shlibdir=$shlibdir >X incdir=$incdir >X-dvdread_incdir=$dvdread_incdir >X BUILD_SHARED=$SHARED >X BUILD_STATIC=$STATIC >X SHLIB_VERSION=$dvdread_sh_version >ad0d9d33b5442b7ee5f6f444d50a4e62 >echo x - libdvdread/pkg-descr >sed 's/^X//' >libdvdread/pkg-descr << '11977f7d5e64b23f43f6eb5a84613be3' >XMplayer version of the libdvdread project. >X >XWWW: http://www.mplayerhq.hu/MPlayer/releases/dvdnav >11977f7d5e64b23f43f6eb5a84613be3 >exit >
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 127849
:
90643
| 90644 |
90645
|
90646
|
90647