Revision: 5504 Author: pebender Date: Thu Sep 17 21:16:54 2009 Log: - Moved X11/vdpinfo to X11/vdpauinfo (reflects the new tarball name). - Updated package X11/vdpauinfo.
http://code.google.com/p/minimyth/source/detail?r=5504 Added: /trunk/gar-minimyth/script/X11/vdpauinfo Deleted: /trunk/gar-minimyth/script/X11/vdpinfo Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/X11/vdpauinfo/checksums /trunk/gar-minimyth/script/meta/minimyth/Makefile Replaced: /trunk/gar-minimyth/script/X11/vdpauinfo/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Sep 17 21:10:01 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Sep 17 21:16:54 2009 @@ -97,6 +97,9 @@ Added xorg-7.4/xcb-proto. Added xorg-7.4/xcb-util. +Moved packages + Moved X11/vdpinfo to X11/vdpauinfo (reflects the new tarball name). + Updated packages Updated db/mysql. Updated db/sqlite. @@ -146,6 +149,7 @@ Updated utils/usbutils. Updated X11/libva. Updated X11/vdpau-video. + Updated X11/vdpauinfo. Updated X11/xscreensaver. Updated xorg-7.4/bigreqsproto. Updated xorg-7.4/damageproto. ======================================= --- /trunk/gar-minimyth/script/X11/vdpinfo/checksums Sat Jan 17 21:25:08 2009 +++ /trunk/gar-minimyth/script/X11/vdpauinfo/checksums Thu Sep 17 21:16:54 2009 @@ -1,1 +1,1 @@ -af68554cecb941974ddf8b69153ccaa7 download/vdpinfo-0.0.5.tar.gz +513df206613cbd061b6d49cdbfe927ef download/vdpauinfo-0.0.6.tar.gz ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/Makefile Fri Sep 11 21:51:49 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/Makefile Thu Sep 17 21:16:54 2009 @@ -75,7 +75,7 @@ utils/usbutils \ utils/util-linux-ng \ X11/vdpau-video \ - X11/vdpinfo \ + X11/vdpauinfo \ net/wakelan \ X11/x11vnc \ X11/xmacro \ ======================================= --- /trunk/gar-minimyth/script/X11/vdpinfo/Makefile Thu Sep 17 21:10:01 2009 +++ /trunk/gar-minimyth/script/X11/vdpauinfo/Makefile Thu Sep 17 21:16:54 2009 @@ -1,7 +1,7 @@ -GARNAME = vdpinfo -GARVERSION = 0.0.5 +GARNAME = vdpauinfo +GARVERSION = 0.0.6 CATEGORIES = X11 -MASTER_SITES = http://www.cs.rug.nl/~wladimir/vdpinfo/ +MASTER_SITES = http://people.freedesktop.org/~aplattner/vdpau/ DISTFILES = $(DISTNAME).tar.gz LICENSE = $(GARNAME) $(GARNAME)_LICENSE_TEXT = $(WORKSRC)/LICENSE @@ -12,19 +12,14 @@ DEPENDS = lang/c xorg/xorg X11/libvdpau -WORKSRC = $(WORKDIR)/$(GARNAME) - -BUILD_SCRIPTS = $(WORKSRC)/Makefile -INSTALL_SCRIPTS = custom - -BUILD_ARGS = \ - CXXFLAGS="$(CXXFLAGS)" \ - LDFLAGS="$(LDFLAGS) -lvdpau -lX11" +CONFIGURE_SCRIPTS = $(WORKSRC)/configure +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile + +CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) include ../../gar.mk -install-custom: - @mkdir -p $(DESTDIR)$(bindir) - @cp -f $(WORKSRC)/vdpinfo $(DESTDIR)$(bindir)/vdpinfo - @chmod 0755 $(DESTDIR)$(bindir)/vdpinfo +pre-configure: + @$(call FIX_LIBTOOL,$(WORKSRC)/configure) @$(MAKECOOKIE) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
