--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/05_ext/gnome_parts.txz/gstreamer/PlamoBuild.gstreamer-0.10.36 2018-04-06 10:32:08.000000000 +0900 @@ -1,19 +1,21 @@ #!/bin/sh ###################################################################### -url="" +url="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.bz2 + ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/05_ext/gonme_parts.txz/gstreamer/gstreamer-bison3.patch" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gstreamer +vers=0.10.36 arch=`uname -m` -build=P1 +build=P3 src=$pkgbase-$vers -patchfiles="" +patchfiles="gstreamer-bison3.patch" OPT_CONFIG="" -DOCS="README" +DOCS="NEWS ABOUT-NLS COPYING MAINTAINERS ChangeLog TODO INSTALL README + RELEASE AUTHORS" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,11 +72,30 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress + strip_libdir $P/usr/$libdir/gstreamer-0.10 + touch -t `date '+%m%d0900'` $P/usr/$libdir/gstreamer-0.10 setup_docdir convert_links tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` + tar rvpf $pkg.tar -C $P usr/libexec/gstreamer-0.10 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstreamer*` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/$libdir/girepository-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstbase*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstcontroller*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstdataprotocol*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstcheck*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstnet*` + tar rvpf $pkg.tar -C $P usr/$libdir/gstreamer-0.10 + tar rvpf $pkg.tar -C $P usr/include/gstreamer-0.10 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/gir-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/share/gtk-doc/html -maxdepth 1 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src + tar rvpf $pkg.tar -C $P install/doinst.sh touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz mv $pkg.tar.xz $pkg.txz cleanup