--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/05_ext/gnome_parts.txz/gst_plugins_bad_1/PlamoBuild.gst_plugins_bad_1-1.4.4 2018-04-05 23:41:03.000000000 +0900 @@ -1,19 +1,20 @@ #!/bin/sh ###################################################################### -url="" +url="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.4.tar.xz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gst_plugins_bad_1 +vers=1.4.4 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=gst-plugins-bad-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="INSTALL RELEASE ChangeLog REQUIREMENTS COPYING.LIB NEWS README + COPYING AUTHORS ABOUT-NLS" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,11 +71,33 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress + strip_libdir $P/usr/$libdir/gstreamer-1.0 + touch -t `date '+%m%d0900'` $P/usr/$libdir/gstreamer-1.0 setup_docdir convert_links - tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` + tar cvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstphotography-*` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/$libdir -name libgstbasecamerabinsrc-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstcodecparsers-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstinsertbin-*` + 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 libgsturidownloader-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstmpegts-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstbadbase-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstbadvideo-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libgstgl-*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/gstreamer-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/include/gstreamer-1.0/gst + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/gir-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P usr/share/gstreamer-1.0 + 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 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