From 7a2d075d1dfd0ec00ad4f900b0c5fbea1d0b2425 Mon Sep 17 00:00:00 2001 From: Jinkun Jang Date: Sat, 16 Mar 2013 21:25:53 +0900 Subject: [PATCH] sync with master Change-Id: I729ca3fa73bd16089fd7a64f1d9b687615189744 --- AUTHORS | 3 + COPYING | 18 +++ ChangeLog | 0 INSTALL | 291 +++++++++++++++++++++++++++++++++++++++ Makefile.am | 2 + NEWS | 0 README | 0 autogen.sh | 12 ++ configure.ac | 28 ++++ lib/libtbm_exynos4412.so | 1 + lib/libtbm_exynos4412.so.0 | 1 + lib/libtbm_exynos4412.so.0.0.0 | Bin 0 -> 39838 bytes packaging/libtbm-exynos4412.spec | 37 +++++ 13 files changed, 393 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 Makefile.am create mode 100644 NEWS create mode 100644 README create mode 100755 autogen.sh create mode 100644 configure.ac create mode 120000 lib/libtbm_exynos4412.so create mode 120000 lib/libtbm_exynos4412.so.0 create mode 100755 lib/libtbm_exynos4412.so.0.0.0 create mode 100644 packaging/libtbm-exynos4412.spec diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..edf3b5c --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +SooChan Lim +SangJin Lee +Boram Park diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..bf8f898 --- /dev/null +++ b/COPYING @@ -0,0 +1,18 @@ +Copyright (C) 2010 - 2011 Samsung Electronics co., Ltd. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..e69de29 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8b82ade --- /dev/null +++ b/INSTALL @@ -0,0 +1,291 @@ +Installation Instructions +************************* + +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006, 2007, 2008 Free Software Foundation, Inc. + + This file is free documentation; the Free Software Foundation gives +unlimited permission to copy, distribute and modify it. + +Basic Installation +================== + + Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + +The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package. + + 4. Type `make install' to install the programs and any data files and + documentation. + + 5. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 6. Often, you can also type `make uninstall' to remove the installed + files again. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + +Optional Features +================= + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: + + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *Note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..93659bd --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ +tbm_libdir = ${bufmgr_dir} +tbm_lib_DATA = $(top_srcdir)/lib/* diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..218197d --- /dev/null +++ b/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +#$srcdir/configure --enable-maintainer-mode "$@" diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..fb2632e --- /dev/null +++ b/configure.ac @@ -0,0 +1,28 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.61) +AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) + +# Checks for programs. +AC_PROG_INSTALL +AC_PROG_MAKE_SET + +AC_CONFIG_SRCDIR([Makefile.am]) +AM_CONFIG_HEADER([config.h]) +AC_CONFIG_AUX_DIR(.) + +AM_INIT_AUTOMAKE([dist-bzip2]) + +AM_MAINTAINER_MODE + +# Checks for programs. +AC_DISABLE_STATIC +AC_PROG_LIBTOOL +AC_PROG_CC + +bufmgr_dir=${libdir} +AC_SUBST(bufmgr_dir) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT diff --git a/lib/libtbm_exynos4412.so b/lib/libtbm_exynos4412.so new file mode 120000 index 0000000..caff059 --- /dev/null +++ b/lib/libtbm_exynos4412.so @@ -0,0 +1 @@ +libtbm_exynos4412.so.0.0.0 \ No newline at end of file diff --git a/lib/libtbm_exynos4412.so.0 b/lib/libtbm_exynos4412.so.0 new file mode 120000 index 0000000..caff059 --- /dev/null +++ b/lib/libtbm_exynos4412.so.0 @@ -0,0 +1 @@ +libtbm_exynos4412.so.0.0.0 \ No newline at end of file diff --git a/lib/libtbm_exynos4412.so.0.0.0 b/lib/libtbm_exynos4412.so.0.0.0 new file mode 100755 index 0000000000000000000000000000000000000000..74b94e1a96de03797f01df2fd6f21928d90372d5 GIT binary patch literal 39838 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 GHvb3vf3^ky literal 0 HcmV?d00001 diff --git a/packaging/libtbm-exynos4412.spec b/packaging/libtbm-exynos4412.spec new file mode 100644 index 0000000..566c7e6 --- /dev/null +++ b/packaging/libtbm-exynos4412.spec @@ -0,0 +1,37 @@ +Name: libtbm-exynos4412 +Version: 1.0.2 +Release: 2 +License: MIT +Summary: Tizen Buffer Manager - exynos4412 backend +Group: System/Libraries +ExcludeArch: i586 +Source0: %{name}-%{version}.tar.gz + +%description +descriptionion: ${summary} + +%prep +%setup -q + +%build + +autoreconf -vfi +./configure --prefix=%{_prefix} --libdir=%{_libdir}/bufmgr + +make %{?jobs:-j%jobs} + +%install +%make_install + + +%post +if [ -f %{_libdir}/bufmgr/libtbm_default.so ]; then + rm -rf %{_libdir}/bufmgr/libtbm_default.so +fi +ln -s libtbm_exynos4412.so %{_libdir}/bufmgr/libtbm_default.so + +%postun -p /sbin/ldconfig + +%files +%{_libdir}/bufmgr/libtbm_*.so* + -- 2.7.4